Working with the IE browser

In case you want your UI to open up in IE, you would need an IE server which can be downloaded from the following location:

http://www.seleniumhq.org/download/

Working with the IE browser

Once that is done, you need to run the IE server and configure the path of the server in your system.

In case any additional information is to be required on the IE driver, the following link should be referred to:

https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver#required-configuration

Following is a sample script for test automation on the IE browser:

import org.openqa.selenium.*; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.firefox.FirefoxDriver; ...

Get Mastering SoapUI now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.