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

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -