sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11798
Re: [Question #202820]: Selenium in sikuli
Question #202820 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/202820
Status: Solved => Open
fernando gandini is still having a problem:
hi folks, sorry but i have to reopen the question...
here is my code..is exactly the sane of Raiman
selDir = ""C:\Program Files\Sikuli X\selenium.py""
if not selDir in sys.path: sys.path.append(selDir)
import selenium
reload(selenium) # if in run IDE
browser = selenium("localhost", 4444, "*chrome", "http://www.google.co.in/")
browser.start()
and i getting the error:
TypeError: 'module' object is not callable
can any one help me...
thanks
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.