Reputation: 1
I'm trying to create a program that clicks on a button in my web browser.
The current code:
set sh=createobject("wscript.shell")
sh.SendKeys "{Click, 669 , 674}"
wscript.sleep 100
sh.sendkeys "{Click, 669 , 674}"
I think there is something wrong with the command for the left mouse button.
Thanks for help.
Upvotes: 0
Views: 7888