This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
Rely upon Target domain instead of the json/list for page discovery and engagement #447
Open
Description
It is preferred to establish a single connection to the browser endpoint over the ws://host:port/devtools/browser/<guid>
. That guid can be obtained from the http://localhost:9222/json/version
, in the webSocketDebuggerUrl
field.
Information about the targets is available over Target.getTargets
. One can receive dynamic notifications about the new targets, create and delete targets over that domain.
Activity