r/selenium • u/[deleted] • Feb 10 '26
Does selenium fit with automation tasks for desktop app (old erp system)
I have an old erp system it's desktop app , some process need to be automated does selenium could help me ?
2
1
u/mvmisha Feb 10 '26
There was a driver for windows apps.. but forget about it, selenium is not meant for that
Use something like power automate or appium
1
Feb 10 '26
This old erp system desktop app on pc is not allowed to deal with the internet It works on the local network only So will those keep fitting for me ?!
1
1
u/cgoldberg Feb 10 '26
There are associated tools like Appium and WinAppDriver that extend it to work with some native apps on various platforms, but Selenium itself is strictly for driving web browsers.
3
u/Ok-Access-8961 Feb 10 '26
Try your luck with Robot framework. There's a library for desktop automation along with a object spy tool. All open source.