Running a script from the Microsoft™ Edge browser
You can use IBM® Rational® Functional Tester to play back test scripts using the Microsoft™ Edge browser.
About this task
When you play back functional tests in the Edge browser by using the Web UI extension, if there is a browser and driver incompatibility, Rational® Functional Tester automatically downloads the appropriate driver to play back tests successfully. For more information, see the related links.
Procedure
-
Start the Edge browser using either startBrowser() or
startApp().
- To use startBrowser(): startBrowser("Edge", "https://www.google.co.in/");
- To use startApp():
- Click Add. and click
- Browse to C:\Program Files (x86)\Microsoft\Edge\Application and click Add.
- Add an HTML application and select Edge as the browser in the wizard.
- Add sleep() of at least 15 seconds after startBrowser() or startApp().