Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/347.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python recaptcha v2我想使用selenium获得aria hidden=true类下的内容_Python_Selenium Webdriver_Recaptcha - Fatal编程技术网

Python recaptcha v2我想使用selenium获得aria hidden=true类下的内容

Python recaptcha v2我想使用selenium获得aria hidden=true类下的内容,python,selenium-webdriver,recaptcha,Python,Selenium Webdriver,Recaptcha,大家好,我正在努力学习硒,这里面临一个常见的问题,那就是recaptcha。 关于这个函数,我只想让我的代码运行到这里,并等待我的手(手动)传递这个验证码,然后运行到下一行 我注意到当这个验证码通过时(我指的是勾号图标)☑ ✓) 然后会出现下面的代码,但不知道如何找到它并捕获此消息。有什么解决方案吗?非常感谢大家 这是我正在练习的验证码演示 您已被验证 <div id="recaptcha-accessible-status" class="rc-ancho

大家好,我正在努力学习硒,这里面临一个常见的问题,那就是recaptcha。 关于这个函数,我只想让我的代码运行到这里,并等待我的手(手动)传递这个验证码,然后运行到下一行 我注意到当这个验证码通过时(我指的是勾号图标)☑ ✓) 然后会出现下面的代码,但不知道如何找到它并捕获此消息。有什么解决方案吗?非常感谢大家

这是我正在练习的验证码演示

您已被验证
<div id="recaptcha-accessible-status" class="rc-anchor-aria-status" aria-hidden="true">You are verified</div>