I’m looking to create some automation tests for a java jar app, which opens a shell app with an integrated browser. The browser opens a web app, for which we have auto tests, but they cannot be ran for this shell app.
Does anyone have an idea how can I automate these tests?
Is python a good idea?
Selenium, cypress, playwright are working for the web apps itself, but cannot be used for shell apps.
New contributor
Branislav Damjanovic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.