Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/476.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
Javascript 如何等待Recaptcha加载到木偶演员/皮佩提尔中?_Javascript_Python 3.x_Automation_Puppeteer_Pyppeteer - Fatal编程技术网

Javascript 如何等待Recaptcha加载到木偶演员/皮佩提尔中?

Javascript 如何等待Recaptcha加载到木偶演员/皮佩提尔中?,javascript,python-3.x,automation,puppeteer,pyppeteer,Javascript,Python 3.x,Automation,Puppeteer,Pyppeteer,我想刮一个网站,我有困难和Recaptcha。我已经找到了一种解决方法,但在该方法开始之前,我必须确保Recaptcha已完全加载,这正是我要解决的问题。 我尝试了page.waitForSelector(“#captchaFormPart>td:nth child(2)>script:nth child(1)”,options={'visible':True}),我通过检查Recaptcha的框获得了选择器,但它不起作用。您可以使用该服务自动解决Recaptcha 它将自动等待,直到已加载并初

我想刮一个网站,我有困难和Recaptcha。我已经找到了一种解决方法,但在该方法开始之前,我必须确保Recaptcha已完全加载,这正是我要解决的问题。 我尝试了
page.waitForSelector(“#captchaFormPart>td:nth child(2)>script:nth child(1)”,options={'visible':True})
,我通过检查Recaptcha的框获得了选择器,但它不起作用。

您可以使用该服务自动解决Recaptcha

它将自动等待,直到已加载并初始化reCAPTCHA脚本(如果有)。

您可以使用该服务自动解决reCAPTCHA问题

它将自动等待,直到已加载并初始化reCAPTCHA脚本(如果有)