Automate local application (similar to a browser) using Selenium

84 Views Asked by At

I have a (complete IE) browser-based application, let's call it "app". I want to open this "app" and operate it with the Selenium Robot Framework to make it acting as a real browser.

For now, I can use the AutoIt Library to open the "app" from the local Windows.

How to use Selenium to do the automation?

(It wouldn't detect the browser existing if I use Selenium directly and I can't just use the IE driver to define this, what I need is only this "app".)

0

There are 0 best solutions below