Question #216066 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/216066
Status: Open => Answered
robert gonzales proposed the following answer:
from sikuli import *
from subprocess import Popen
Popen([r'C:\Program Files (x86)\Google\Chrome\Application\chrome.exe',
'http://www.ebay.com'], )
this example uses chrome to open the page. just replace the full path to
chrome with the full path to mozilla on your system. remember to include
the r before the path, otherwise you have to escape the backslashes
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp