-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly open the devtools (#252)
* 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
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters