-
Notifications
You must be signed in to change notification settings - Fork 45
Browser Development Toolbar
To view details of elements in your web application, it is recommended to use a developer toolbar as it will provide element inspection functionality. These quickly show you the element attributes and properties you need to know to automate them with Watir.
The following browsers have development toolbars available:
Windows Internet Explorer Developer Tools are included with the browser. Please see this article in MSDN for documentation.
- Log in as System Administrator
- Download the Developer Tools
- Run the install
- After installing the toolbar, select Tools -> Toolbars -> Explorer Bar -> IE DOM Explorer.
Firefox has a built-in page inspector. Please see this article in the Mozilla Developer Network for documentation.
Another popular developer toolbar for Firefox is called Firebug, and is available as a plug-in.
- Visit http://getfirebug.com/
- Click Install Firebug
- Click Add to Firefox
- Follow prompts and restart Firefox to enable add on
- Click the bug icon to the right of the URL window of Firefox
- Click the Inspect icon then any element in your app to see its properties
The Developer Toolbar for Chrome is included in the Chrome installation. Please see the Chrome Developer Tools documentation for more information.
The Developer Toolbar for Opera is included in the Opera installation and is called Dragonfly. Please see the Dragonfly documentation for more information.