December 5, 2010

Tools for identifying the element names and IDs

Tools for identifying the element names and IDs


We have to use some tools to identify the element locators.
  1. Debugbar
  2. Firebug
DEBUGBAR:
Debug bar is an Internet Explorer plug-in.

We can use this tool for identifying the element names and Ids.
View source code


You can download Debug bar by using the link http://www.debugbar.com/?langage=en


FIREBUG:
Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page...

1. Inspect HTML and modify style and layout in real-time
2. Accurately analyze network usage and performance

You can download fire bug using the link  https://addons.mozilla.org/en-US/firefox/addon/1843/ 

No comments:

Post a Comment