VERSION BUILD=1005 RECORDER=CR`
TAB T=1
SET !LOOP 1
URL GOTO=https://patrickhlauke.github.io/recaptcha/
SET !ERRORIGNORE YES
FRAME F={{!LOOP}}
SET !TIMEOUT_STEP 3
FRAME F=1
WAIT SECONDS=6
TAG POS=1 TYPE=DIV ATTR=CLASS:recaptcha-checkbox-checkmark
WAIT SECONDS=5
TAG POS=1 TYPE=BUTTON ATTR=ID:button holder
TAG POS=1 TYPE=BUTTON ATTR=ID:solver-button
这是我的代码,并且Recaptcha复选框运行良好,然后我尝试在验证码内部自定义求解器质询按钮,但收到错误
SyntaxError:第12行的TAG命令格式错误
这是验证码按钮的代码:
</button>
</div>
<div class="button-holder help-button-holder"></div>
<div class="button-holder undo-button-holder">
<button class="rc-button goog-inline-block rc-button-undo" title="Undo" value="" id="recaptcha-undo-button" tabindex="0" style="display: none;"></button>
</div>
<div class="button-holder">
<button class="rc-button goog-inline-block" tabindex="0" title="Solve the challenge" id="solver-button"></button>
</div>
</div>