MinkSelenium2Driver
MinkSelenium2Driver copied to clipboard
--enable-logging not processed by the chrome drive
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?