Selenium Tests not working on Jenkins with Chromedriver, Chromium and xvfb -


im trying bunch of selenium tests work on jenkins. ubuntu machine , installed chromedriver chromium , xvfb.

after problems seems finding chromedriver , xfvb still cant tests run. work fine local on jenkins says :

fehlermeldung  timed out after 5 seconds waiting visibility of element located by.xpath: //*[@id='loginform-loginusernameinput'] build info: version: '2.25.0', revision: '17482', time: '2012-07-18 21:09:54' system info: os.name: 'linux', os.arch: 'amd64', os.version: '3.13.0-39-generic', java.version: '1.7.0_67' driver info: driver.version: unknown  stacktrace  org.openqa.selenium.timeoutexception: timed out after 5 seconds waiting visibility of element located by.xpath: //*[@id='loginform-loginusernameinput'] build info: version: '2.25.0', revision: '17482', time: '2012-07-18 21:09:54' system info: os.name: 'linux', os.arch: 'amd64', os.version: '3.13.0-39-generic', java.version: '1.7.0_67' driver info: driver.version: unknown     @ org.openqa.selenium.support.ui.fluentwait.timeoutexception(fluentwait.java:255)     @ org.openqa.selenium.support.ui.fluentwait.timeoutexception(fluentwait.java:270)     @ org.openqa.selenium.support.ui.fluentwait.until(fluentwait.java:222) 

im wondering why doesnt show chromedriver version? version unknown? im running xvfb , chromedriver in background , im not using jenkins start it. tried letting jenkins start chromedriver , set path -dwebdriver.chrome.path= results in same error. have idea this? tried quite few things im still wondering if chromedriver not working or whats problem? im using chromedriver v2.9.248304

you using outdated version of selenium. typically, newer chrome versions might not work older version of selenium.

try updating selenium version 2.44.0

i'm willing bet fix issue.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -