You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: correctly open the devtools
The original debug url was deprecated apparently (I didn't confirm that;
a call to `page.driver.debug` just opened a blank page).
Instead there is an endpoint now that allows to parse out a remote
devtools frontend path (although they incorrectly call it a url).
So instead of generating a fixed debug_url now we make a request to said
endpoint and parse the actual (dynamic; contains a uuid) devtools path
and build a url from it.
* fix: add remote allow origins so the browser allows to connect
* chore: add test for remote-allow-origins option
0 commit comments