Michael Higgins created JENKINS-12754:
-----------------------------------------
Summary: selenium-grid .for( :remote, :desired_capabilities =>
:chrome ) should work, but doesn't
Key: JENKINS-12754
URL: https://issues.jenkins-ci.org/browse/JENKINS-12754
Project: Jenkins
Issue Type: Bug
Components: selenium
Affects Versions: current
Environment: ubuntu 1004...
Reporter: Michael Higgins
Assignee: Kohsuke Kawaguchi
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira