vbscript - Left Mouse Button Click in vbs -
i'm trying create program clicks on button in 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 wrong command left mouse button.
thanks help.
sendkeys can send keystrokes.
check out nircmd (specifically sendmouse command) or third-party utility.
same thing here trying to create auto kahoot name maker its working accept left click
ReplyDelete