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
I am struggling to figure what's the right way to get access to the devtools inspector of a CDP session for a page, so I can inspect the GUI / DOM using Chrome Developer Tools visually.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am struggling to figure what's the right way to get access to the devtools inspector of a CDP session for a page, so I can inspect the GUI / DOM using Chrome Developer Tools visually.
I am starting the docker using:
I am able to connect to it successfully in python playwright via below (seems to work):
The json/list endpoint seems to return a page:
But visiting either of the two below does not seem to be connecting to the web socket?
or
Wondering what's the right way to get GUI access to the inspector?
Any pointers appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions