MinkSelenium2Driver icon indicating copy to clipboard operation
MinkSelenium2Driver copied to clipboard

Is it possible to enable performance log when using selenium 2 with Chrome?

Open Syndesi opened this issue 6 years ago • 0 comments

Hi,

I'm using Behat with Mink and Selenium 2, which itself uses the selenium/standalone-chrome-debug docker image. And within some tests I would like to check some network requests of an iframe. I haven't found a way to read network events directly, but found out that Chrome can be configured to give access to the network events (via its performance log). Now I would like to ask weather it's possible to activate these settings through the behat.yml file and how the log could be accessed.

Syndesi avatar Mar 22 '19 15:03 Syndesi