• selenium报错


    Python 2.7.15

    selenium 2.53.6

    Firefox    47.0.1

    pycharm 2017.3.7

    # coding:utf-8 
    from selenium import webdriver
    import time
    driver =webdriver.Firefox()
    driver.get("https://www.baidu.com")
    time.sleep(3)
    driver.set_window_size(400, 600)


    D:hyzinstallpython estvenvScriptspython.exe D:/hyz/install/python/test/test_project/test01.py

    Traceback (most recent call last):  

    File "D:/hyz/install/python/test/test_project/test01.py", line 7, in <module>    

    driver.set_window_size(400, 600)  

    File "D:hyzinstallpython estvenvlibsite-packagesseleniumwebdriver emotewebdriver.py", line 1090, in set_window_size

        self.set_window_rect(width=int(width), height=int(height))  

    File "D:hyzinstallpython estvenvlibsite-packagesseleniumwebdriver emotewebdriver.py", line 1182, in set_window_rect    

    "height": height})['value']  

    File "D:hyzinstallpython estvenvlibsite-packagesseleniumwebdriver emotewebdriver.py", line 321, in execute    

    self.error_handler.check_response(response)  

    File "D:hyzinstallpython estvenvlibsite-packagesseleniumwebdriver emoteerrorhandler.py", line 242, in check_response    

    raise exception_class(message, screen, stacktrace)

    selenium.common.exceptions.WebDriverException: Message: POST /session/458a0cb1-1d25-445f-9f2f-17b7536a770e/window/rect did not match a known command

    
    

    Process finished with exit code 1

    下载最新的pycharm后没有问题了,2018.3版本

    
    
  • 相关阅读:
    makefile vpath变量
    博客园 文章和随笔区别
    Linux OpenGL 实践篇-6 光照
    HTC Vive 叠影器无法创建设备
    Mybatis注解
    MyBatis缓存
    MyBatis关联映射
    动态sql
    MyBatis智能标签
    Mybatis模糊查询及自动映射
  • 原文地址:https://www.cnblogs.com/hyzhang/p/10424264.html
Copyright © 2020-2023  润新知