← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #258406]: How to handle a Firefox session on Windows

 

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.