Its_Bobby Posted August 29 Report Share Posted August 29 Re Macro Express Pro How to close the dialog box without using mouse...."verify you are human". Quote Link to comment Share on other sites More sharing options...
acantor Posted August 29 Report Share Posted August 29 I've seen the identical message on other sites, and when I've encountered it, I think the checkbox has focus. And if the checkbox has focus, press the space bar to check it. However, if the checkbox doesn't have focus, press Tab until it gains focus. You may need to press it once, twice, ten times. Case by case! Once focus reaches the checkbox, press the space bar. Variation: press Shift + Tab instead of Tab to move focus in the opposite direction. There are other methods that are more challenging to script. But try these simpler solutions first. 1 Quote Link to comment Share on other sites More sharing options...
Cory Posted August 29 Report Share Posted August 29 I'm not as familiar with the CloudFlare's CAPTCHA as I am with Google's reCAPTCHA, but I know any automated attempts at checking the box will fail eventually. reCAPTCHA monitors innumerable secret parameter and one of them is the randomness of your mouse movements and timing prior to click. If you're only doing a few solutions, it will work, but eventually it figures out it's not a human inputting. The only effective way I know of for automating is with real humans using an API service like deCAPTCHA. Basically a bunch of people in India sitting around doing solutions. This costs surprisingly little. And think about it, these CAPTCHA solving services wouldn't exist if there was an easy way to bypass them. Good luck. 1 Quote Link to comment Share on other sites More sharing options...
rberq Posted August 29 Report Share Posted August 29 31 minutes ago, Cory said: reCAPTCHA monitors innumerable secret parameter and one of them is the randomness of your mouse movements and timing prior to click. If you're only doing a few solutions, it will work, but eventually it figures out it's not a human inputting Aha!!! Because my bank's web site was annoying me, and for the irony, I wrote a robot (macro) to click the box verifying that "I am not a robot." And yes, after a while the macro stopped working. I never could figure out why, so thank you for the explanation. 😇 1 Quote Link to comment Share on other sites More sharing options...
Cory Posted August 29 Report Share Posted August 29 You're welcome. I remember the first Turing test I defeated. It was a series of letters and numbers. Each character was a graphic and had a unique name. So I ran it enough times to get the name of each graphic file and then I could solve it by looking up the file name. Worked swell. LOL. From then on they got harder and harder. Logging al the challenge file names via human, using OCR, and many more. Eventually it just became impractical or impossible without a human. Quote Link to comment Share on other sites More sharing options...
Its_Bobby Posted August 29 Author Report Share Posted August 29 1 hour ago, acantor said: I've seen the identical message on other sites, and when I've encountered it, I think the checkbox has focus. And if the checkbox has focus, press the space bar to check it. However, if the checkbox doesn't have focus, press Tab until it gains focus. You may need to press it once, twice, ten times. Case by case! Once focus reaches the checkbox, press the space bar. Variation: press Shift + Tab instead of Tab to move focus in the opposite direction. There are other methods that are more challenging to script. But try these simpler solutions first. Bingo! Tab delay Space works....er...for now. Thanks All Quote Link to comment Share on other sites More sharing options...
Cory Posted August 29 Report Share Posted August 29 You're welcome. Best of luck, but only if you're not spamming 😂 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.