winforms - How to handle windows Form in seleniuim -
i have scenario getting windows form ,autoit not able handle window form,is there other way handle window form using selenium
if unable automate os level dialogue boxes/windows forms autoit, can use sikuli automate windows forms.
sikuli: sikuli automates see on screen. uses image recognition identify , control gui components. useful when there no easy access gui's internal or source code.you can more info below link- http://www.sikuli.org/ http://www.devengineering.com/blog/testing/how-integrate-sikuli-script-selenium-webdriver
Comments
Post a Comment