Hello,
Sorry to bother you, but I've been trying for a long time to install Selenium
in Linux Mint but
always get errors. When I tried installing Mechanize, it worked fine with the
command
sudo
apt-get install libwww-mechanize-perl libxml-simple-perl
but when I substitute "selenium" for "mechanize" in the above command or simply
try
sudo
apt-get install selenium or sudo apt-get install selenium-server
it always says "E: Unable to locate package selenium" or "E: Unable to locate
package selenium-server"
I've tried all sorts of Google searches on how to install Selenium in Linux
Mint, but none seem to answer
my question. I thought it should be able to get installed using the "sudo
apt-get install " command.
Would you be able to tell me how to install it? I'm running Linux Mint 15 in
VMware Player (on Windows 7).
I'm interested in using Selenium because I want to automate a program to log in
to a website and click
on some files that are sometimes posted there; I read that Mechanize doesn't
read JavaScript so I thought
I should try Selenium.
Thanks for any info,
Conroy