Working with InternetExplorerDriver

Internet Explorer is the most commonly used browser in the world, followed by Firefox and Google Chrome, so getting IEDriver working is a high priority. The current version IEDriver supports IE6 through to IE9 so that you will be able to test websites that work on old browsers right up to the latest version of the browser.

Note

If you haven't downloaded IEDriverServer, you will need to do it now for the following section. You will also need to set an environment path to where it is so that InternetExplorerDriver in Java will know where to get it. This is similar to what we did for the ChromeDriver earlier.

On Windows, set PATH=$PATH;\path\to\chromedriver.

In this section, we will get the text of the element on the ...

Get Learning Selenium Testing Tools - Third Edition 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.