sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #39935
Re: [Question #353956]: Permission issue with Selenium in Sikuli
Question #353956 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/353956
RaiMan posted a new comment:
Before the
driver = FD()
you should place
for e in sys.path(): print e
to see what you have on sys.path
and you might use (only with SikuliX 1.1.1)
RUNTIME.dumpClassPath()
to see the content of the Java classpath.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.