51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1119|回复: 3
打印 上一主题 下一主题

一个小小的疑问,使用 selenium4,启动 chrome 浏览器错误

[复制链接]
  • TA的每日心情
    无聊
    4 天前
  • 签到天数: 530 天

    连续签到: 2 天

    [LV.9]测试副司令

    跳转到指定楼层
    1#
    发表于 2022-10-24 10:20:30 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    1测试积点
    使用 selenium3 版本的时候
    安装 selenium
    1. pip install selenium==3.11.0
    复制代码
    使用
    1. from selenium import webdriver

    2. driver = webdriver.Chrome(executable_path='chromedriver')
    3. driver.get('https://www.baidu.com')
    复制代码
    可以正常打开浏览器
    最新想使用一下这个undetected-chromedriver
    但是这个库最低得使用 selenium4.0 以上的版本
    所有就更新了一下 selenium 版本
    1. from selenium import webdriver
    2. from selenium.webdriver.chrome.service import Service

    3. driver = webdriver.Chrome(service=Service('chromedriver'))
    复制代码
    就打不开了,500 Internal Privoxy Error
    大佬们,有解决方法吗?
    1. Traceback (most recent call last):
    2.   File "/Users/Desktop/pythonProject/ttt.py", line 16, in <module>
    3.     driver = webdriver.Chrome(service=Service('chromedriver'))
    4.   File "/Users/Desktop/pythonProject/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 69, in __init__
    5.     super().__init__(DesiredCapabilities.CHROME['browserName'], "goog",
    6.   File "/Users/Desktop/pythonProject/lib/python3.8/site-packages/selenium/webdriver/chromium/webdriver.py", line 92, in __init__
    7.     super().__init__(
    8.   File "/Users/Desktop/pythonProject/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 272, in __init__
    9.     self.start_session(capabilities, browser_profile)
    10.   File "/Users/Desktop/pythonProject/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 364, in start_session
    11.     response = self.execute(Command.NEW_SESSION, parameters)
    12.   File "/Users/Desktop/pythonProject/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 429, in execute
    13.     self.error_handler.check_response(response)
    14.   File "/Users/Desktop/pythonProject/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 207, in check_response
    15.     raise exception_class(value)
    16. selenium.common.exceptions.WebDriverException: Message: <html>
    17. <head>
    18. <title>500 Internal Privoxy Error</title>
    19. <link rel="shortcut icon" href="http://config.privoxy.org/error-favicon.ico" type="image/x-icon"></head>
    20. <body>
    21. <h1>500 Internal Privoxy Error</h1>
    22. <p>Privoxy encountered an error while processing your request:</p>
    23. <p><b>Could not load template file <code>no-server-data</code> or one of its included components.</b></p>
    24. <p>Please contact your proxy administrator.</p>
    25. <p>If you are the proxy administrator, please put the required file(s)in the <code><i>(confdir)</i>/templates</code> directory.  The location of the <code><i>(confdir)</i></code> directory is specified in the main Privoxy <code>config</code> file.  (It's typically the Privoxy install directory, or <code>/etc/privoxy/</code>).</p>
    26. </body>
    27. </html>
    复制代码



    附件: 您需要 登录 才可以下载或查看,没有帐号?(注-册)加入51Testing
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    2024-10-22 14:23
  • 签到天数: 1007 天

    连续签到: 1 天

    [LV.10]测试总司令

    2#
    发表于 2022-10-25 10:11:49 | 只看该作者
    500 Internal Privoxy Error ?
    回复

    使用道具 举报

  • TA的每日心情
    慵懒
    3 天前
  • 签到天数: 1521 天

    连续签到: 5 天

    [LV.Master]测试大本营

    3#
    发表于 2022-10-25 12:10:08 | 只看该作者
    驱动版本也要更新?
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    前天 07:50
  • 签到天数: 2818 天

    连续签到: 6 天

    [LV.Master]测试大本营

    4#
    发表于 2022-10-25 16:18:51 | 只看该作者
    不匹配吧
    回复

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-25 04:45 , Processed in 0.066133 second(s), 22 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表