Question #226291 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/226291
ABET gave more information on the question: was able to to get the java cm to load the selenium jar file. did not know that the -cp is ignored if -jar is passed. java -cp $SIKULI_HOME/selenium.jar:$SIKULI_HOME/sikuli-script.jar org.python.util.jython -i > from sikuli import * > from org import * > from org.openqa import * > import org.openqa.selenium.firefox.FirefoxDriver as FF Then I can launch ff using the selenium call > f = ff() problem I have now is, how can I make sikuli know about that browser that just launched using the driver so I can get both selenium and sikuli to play well? I tried using swtichApp and App.focus, but no luck.... (OR would this be a different ticket?? ) :) -- 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

