Friday 19 July 2013

Selenium IDE - Run script on Internet Explorer, Chrome , htmlunit, iPhone , Opera

Steps to run script on Internet Explorer browser using Selenium IDE
  1. Install Selenium IDE 2.0 or higher version add-in on your machine.
  2. Launch Firefox browser & Go to Tools -> Selenium IDE or Pres Crtl+ Alt + S on keyboard
  3. Click on Options -> Options -> WebDriver
  4. Click checkbox "Enable WebDriver Playback"
  5. Enter value "internet explorer" in Input box
  6. Click on Ok button
  7. Run command prompt
  8. Go to folder where selenium server.jar is stored
  9. Run command java -jar selenium-server-standalone-2.25.0.jar
  10. Go back to Selenium IDE & click on run button
Note - Selenium IDE supports android, chrome, firefox, htmlunit, internet explorer, iPhone, iPad, opera. There are few limitation -
  1. Test may not pause or exit on errors.
  2. Executing a single command is not yet supported.
  3. Highlighting a locator using the Find button may not work.
  4. Screenshots may not work.
  5. User extensions and plugins may not work.

No comments:

Post a Comment