Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-12754

selenium-grid .for( :remote, :desired_capabilities => :chrome ) should work, but doesn't

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • selenium-plugin
    • ubuntu 1004...

      This code,

      driver = Selenium::WebDriver.for(:remote, :url => 'http://slave-tb2.puppetlabs.lan:4444/wd/hub/', :desired_capabilities => :chrome)

      Should work to start a webdriver session with chrome... but doesn't. Works as Jenkins user from jenkins.

      However,
      driver = Selenium::WebDriver.for :chrome

      ... works just fine.

      I raise this because it works "as it should" with :remote .... :firefox.

            darkrift Richard Lavoie
            mykhyggz Michael Higgins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: