IE Driver: This is basically used to initialize the Internet Explorer web browser to run the selenium script on this browser.
Chrome Driver: This is basically used to initialize the Google Chrome web browser to run the selenium script on this browser.
Following tools are needed before to start the selenium Webdriver scripting:
Go through the following steps to start with the Selenium Webdriver:
Following should be the locator preference in Selenium automation scripting: 1. ID Locator 2. NAME Locator 3. CSS Locator 4. XPATH Locator 5. DOM Locator 1. ID (id) Locator: Select the ele…