作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在acceptance.suite.yml中添加了
chromeOptions:
args: ["--headless", "--disable-gpu","--test-type","--ignore-certificate-errors"],
但运气不好?我现在能做什么
描述编辑:
当我在 headless 模式下开始测试时,它们被卡住了,在 _output 文件 (fail.png) 中我得到空白页面。所以我认为他们进入了“不安全连接”页面并且无法通过它,我的问题是如何避免该页面
最佳答案
不确定这是否已经得到解答,但根据代码接收文档 https://codeception.com/docs/modules/WebDriver
modules:
enabled:
- WebDriver:
config:
url: 'http://localhost/'
browser: chrome
capabilities:
acceptInsecureCerts: true
关于selenium - 如何在codeception chrome headless 浏览器中忽略ssl证书?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45636887/
我是一名优秀的程序员,十分优秀!