← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #202820]: Selenium in sikuli

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Uuups, must be my fault (not the selenium expert ;-):

browser = selenium("localhost", 4444, "*chrome",
"http://www.google.co.in/";)

there seems to be something missing after the module name selenium, like

browser = selenium.??webdriver??("localhost", 4444, "*chrome",
"http://www.google.co.in/";)

The selenium Python docs should know it.

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