ChromeDevTools / devtools-protocol

Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
BSD 3-Clause "New" or "Revised" License
1.15k stars 226 forks source link

dev tool open testing my app with chrome manager #157

Closed Damien-Lev closed 5 years ago

Damien-Lev commented 5 years ago

Hello, i actually use symfony/panther to test my app, when i launch the client i can see that chrome is launched with the dev tool open, i'd like it to be close. I know that i have to configure it via a "PANTHER_CHROME_ARGUMENTS" but i don't find what to put in it (expecting an array of options). (i'm working on PHP). Thanks for your answer