sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #14991
Re: [Question #216066]: Need Sample script for M. Firefox browser
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.