问题标签 [undetected-chromedriver]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
70 浏览

python - Zalando 结帐机器人

您好,我正在尝试编写一个机器人,该机器人通过 selenium python 库自动在 Zalando 网站上购买商品,但是当它发生在登录帐户时,它在输入正确的连接信息(邮件和密码)网站向我发送连接错误(我相信这是 403() 错误)。所以我不知道如何不被检测为连接到我的 Zalando 帐户的机器人,或者如果可能的话,甚至可以直接使用我的 Google 帐户启动 chrome 驱动程序。

0 投票
1 回答
217 浏览

python - 为什么未检测到的 Chromedriver 无法正常工作?

谷歌浏览器更新后,未检测到的 Chrome 驱动程序无法正常工作。我不能使用普通的 chromedriver 作为一些块访问 请提供一些解决方案,它与 chrome 更新有关,现在该怎么办?

请参阅以下错误 -

0 投票
0 回答
31 浏览

python - 在 Python 中使用带有 undetected_webdriver 的代理不起作用

我正在尝试在undetected_webdriver模块中使用代理,但它不起作用。之前selenium使用以下方法对我有用:

当我尝试这个undetected_webdriver并查看网站whatismyip我的 ip 仍然相同。我去Proxy上课了,问题还是一样。

有没有办法让它发生undetected_webdriver

0 投票
0 回答
81 浏览

python - undetected chromedriver start error in Python

It seems for some websites I need to use undetected chromedriver for Selenium automation. I already got Selenium and chromedriver installed in a venv environment, and also ran the below to install undetected chromedriver in the venv: python -m pip install undetected-chromedriver. I used the below code to start undetected chromedriver:

When I run the script in the venv I got error message. Could anyone help what was wrong?

0 投票
0 回答
21 浏览

python - 停止 undetected_chromedriver 重新下载驱动补丁

如何通过每次运行来停止 undetected_chromedriver重新下载驱动程序?

我试过 set executable_path=driver_path 但它并没有阻止

我会很感激任何帮助

0 投票
0 回答
16 浏览

selenium - 使用 Selenium-wire 和 undetected-chromedriver 获取 xhr 请求

我正在遵循下面的代码,但无法获得 xhr 请求。来自这里的代码。有任何解决这个问题的方法吗?

0 投票
2 回答
56 浏览

python - 从 aws 实例运行未检测到的 chrome 时出错

在 AWS 上创建实例时,在本地运行良好的代码会引发错误,我对此很陌生,我已经在实例中安装了 chrome 驱动程序和 chrome。任何帮助都非常感谢下面的代码,直到出现错误

错误是“selenium.common.exceptions.WebDriverException:消息:未知错误:无法从 chrome 连接到 127.0.0.1:41187 的 chrome 无法访问”

0 投票
0 回答
14 浏览

python - Selenium 为每个选项卡使用不同的代理

我想为我在 selenium 驱动程序中打开的每个选项卡使用不同的代理。在蟒蛇。

示例(解释我想要做什么):

我需要帮助才能知道如何做到这一点。谢谢您的帮助。

0 投票
1 回答
42 浏览

python - 未检测到的 chromedriver:uc.ChromeOptions() 不起作用

下面找到解决方案!!

我正在尝试使用 uc.ChromeOptions() 来做一些 options.add_argument() 来更改我的 Selenium 机器人的用户代理以及其他一些东西。但是,根据我从https://httpbin.org/anything获得的页面源,我的用户代理没有更改,并且与我的 google chrome 浏览器的用户代理相同。此外,当我的驱动程序第一次加载时,有 3 个选项卡,一个以用户代理作为 url,一个以“http://disable-notifications/”(后来变成正确的 url https://httpbin. org/anything),一个带有“disable-popup-blocking/”。uc.ChromeOptions() 在我的情况下显然不起作用......

有人可以指出我错在哪里以及如何解决这个问题吗?非常感谢。下面是我的代码:

0 投票
0 回答
19 浏览

python - 我需要创建 python 脚本来创建一个谷歌帐户

我是 python 初学者,我被要求创建一个 python 脚本来创建一个谷歌帐户作为练习,我几乎创建了脚本,但我有一个问题,每次我运行脚本时它都会给我一个不同的网页我试着去。

我手动尝试了 URL,它工作得很好,问题只是在脚本中。

现在谷歌阻止了这种脚本,如果是的话,有什么办法可以绕过这种保护吗?!

注意:我使用的是 undetected_chromedriver。

提前致谢。