Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
SomeSeleniumTips
SomeSeleniumTips

Some Selenium tips

Setting up Selenium RC server in Windows

  1. Download latest version of Selenium RC and extract in a folder named Selenium at (for instance) C:\Program Files\Java\jdk1.6.0_03\bin
  2. From Command prompt run the following commands:
    • cd C:\PROGRA~1\Java\jdk1.6.0_03\bin
    • java -jar .\Selenium\selenium-server.jar -interactive

If you see the following messages at the end of the console, the Selenium server is running fine:
Entering interactive mode... type Selenium commands here (e.g: cmd=open&1=http://www.yahoo.comImage Added)

Below is deprecated but may still contain useful tips. Else rather see and follow Selenium in Webtools...

...

Due to some license issues with external libraries used in Selenium we cannot include this in the Apache trunk. However, a new component has been created which is free to download and use, but lives in an ofbizext repository.
https://svn.hotwaxmedia.com/svn/ofbizext/selenium Drop this in hot-deploy. If you want to know more, please look at https://issues.apache.org/jira/browse/OFBIZ-680

...