http://www.perlmonks.org?node_id=871959


in reply to Re^2: Using WWW::Selenium To Test Or Automate An Ajax Website
in thread Using WWW::Selenium To Test Or Automate An Ajax Website

Nowadays, it is (apparently) recommended to use Selenium RC server instead — Selenium Core is no longer maintained. You can download it from http://seleniumhq.org/download/.

To run it, do

java -jar selenium-server.jar

Make sure to use a recent enough version of Java, it fails here with java 1.4.2 but it works with 1.6.0.