← Back to team overview

sikuli-driver team mailing list archive

[Question #226368]: Cannot open browser

 

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.