← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #263563]: Selenium test using Sikuli can't click on image when run from Jenkins

 

Question #263563 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263563

    Status: Open => Answered

aidma proposed the following answer:
Could the problem be that Jenkins is running the browser as a background
service. If the browser is not being displayed during Jenkins Builds,
then Sikuli won't be able to "see" it.

If this is the problem, you'll most likely need to run Jenkins from
command prompt (java -jar jenkins.war) rather than as a windows service.
See this link for more information:
http://stackoverflow.com/questions/9618774/jenkins-selenium-gui-tests-
are-not-visible-on-windows

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.