hermione/v8.5.0
sipayRT
released this
18 Mar 14:35
·
226 commits
to master
since this release
🚀 Improvements
- feat: add ability to enable new Chrome headless mode (#875)
For Chrome browsers starting from version 112 option can be specified as a string with "new"|"old" values - this will enable the new headless mode (see Chrome's blog post). For example,
browsers: {
chrome: {
headless: 'new',
desiredCapabilities: {
browserName: "chrome"
}
}
},