java - Does Selenium Support automate to Desktop Applications -


i want use selenium automate desktop application desktop applications not provide locators , elements x path,how can locate elements in desktop application

no, using selenium can automate web based application. selenium doesn't provide way automate desktop applications. automating desktop application can use other tools such autoit.

refer here idea->http://seleniumsimplified.com/2016/01/can-i-use-selenium-webdriver-to-automate-a-windows-desktop-application/


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -