Forum Discussion
jkrolczy
13 years agoSuper Contributor
Solved for now:
Using this code for starting the IE browser, any closing of browsers later caused IE to crash
TestedApps.iexplore.Run(1, true);
Switching to the code for starting the IE browser, any closing of browsers later worked fine.
Browsers.Item(btIExplorer).Run();