美文网首页
selenium.common.exceptions.WebDr

selenium.common.exceptions.WebDr

作者: for笑 | 来源:发表于2022-10-26 13:48 被阅读0次

    selenium.common.exceptions.WebDriverException: Message: unknown error: session deleted because of page crash

    from unknown error: cannot determine loading status

    未知错误:由于页面崩溃,会话已删除来自未知错误:无法确定加载状态

    该问题是由于 /dev/shm 分区默认只有 64M 比较小,不够用导致的(可以df -h查看),创建实例的时候加个 --shm-size="500M" 参数即可

    docker run -it --shm-size="500M" -v /data:/mnt selenium-chrome:latest  sh

    相关文章

      网友评论

          本文标题:selenium.common.exceptions.WebDr

          本文链接:https://www.haomeiwen.com/subject/kxbazrtx.html