PackageDescription | Please see Alien for the manifesto of the Alien namespace.
* _version ()_
Returns the version of Selenium that is contained within this Alien package
(not to be confused with $Alien::Selenium::VERSION, which is the version
number of the Perl wrapper)
* _path ()_
Returns the path where a file-for-file copy of the Selenium core has been
installed as part of the Alien::Selenium Perl package. One may direct one's
webserver to serve files directly off _path()_, or alternatively use
install.
* _install ($destdir)_
Install a copy of the contents of path into $dest_dir, which need not exist
beforehand.
* _path_readystate_xpi ()_
Returns the path to the 'readyState.xpi' Mozilla/Firefox extension that is
part of Selenium starting at version 0.8.0. Returns undef for versions of
Selenium that do not have such a file.
* _install_readystate_xpi ($targetfile)_
Installs the 'readyState.xpi' file as $targetfile, creating any missing
directories if needed. Croaks if there is no 'readyState.xpi' in this
version of Selenium (see path_readystate_xpi). |