| View previous topic :: View next topic |
| Author |
Message |
helpme
Joined: 22 Apr 2007 Posts: 33
|
Posted: Fri May 18, 2007 7:54 am Post subject: How to send mouseclick to button on webpage? |
|
|
Dear Autohotkey Gurus,
How do I send mouseclick to a button on a webpage? Is it by treating the web browser as a window and use ControlSend()? |
|
| Back to top |
|
 |
Grumpy Guest
|
Posted: Fri May 18, 2007 8:10 am Post subject: |
|
|
There is no ControlSend() function...
This question is a FAQ, although not in the FAQ, as it depends on the browser.
Short answer: use keyboard navigation in the page, or use JavaScript.
See http://www.autohotkey.com/forum/viewtopic.php?t=19269 for some pages on the topic, given by Helpy. |
|
| Back to top |
|
 |
|