I am using open command in my Mac terminal to launch a website through default browser which is Mozilla firefox , Now how to click on a link given in webpage

link|flag

1 Answer

For automatically clicking, consider Selenium IDE:

http://seleniumhq.org/projects/ide/

(Selenium is unrelated to the mac open command, which by the way has a --args option. But how you would tell firefox to click on a link by passing it some command-line arguments is not clear to me.)

link|flag

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.