Selenium is a test tool that allows you to write automated web
application UI tests in any programming language against any HTTP
website using any mainstream JavaScript-enabled browser. This module
is an implementation of the client for the Remote driver that Selenium
provides. You can find bindings for other languages at this location:

https://www.seleniumhq.org/download/

This module sends commands directly to the Server using HTTP. Using
this module together with the Selenium Server, you can automatically
control any supported browser. To use this module, you need to have
already downloaded and started the Selenium Server (Selenium Server is
a Java application).

See Selenium/Remote/driver-example.pl in installed files.
