Tuesday, May 28, 2013

How to identify the elements in Selenium

LOCATORS
Tools to identify elements/objects

There are some tools to identify the elements

  Firebug
  IE DebugBar
  Google Chrome Developer Tools


Firebug: Firebug mostly used by web developers, as it allows developers to find
elements on the page by using the find functionality.

IE DebugBar: This is an add-on for IE. It also has many features like Firebug.

Google Chrome Developer Tools: This is not like IE or Firefox Google chrome
developer tools is built-in to the browser and will also allow you to find the
elements on the page and be able to work out its XPath.

No comments:

Post a Comment