Expand description
§cdp-rs
cdp-rs
is a Chrome Dev Protocol client, which allows interacting with a browser
through the CDP protocol.
Macros§
Structs§
- CdpClient
- 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 - CdpConnection
- 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
- Tab
- Information about a tab as retrieved from the CDP connection
Enums§
Type Aliases§
- Message
Parameter - Parameter type to the send method
- Network
Error - Represents an error that occurred while making a network request