51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

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

selenium grid运行报错

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

    连续签到: 2 天

    [LV.9]测试副司令

    跳转到指定楼层
    1#
    发表于 2022-1-24 09:57:59 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    1测试积点
    在调试时报了一个很奇怪的错,本地跑selenium代码没问题,但到remote环境上就出了问题,一直报这个错
    1. self = <selenium.webdriver.remote.errorhandler.ErrorHandler object at 0x000001F48B424250>
    2. response = {'status': 500, 'value': 'Host header or origin header is specified and is not whitelisted or localhost.'}
    3. >           raise exception_class(value)
    4. E           selenium.common.exceptions.WebDriverException: Message: Host header or origin header is specified and is not whitelisted or localhost.

    5. D:\Pychaem\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py:207: WebDriverException
    复制代码
    代码附上

    1. def test_login_er():
    2.     url = "http://192.168.1.2:4444/wd/hub"
    3.     desired_capabilities = {
    4.         "browserName": "chrome",  # 指定运行的浏览器
    5.         "version": "",  # 指定版本
    6.         "platform": "any",  # 指定平台
    7.         "javascriptEnabled": "true"  # 指定是否支持Js脚本
    8.     }
    9.     driver = webdriver.Remote(url, desired_capabilities=desired_capabilities)
    10.     try:

    11.         # 初始化
    12.         driver.maximize_window()
    13.         driver.get('https://www.baidu.com/')
    14.         driver.quit()

    15.     finally:
    16.         pass


    复制代码
    网上搜了一下,浏览器驱动版本是没问题的,hub和node服务也起来了(在本地运行的),求解答

    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    4 小时前
  • 签到天数: 1522 天

    连续签到: 1 天

    [LV.Master]测试大本营

    2#
    发表于 2022-1-25 10:25:59 | 只看该作者
    看下header的信息
    回复

    使用道具 举报

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

    连续签到: 1 天

    [LV.10]测试总司令

    3#
    发表于 2022-1-25 11:39:43 | 只看该作者
    Message: Host header or origin header is specified and is not whitelisted or localhost.
    回复

    使用道具 举报

  • TA的每日心情
    奋斗
    5 小时前
  • 签到天数: 669 天

    连续签到: 1 天

    [LV.9]测试副司令

    4#
    发表于 2022-1-25 14:06:14 | 只看该作者
    header信息
    回复

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-25 14:24 , Processed in 0.066908 second(s), 22 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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