With showProcessLog: true, was able to get browser console data with driver type 'chrome', if same i tried with 'chromedriver', not working.
- configure driver = { type: 'chromedriver', showDriverLog: true, showProcessLog: true, start: false, webDriverUrl: 'http://localhost:4444/wd/hub' }
Is there any other specific config need to be set?