Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
量角器与无铬兼容吗?如果是这样,我该如何配置它?
我没有在网上找到任何配置方法或特定文档来在量角器配置中实现 chromeless。
我正在使用量角器 3.1.1
Chrome 无头模式在 Mac 和 Linux 上的 Chrome 59 中可用。Windows 支持在 Chrome 60 中。
capabilities: { 'browserName': process.env.PROTRACTOR_BROWSER || 'chrome', // Using headless Chrome chromeOptions: { args: ['--headless', '--disable-gpu', '--start-maximized'] } }