v1.0.9 with Bootstrap 4.0.0
This commit is contained in:
@@ -31,7 +31,10 @@ module.exports = {
|
||||
desiredCapabilities: {
|
||||
browserName: 'chrome',
|
||||
javascriptEnabled: true,
|
||||
acceptSslCerts: true
|
||||
acceptSslCerts: true,
|
||||
chromeOptions : {
|
||||
args : ["start-maximized", "--incognito"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user