This is the Linux version of this question. Does anyone have a method for forcing a page refresh on firefox from the command-line?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use xdotool for automation. Install on Ubuntu with
Then you can search for windows and send keys or mouse events, see
man xdotoolfor the full documentation. I use following script on Ubuntu 10.04 LTS during development:See also the xdotool project site
and my full blog post.