sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46557
Re: [Question #665696]: Can we integrate selenium in Sikuli IDE?
Question #665696 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665696
Status: Answered => Solved
Hina confirmed that the question is solved:
So it worked. Here are the steps !!!
1- Download and paste selenium standalone server jar file in user\<Username>\AppData\Roaming\Sikuli\Extensions folder.
2- Run command using sikuli script …..
3- load("selenium-server-standalone-3.11.0.jar")
if no error occurred then
4- download gekodriver and paste it in sikuli folder. (To open web application)
5- Execute following script should open firefox google window.
I have used python syntax instead of java cuz it was throwing error FirefoxDriver not defined
from org.openqa.selenium.firefox import FirefoxDriver
browser= FirefoxDriver()
browser.get('http://www.google.com')
Thanks RaiMan :)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.