New question #226368 on Sikuli:
https://answers.launchpad.net/sikuli/+question/226368

Why this code doesn't work. I cannot open FF browser. [error] App.open failed: 
c:\Program Files(x86)\Mozilla Firefox\firefox.exe not found. I copied FF 
location from FF properties. 

ff = App.open(r"c:\Program Files(x86)\Mozilla Firefox\firefox.exe")
wait(2)
ff.focus()
wait(1)
type("l", KeyModifier.CTRL)
type("http://localhost/Master/";)
type(Key.ENTER)




-- 
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

Reply via email to