catchpoint / WebPageTest.agent

Cross-platform WebPageTest agent
Other
213 stars 138 forks source link

Not able to run tests on Chrome 112 #614

Open anthonymunene opened 1 year ago

anthonymunene commented 1 year ago

We see the following error when updating to the latest version of Chrome. Does anyone know how to pass chrome command line options to the agent?

[286:286:0426/155407.402019:ERROR:devtools_http_handler.cc(766)] Rejected an incoming WebSocket connection from the ws://localhost:9222 origin. Use the command line flag --remote-allow-origins=ws://localhost:9222 to allow connections from this origin or --remote-allow-origins=* to allow all origins.
anthonymunene commented 1 year ago

I had a look at speedcurve's fork and it looks like they've patched this themselves