I have done the script with Mechanize::Firefox
. I need to run the script in VNC server. I'm working on ubuntu. I have installed krdc
software to run the scripts.
Before running the script I'm starting the vnc server by using the following command vncserver
.
To connect the server via ssh I have using one password for example sshpassword
. When open the krdc
software there I'm using the vncpassword
.
My problem is, I have trying to run the Mechanize::Firefox
script using Net::SSH::perl
script it is running but the firefox is not starting. So I cannot crawl the content.
How can I fix this issue.? I don't know from where need to start.