Chrome DPHttp Api
An API to interact with Chrome's JSON HTTP endpoints.
Use ChromeDP.httpApi to get an instance of this API.
These endpoints should mostly be used to query metadata about the protocol. Prefer the richer web socket API to interact with the browser using the Chrome DevTools Protocol.
Inheritors
Functions
Link copied to clipboard
Brings the page identified by the given targetId into the foreground (activates a tab).
Link copied to clipboard
Closes all targets.
Link copied to clipboard
Opens a new tab, and returns the websocket target data for the new tab.
Link copied to clipboard
Fetches the current Chrome DevTools Protocol definition, as a JSON string.
Link copied to clipboard
Fetches the list of all available web socket targets (e.g. browser tabs).
Link copied to clipboard
Fetches the browser version metadata via the debugger's HTTP API.
Link copied to clipboard
Opens a web socket connection to interact with the browser.