Jump to content
Macro Express Forums

How to close dialog box


Recommended Posts

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.

  • Like 1
Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

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.  😇

  • Like 1
Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...