Sending Keystrokes & Clicks to Websites and Selenium (1 Viewer)

RogerCooper

Registered User.
Local time
Today, 02:38
Joined
Jul 30, 2014
Messages
277
For more than a year, I have been using Selenium VBA to automate website interactions. Sometimes this works really well but for other websites there seems to be no way of getting the correct interaction to take place purely through Selenium. Yes, I know about frames.

Can anyone suggest a program that can be used to simulate keystrokes and mouse clicks that can be called from VBA without trying to put keystrokes into the VBA module itself?
 

Mike Krailo

Well-known member
Local time
Today, 05:38
Joined
Mar 28, 2020
Messages
1,030
I second the AutoHotKey recommendation.
 

Users who are viewing this thread

Top Bottom