Question
1
Replies
19
Views
Posted: February 6, 2018
Last activity: November 6, 2018
Closed
How to start Internet Explorer dynamically
Hi,
we are currenlty investigating a solution where we start Internet Explorer if a button is pressed. But how can we do this? Does there exist something in the toolbox? I don't want to start the browser at startup. Additionally I want to close the browser, once automation was done. How can I implement this?
Thanks in advance, Andre
Change the adapter's StartOnProjectStart property to False. Then, on the click of your button, call the Start method of the adapter. Similarly, at the end of your automation, you can call the Stop method to close the browser.