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 . Email confirmation seems to be integral part of any registration process. I came across an application which lets you provide your email address. You can follow the sign up link in you mail and then complete the registration process. Lets consider we provide GMail address for it. Now if were to use only Selenium then we would have to follow following steps - Launch GMail using Selenium; Some how search for new mail in the list of available mails; Some how click on it; Parse the mail message; Get the registration link; Follow up with registration process What do you think of an approach in which you can
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...