Selenium Print

  • 9

Selenium is an extension for Firefox that lets you automate repetitive tasks. If you have ever needed to fill-out a form to see how the second page of a form works, and then found yourself filling out a form 50 times, then this tool is for you. It can record you browser actions and then play them back. 

Extra Note: In Boot Strap designs that are giving you trouble make sure to try the Selenium Command "doubleClickAt" . For example, if you are in selenium's record mode but the dropdown menu is not recording your click, then try using Command "doubleClickAt" with Target xpath=.// (then the rest of your path here).  You can get the xpath with firebug's FirePath. 


Was this answer helpful?

« Back