You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
I have this configuration:
accounting: #accounting - desktop with GUI browser
autoload:
'': %paths.base%/Accounting/bootstrap
extensions:
Behat\MinkExtension:
# base_url: http://loc.test.be
goutte: ~
selenium2:
wd_host: "http://127.0.0.1:4444/wd/hub"
# use chrome browser
browser: "chrome"
# browser capabilities
capabilities:
extra_capabilities:
chromeOptions:
args:
- '--enable-logging'
#- '--log-level=4'
- '--start-maximized'
#- '--no-sandbox'
The "--enable-logging" has no effect. The log file is not updated. Is this option supported (longing the browser console)? Is the configuration correct? Could be a problem of Mink?
The text was updated successfully, but these errors were encountered:
Hi ,
I have this configuration:
accounting: #accounting - desktop with GUI browser
autoload:
'': %paths.base%/Accounting/bootstrap
extensions:
Behat\MinkExtension:
# base_url: http://loc.test.be
goutte: ~
selenium2:
wd_host: "http://127.0.0.1:4444/wd/hub"
# use chrome browser
browser: "chrome"
# browser capabilities
capabilities:
extra_capabilities:
chromeOptions:
args:
- '--enable-logging'
#- '--log-level=4'
- '--start-maximized'
#- '--no-sandbox'
The "--enable-logging" has no effect. The log file is not updated. Is this option supported (longing the browser console)? Is the configuration correct? Could be a problem of Mink?
The text was updated successfully, but these errors were encountered: