Skip to main content

CdpLibrary

Struct CdpLibrary 

Source
pub struct CdpLibrary {
Show 53 fields pub accessibility: AccessibilityClient, pub animation: AnimationClient, pub audits: AuditsClient, pub autofill: AutofillClient, pub background_service: BackgroundServiceClient, pub bluetooth_emulation: BluetoothEmulationClient, pub browser: BrowserClient, pub css: CSSClient, pub cache_storage: CacheStorageClient, pub cast: CastClient, pub console: ConsoleClient, pub dom: DOMClient, pub dom_debugger: DOMDebuggerClient, pub dom_snapshot: DOMSnapshotClient, pub dom_storage: DOMStorageClient, pub debugger: DebuggerClient, pub device_access: DeviceAccessClient, pub device_orientation: DeviceOrientationClient, pub emulation: EmulationClient, pub event_breakpoints: EventBreakpointsClient, pub extensions: ExtensionsClient, pub fed_cm: FedCmClient, pub fetch: FetchClient, pub file_system: FileSystemClient, pub headless_experimental: HeadlessExperimentalClient, pub heap_profiler: HeapProfilerClient, pub io: IOClient, pub indexed_db: IndexedDBClient, pub input: InputClient, pub inspector: InspectorClient, pub layer_tree: LayerTreeClient, pub log: LogClient, pub media: MediaClient, pub memory: MemoryClient, pub network: NetworkClient, pub overlay: OverlayClient, pub pwa: PWAClient, pub page: PageClient, pub performance: PerformanceClient, pub performance_timeline: PerformanceTimelineClient, pub preload: PreloadClient, pub profiler: ProfilerClient, pub runtime: RuntimeClient, pub schema: SchemaClient, pub security: SecurityClient, pub service_worker: ServiceWorkerClient, pub storage: StorageClient, pub system_info: SystemInfoClient, pub target: TargetClient, pub tethering: TetheringClient, pub tracing: TracingClient, pub web_audio: WebAudioClient, pub web_authn: WebAuthnClient,
}
Expand description

Aggregated domain clients for type-safe CDP access.

Fields§

§accessibility: AccessibilityClient§animation: AnimationClient§audits: AuditsClient§autofill: AutofillClient§background_service: BackgroundServiceClient§bluetooth_emulation: BluetoothEmulationClient§browser: BrowserClient§css: CSSClient§cache_storage: CacheStorageClient§cast: CastClient§console: ConsoleClient§dom: DOMClient§dom_debugger: DOMDebuggerClient§dom_snapshot: DOMSnapshotClient§dom_storage: DOMStorageClient§debugger: DebuggerClient§device_access: DeviceAccessClient§device_orientation: DeviceOrientationClient§emulation: EmulationClient§event_breakpoints: EventBreakpointsClient§extensions: ExtensionsClient§fed_cm: FedCmClient§fetch: FetchClient§file_system: FileSystemClient§headless_experimental: HeadlessExperimentalClient§heap_profiler: HeapProfilerClient§io: IOClient§indexed_db: IndexedDBClient§input: InputClient§inspector: InspectorClient§layer_tree: LayerTreeClient§log: LogClient§media: MediaClient§memory: MemoryClient§network: NetworkClient§overlay: OverlayClient§pwa: PWAClient§page: PageClient§performance: PerformanceClient§performance_timeline: PerformanceTimelineClient§preload: PreloadClient§profiler: ProfilerClient§runtime: RuntimeClient§schema: SchemaClient§security: SecurityClient§service_worker: ServiceWorkerClient§storage: StorageClient§system_info: SystemInfoClient§target: TargetClient§tethering: TetheringClient§tracing: TracingClient§web_audio: WebAudioClient§web_authn: WebAuthnClient

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more