← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #353956]: Permission issue with Selenium in Sikuli

 

Question #353956 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/353956

Sam gave more information on the question:
Just to add a bit more information:

The exception throws at, driver = FD()

                 load("C:\selenium\selenium-server-standalone-2.53.1.jar")
                 import org.openqa.selenium.firefox.FirefoxDriver as FD
                 import org.openqa.selenium.Dimension as Dm
    
 ------>     driver = FD()
                sleep(10)
                driver.get("http://www.sikuli.org/";)
                size = Dm(500,500)
                driver.manage().window().setSize(size)
                sleep(10)
                driver.quit()

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.