Crate cdp_rs

source ·
Expand description

cdp-rs

cdp-rs is a Chrome Dev Protocol client, which allows interacting with a browser through the CDP protocol.

Macros

Structs

Client which stores the information about which host and port to connect to. The only purpose of this class is to get a CdpConnection which can be used to interact with the browser instance
A connection to the browser isntance which can be used to send and recieve messages The connection connection will be closed when the variable is dropped
Information about a tab as retrieved from the CDP connection

Enums

Type Definitions

Parameter type to the send method
Represents an error that occurred while making a network request