我正在尝试为使用python和selenium的平台准备一个机器人。我的代码如下。如果有,请等待recaptcha求解器插件修复它。 如果我删除“等待验证码确认的##”部分并添加time.sleep(110),它将得到解决。但我需要让它和人类相似。我在等你的帮助。\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 462, in
我需要使用pythonselenium自动化一个网页,但它遇到了一个reCaptcha,它在另一个框架中。在这方面,有没有人可以帮我?from selenium import webdriverfrom selenium.webdriver.supportimport expected_conditions as EC
from sel
Python 3.9.0、Selenium 3.141.0、Chromedriver 89.0.4389.23我尝试了几种方法,例如:
a = self.driver.switch_to.frame(通过类名-recaptcha-checkbox-checkbox标记,recaptcha-checkbox-border)。\venv\lib\site-packages\selenium\webdriver\remote\webelement.py:80: in cl
我正在尝试使用selenium和python在名为g-recaptcha-response的id上执行javascript。以下是我到目前为止所使用的脚本 import timefrom selenium.webdriver.supportimport expected_conditions as EC
from selenium.web
我正在使用Pythonselenium chromedriver,我想将Capmonster添加到我的代码中。基本上,如果我的代码获得了URL,就会出现一个ReCaptcha,我想要解决它。我的代码 from threading import Threadfrom seleniumimport webdriver
from selenium.
我正在使用Selenium/Python尝试填写一个表单,而不是填写recaptcha。我找到了python-anticaptcha,买了10美元的学分,一切都很顺利,captcha出现了,但总比什么都没发生要好。我试着找了几个小时的答案/查阅了他们的api和例子,但什么也找不到。from selenium import webdriver
from selenium.webdriver.common.keys i