Chrome devTools option | Selenium Forum
R
Rezaul Posted on 09/08/2019

Hello,

 

I want to open developers tool in chrome browser to capture event logs. I think we can use the devtool option to setup capabilities to open the developer tool with chrome browser. Do we have any example code?

 

Thanks,

 

Roza


A
Ashish Thakur Replied on 09/08/2019

You can capture logs from the driver itself

Please refer the below official link

http://chromedriver.chromium.org/logging


R
Rezaul Replied on 22/08/2019

Thank you!