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.


Comments

  1. same thing here trying to create auto kahoot name maker its working accept left click

    ReplyDelete

Post a Comment

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

excel vba - VBA Proxy auto-configuration for http requests -

python - concatenating scipy matrices -