This video tutorial will show how to locate web elements in a web page under test using different type of Selenium WebDriver Locator.
How to identify and the element based on the locator and how to inspect the web element such as (Text Box , Button , Search Icon etc.) using firebug.
• Type of Locator
o Attributes –Based Locator( id , name , tagName)
o Structure Based Locator (xpath , cssSelector , DOM)
• Locating Technique
• Locator Example