Not Found - STOP elementFinder #317
Closed
Wielebny666
started this conversation in
General
Replies: 1 comment
-
|
Change the url to https://newassets.hcaptcha.com/captcha/ aa its within an iframe . check out #21 #33 #198 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made a simple automation that will click the hCaptcha checkbox.
Find the item #checkbox and click on it.
Testing it at https://accounts.hcaptcha.com/demo
{ "actions": [ { "addon": { "condition": "", "elementFinder": "", "recheck": 0, "recheckInterval": 0, "recheckOption": "stop", "value": "", "valueExtractor": "" }, "elementFinder": "#checkbox", "elementType": "", "enable": true, "focus": true, "initWait": 0, "name": "", "repeat": 0, "repeatInterval": 0, "settings": { "iframeFirst": true }, "value": "MouseEvents::click" } ], "batch": { "refresh": false, "repeat": 0, "repeatInterval": 5 }, "enable": true, "hotkey": "Ctrl + Shift + A", "initWait": 0, "loadType": "window", "name": "hcaptcha", "spreadsheetId": "", "startTime": "", "startType": "auto", "url": "https://accounts.hcaptcha.com/demo" }I get an error in the console:
Not Found - STOP elementFinder: #checkbox
Am I doing something wrong?
regards
Beta Was this translation helpful? Give feedback.
All reactions