How Can I Click On Specific (x,y) Coordinates On A Web Page?
Possible Duplicate: Triggering a JavaScript click() event at specific coordinates Translated question: I'm looking for a method to programmatically click on a specific (x,y) coo
Solution 1:
To put it simply, what you are trying to do isn't possible, because browsers specifically prevent you from doing this (for good security reasons).
Post a Comment for "How Can I Click On Specific (x,y) Coordinates On A Web Page?"