mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
set to json protocol
This commit is contained in:
@@ -30,6 +30,7 @@ module.exports = {
|
||||
desiredCapabilities: {
|
||||
browserName: 'chrome',
|
||||
chromeOptions: {
|
||||
w3c: false,
|
||||
args: [
|
||||
'window-size=1024,768'
|
||||
]
|
||||
@@ -61,6 +62,7 @@ module.exports = {
|
||||
desiredCapabilities: {
|
||||
browserName: 'chrome',
|
||||
chromeOptions: {
|
||||
w3c: false,
|
||||
args: [
|
||||
'headless',
|
||||
'disable-web-security',
|
||||
|
||||
Reference in New Issue
Block a user