How to automate desktop based installation application exe is by using python with robot framework with help of selenium
Hi Mohan,
Selenium is for automating web applications not desktop applications, while you can use selenium with Electron desktop apps, this is an exception rather than being a typical case.
Do you know for sure that your desktop app is using Electron? If not find out from the dev team, if it’s not Electron you won’t be able to use selenium, you’ll need to use another robot framework library (there are lots to choose from, but knowing what the application you want to test was developed with will help you find the best library to use.
Dave.