Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--enable-logging not processed by the chrome drive #283

Open
cpintea opened this issue May 11, 2018 · 0 comments
Open

--enable-logging not processed by the chrome drive #283

cpintea opened this issue May 11, 2018 · 0 comments

Comments

@cpintea
Copy link

cpintea commented May 11, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant