Question #258406 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258406
Rodolfo posted a new comment: Thanks for your answer, I am trying your code in the environment described above. The first thing I noticed is that App.open is not recognized as a valid class / method, so I added the following imports: import org.sikuli.basics.SikulixForJython from sikuli import * That solved some errors but I still have the following as "undefined variable": -wait(1) -paste(url) Also from the first line of code: def ffStart(ffN=ffName, ffLoc=r"C:\Program Files (x86)\Mozilla Firefox\firefox.exe"): ffName is an "undefined variable" What other imports I am missing? Thanks, Rodolfo -- 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

