Mouse Over Dom can be used to analyze element in a web page.
This would be useful for the applications which are to be automated but do not
support Firefox Browser (Hence Selenium IDE or Firebug can not be used to
analyze elements). Browser which are currently supported are -
Firefox, Mozilla, Netscape 8, Opera 7.5+ and MSIE6+
http://slayeroffice.com/tools/modi/v2.0/modi_help.html
Note: If you are new to java and selenium then start with selenium java training videos . Since the advent of selenium there have been many plugin to test xPath / css selectors but you don’t need any of them if you have chrome browser. Using Chrome console you can test both xPath and css selectors. Launch website to be tested in chrome browser and hit F-12 and you would see chrome console opened in lower pane of application - Hit escape key and console would open another pane to write element locators - And now you can start writing xPath or css selectors in chrome console and test them - The syntax for writing css id - $$(“ ”) And hit the enter key. If your expression is right then html snippet of the application element corresponding to the css selector would be displayed - If you mouse over the html snippet in chrome console then it would highlight the corresponding element in application - If you want to clean console of previously wri
Hi Tarun, you will probably be interested in http://getfirebug.com/lite.html
ReplyDeleteEven though it's not as fast and complete the real version of firebug, it's a great tool for "IE only" applications...