简体   繁体   中英

Can I click on file dialog using SikuliFireFoxDriver?

我了解WebDriver无法与对话框进行交互,但是由于Sikuli比较了要进行交互的图像,是否可以使用SikuliFireFoxDriver与文件对话框进行交互?

Looking at http://code.google.com/p/sikuli-api/wiki/SikuliWebDriver , it seems to be possible to click on file dialog.

If above doesn't work for you, I would recommend you to go through:

http://romankukla.blogspot.in/2012/11/how-to-use-sikuli-script-with-selenium.html

I never used SikuliDriver but worked on the Sikuli Java API. Coming to your query, Sikuli works on anything visible on the screen. If it is visible then yes you can interact with SikuliDriver.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM