Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (47.6k points)

Can a desktop application be automated using Selenium?

1 Answer

0 votes
by (106k points)

Yes, you can automate desktop application using Selenium. You can try using Winium for that. It is just like using Selenium with the same syntax and everything. But the problem is finding the attributes that you can find in desktop applications. You can use free inspect tools such as UISpy or inspect.exe As of my personal experience in my product, Winium was working perfectly when the element has the name attribute present. For the element whose name attributes were blank, we requested the developers to add some value to name attribute to automate from UI. If you can contact developers to change the attributes of the elements then Winium can be the best tool to automate desktop-based applications. If you want to learn Selenium then you must take up the following Selenium Training Course. You can also read the following Selenium Training. Here is a video tutorial which you can watch to learn more about Selenium.

.

Browse Categories

...