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§

parms

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§

ClientError
MessageError

Type Aliases§

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