1pub mod accessibility;
2pub mod animation;
3pub mod audits;
4pub mod autofill;
5pub mod background_service;
6pub mod bluetooth_emulation;
7pub mod browser;
8pub mod cache_storage;
9pub mod cast;
10pub mod css;
11pub mod device_access;
12pub mod device_orientation;
13pub mod dom;
14pub mod dom_debugger;
15pub mod dom_snapshot;
16pub mod dom_storage;
17pub mod emulation;
18pub mod event_breakpoints;
19pub mod extensions;
20pub mod fed_cm;
21pub mod fetch;
22pub mod file_system;
23pub mod headless_experimental;
24pub mod indexed_db;
25pub mod input;
26pub mod inspector;
27pub mod io;
28pub mod layer_tree;
29pub mod log;
30pub mod media;
31pub mod memory;
32pub mod network;
33pub mod overlay;
34pub mod page;
35pub mod performance;
36pub mod performance_timeline;
37pub mod preload;
38pub mod pwa;
39pub mod security;
40pub mod service_worker;
41pub mod storage;
42pub mod system_info;
43pub mod target;
44pub mod tethering;
45pub mod tracing;
46pub mod web_audio;
47pub mod web_authn;
48pub const VERSION: &str = "1.3";
49group_enum ! (BrowserProtocolTypes { Accessibility (accessibility :: types :: AccessibilityTypes) , Animation (animation :: types :: AnimationTypes) , Audits (audits :: types :: AuditsTypes) , Autofill (autofill :: types :: AutofillTypes) , BackgroundService (background_service :: types :: BackgroundServiceTypes) , BluetoothEmulation (bluetooth_emulation :: types :: BluetoothEmulationTypes) , Browser (browser :: types :: BrowserTypes) , Css (css :: types :: CssTypes) , CacheStorage (cache_storage :: types :: CacheStorageTypes) , Cast (cast :: types :: CastTypes) , Dom (dom :: types :: DomTypes) , DomDebugger (dom_debugger :: types :: DomDebuggerTypes) , DomSnapshot (dom_snapshot :: types :: DomSnapshotTypes) , DomStorage (dom_storage :: types :: DomStorageTypes) , DeviceAccess (device_access :: types :: DeviceAccessTypes) , Emulation (emulation :: types :: EmulationTypes) , Extensions (extensions :: types :: ExtensionsTypes) , FedCm (fed_cm :: types :: FedCmTypes) , Fetch (fetch :: types :: FetchTypes) , FileSystem (file_system :: types :: FileSystemTypes) , HeadlessExperimental (headless_experimental :: types :: HeadlessExperimentalTypes) , Io (io :: types :: IoTypes) , IndexedDb (indexed_db :: types :: IndexedDbTypes) , Input (input :: types :: InputTypes) , LayerTree (layer_tree :: types :: LayerTreeTypes) , Log (log :: types :: LogTypes) , Media (media :: types :: MediaTypes) , Memory (memory :: types :: MemoryTypes) , Network (network :: types :: NetworkTypes) , Overlay (overlay :: types :: OverlayTypes) , Pwa (pwa :: types :: PwaTypes) , Page (page :: types :: PageTypes) , Performance (performance :: types :: PerformanceTypes) , PerformanceTimeline (performance_timeline :: types :: PerformanceTimelineTypes) , Preload (preload :: types :: PreloadTypes) , Security (security :: types :: SecurityTypes) , ServiceWorker (service_worker :: types :: ServiceWorkerTypes) , Storage (storage :: types :: StorageTypes) , SystemInfo (system_info :: types :: SystemInfoTypes) , Target (target :: types :: TargetTypes) , Tracing (tracing :: types :: TracingTypes) , WebAudio (web_audio :: types :: WebAudioTypes) , WebAuthn (web_authn :: types :: WebAuthnTypes) });
50group_enum ! (BrowserProtocolCommands { Accessibility (accessibility :: commands :: AccessibilityCommands) , Animation (animation :: commands :: AnimationCommands) , Audits (audits :: commands :: AuditsCommands) , Autofill (autofill :: commands :: AutofillCommands) , BackgroundService (background_service :: commands :: BackgroundServiceCommands) , BluetoothEmulation (bluetooth_emulation :: commands :: BluetoothEmulationCommands) , Browser (browser :: commands :: BrowserCommands) , Css (css :: commands :: CssCommands) , CacheStorage (cache_storage :: commands :: CacheStorageCommands) , Cast (cast :: commands :: CastCommands) , Dom (dom :: commands :: DomCommands) , DomDebugger (dom_debugger :: commands :: DomDebuggerCommands) , DomSnapshot (dom_snapshot :: commands :: DomSnapshotCommands) , DomStorage (dom_storage :: commands :: DomStorageCommands) , DeviceAccess (device_access :: commands :: DeviceAccessCommands) , DeviceOrientation (device_orientation :: commands :: DeviceOrientationCommands) , Emulation (emulation :: commands :: EmulationCommands) , EventBreakpoints (event_breakpoints :: commands :: EventBreakpointsCommands) , Extensions (extensions :: commands :: ExtensionsCommands) , FedCm (fed_cm :: commands :: FedCmCommands) , Fetch (fetch :: commands :: FetchCommands) , FileSystem (file_system :: commands :: FileSystemCommands) , HeadlessExperimental (headless_experimental :: commands :: HeadlessExperimentalCommands) , Io (io :: commands :: IoCommands) , IndexedDb (indexed_db :: commands :: IndexedDbCommands) , Input (input :: commands :: InputCommands) , Inspector (inspector :: commands :: InspectorCommands) , LayerTree (layer_tree :: commands :: LayerTreeCommands) , Log (log :: commands :: LogCommands) , Media (media :: commands :: MediaCommands) , Memory (memory :: commands :: MemoryCommands) , Network (network :: commands :: NetworkCommands) , Overlay (overlay :: commands :: OverlayCommands) , Pwa (pwa :: commands :: PwaCommands) , Page (page :: commands :: PageCommands) , Performance (performance :: commands :: PerformanceCommands) , PerformanceTimeline (performance_timeline :: commands :: PerformanceTimelineCommands) , Preload (preload :: commands :: PreloadCommands) , Security (security :: commands :: SecurityCommands) , ServiceWorker (service_worker :: commands :: ServiceWorkerCommands) , Storage (storage :: commands :: StorageCommands) , SystemInfo (system_info :: commands :: SystemInfoCommands) , Target (target :: commands :: TargetCommands) , Tethering (tethering :: commands :: TetheringCommands) , Tracing (tracing :: commands :: TracingCommands) , WebAudio (web_audio :: commands :: WebAudioCommands) , WebAuthn (web_authn :: commands :: WebAuthnCommands) } + identifiable);
51group_enum ! (BrowserProtocolEvents { Accessibility (accessibility :: events :: AccessibilityEvents) , Animation (animation :: events :: AnimationEvents) , Audits (audits :: events :: AuditsEvents) , Autofill (autofill :: events :: AutofillEvents) , BackgroundService (background_service :: events :: BackgroundServiceEvents) , BluetoothEmulation (bluetooth_emulation :: events :: BluetoothEmulationEvents) , Browser (browser :: events :: BrowserEvents) , Css (css :: events :: CssEvents) , Cast (cast :: events :: CastEvents) , Dom (dom :: events :: DomEvents) , DomStorage (dom_storage :: events :: DomStorageEvents) , DeviceAccess (device_access :: events :: DeviceAccessEvents) , Emulation (emulation :: events :: EmulationEvents) , FedCm (fed_cm :: events :: FedCmEvents) , Fetch (fetch :: events :: FetchEvents) , Input (input :: events :: InputEvents) , Inspector (inspector :: events :: InspectorEvents) , LayerTree (layer_tree :: events :: LayerTreeEvents) , Log (log :: events :: LogEvents) , Media (media :: events :: MediaEvents) , Network (network :: events :: NetworkEvents) , Overlay (overlay :: events :: OverlayEvents) , Page (page :: events :: PageEvents) , Performance (performance :: events :: PerformanceEvents) , PerformanceTimeline (performance_timeline :: events :: PerformanceTimelineEvents) , Preload (preload :: events :: PreloadEvents) , Security (security :: events :: SecurityEvents) , ServiceWorker (service_worker :: events :: ServiceWorkerEvents) , Storage (storage :: events :: StorageEvents) , Target (target :: events :: TargetEvents) , Tethering (tethering :: events :: TetheringEvents) , Tracing (tracing :: events :: TracingEvents) , WebAudio (web_audio :: events :: WebAudioEvents) , WebAuthn (web_authn :: events :: WebAuthnEvents) } + other + identifiable);
52impl_from ! (accessibility :: types :: AxNodeId => accessibility :: types :: AccessibilityTypes => BrowserProtocolTypes , accessibility :: types :: AxValueType => accessibility :: types :: AccessibilityTypes => BrowserProtocolTypes , accessibility :: types :: AxValueSourceType => accessibility :: types :: AccessibilityTypes => BrowserProtocolTypes , accessibility :: types :: AxValueNativeSourceType => accessibility :: types :: AccessibilityTypes => BrowserProtocolTypes , accessibility :: types :: AxValueSource => accessibility :: types :: AccessibilityTypes => BrowserProtocolTypes , accessibility :: types :: AxRelatedNode => accessibility :: types :: AccessibilityTypes => BrowserProtocolTypes , accessibility :: types :: AxProperty => accessibility :: types :: AccessibilityTypes => BrowserProtocolTypes , accessibility :: types :: AxValue => accessibility :: types :: AccessibilityTypes => BrowserProtocolTypes , accessibility :: types :: AxPropertyName => accessibility :: types :: AccessibilityTypes => BrowserProtocolTypes , accessibility :: types :: AxNode => accessibility :: types :: AccessibilityTypes => BrowserProtocolTypes , accessibility :: commands :: Disable => accessibility :: commands :: AccessibilityCommands => BrowserProtocolCommands , accessibility :: commands :: Enable => accessibility :: commands :: AccessibilityCommands => BrowserProtocolCommands , accessibility :: commands :: GetPartialAxTree => accessibility :: commands :: AccessibilityCommands => BrowserProtocolCommands , accessibility :: commands :: GetFullAxTree => accessibility :: commands :: AccessibilityCommands => BrowserProtocolCommands , accessibility :: commands :: GetRootAxNode => accessibility :: commands :: AccessibilityCommands => BrowserProtocolCommands , accessibility :: commands :: GetAxNodeAndAncestors => accessibility :: commands :: AccessibilityCommands => BrowserProtocolCommands , accessibility :: commands :: GetChildAxNodes => accessibility :: commands :: AccessibilityCommands => BrowserProtocolCommands , accessibility :: commands :: QueryAxTree => accessibility :: commands :: AccessibilityCommands => BrowserProtocolCommands , accessibility :: events :: LoadComplete => accessibility :: events :: AccessibilityEvents => BrowserProtocolEvents , accessibility :: events :: NodesUpdated => accessibility :: events :: AccessibilityEvents => BrowserProtocolEvents , animation :: types :: Animation => animation :: types :: AnimationTypes => BrowserProtocolTypes , animation :: types :: ViewOrScrollTimeline => animation :: types :: AnimationTypes => BrowserProtocolTypes , animation :: types :: AnimationEffect => animation :: types :: AnimationTypes => BrowserProtocolTypes , animation :: types :: KeyframesRule => animation :: types :: AnimationTypes => BrowserProtocolTypes , animation :: types :: KeyframeStyle => animation :: types :: AnimationTypes => BrowserProtocolTypes , animation :: commands :: Disable => animation :: commands :: AnimationCommands => BrowserProtocolCommands , animation :: commands :: Enable => animation :: commands :: AnimationCommands => BrowserProtocolCommands , animation :: commands :: GetCurrentTime => animation :: commands :: AnimationCommands => BrowserProtocolCommands , animation :: commands :: GetPlaybackRate => animation :: commands :: AnimationCommands => BrowserProtocolCommands , animation :: commands :: ReleaseAnimations => animation :: commands :: AnimationCommands => BrowserProtocolCommands , animation :: commands :: ResolveAnimation => animation :: commands :: AnimationCommands => BrowserProtocolCommands , animation :: commands :: SeekAnimations => animation :: commands :: AnimationCommands => BrowserProtocolCommands , animation :: commands :: SetPaused => animation :: commands :: AnimationCommands => BrowserProtocolCommands , animation :: commands :: SetPlaybackRate => animation :: commands :: AnimationCommands => BrowserProtocolCommands , animation :: commands :: SetTiming => animation :: commands :: AnimationCommands => BrowserProtocolCommands , animation :: events :: AnimationCanceled => animation :: events :: AnimationEvents => BrowserProtocolEvents , animation :: events :: AnimationCreated => animation :: events :: AnimationEvents => BrowserProtocolEvents , animation :: events :: AnimationStarted => animation :: events :: AnimationEvents => BrowserProtocolEvents , animation :: events :: AnimationUpdated => animation :: events :: AnimationEvents => BrowserProtocolEvents , audits :: types :: AffectedCookie => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: AffectedRequest => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: AffectedFrame => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: CookieExclusionReason => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: CookieWarningReason => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: CookieOperation => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: InsightType => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: CookieIssueInsight => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: CookieIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: PerformanceIssueType => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: PerformanceIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: MixedContentResolutionStatus => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: MixedContentResourceType => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: MixedContentIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: BlockedByResponseReason => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: BlockedByResponseIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: HeavyAdResolutionStatus => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: HeavyAdReason => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: HeavyAdIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: ContentSecurityPolicyViolationType => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: SourceCodeLocation => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: ContentSecurityPolicyIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: SharedArrayBufferIssueType => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: SharedArrayBufferIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: LowTextContrastIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: CorsIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: AttributionReportingIssueType => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: SharedDictionaryError => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: SriMessageSignatureError => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: UnencodedDigestError => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: ConnectionAllowlistError => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: AttributionReportingIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: QuirksModeIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: SharedDictionaryIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: SriMessageSignatureIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: UnencodedDigestIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: ConnectionAllowlistIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: GenericIssueErrorType => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: GenericIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: DeprecationIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: BounceTrackingIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: CookieDeprecationMetadataIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: ClientHintIssueReason => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: FederatedAuthRequestIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: FederatedAuthRequestIssueReason => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: FederatedAuthUserInfoRequestIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: FederatedAuthUserInfoRequestIssueReason => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: ClientHintIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: FailedRequestInfo => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: PartitioningBlobUrlInfo => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: PartitioningBlobUrlIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: ElementAccessibilityIssueReason => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: ElementAccessibilityIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: StyleSheetLoadingIssueReason => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: StylesheetLoadingIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: PropertyRuleIssueReason => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: PropertyRuleIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: UserReidentificationIssueType => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: UserReidentificationIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: PermissionElementIssueType => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: PermissionElementIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: AdScriptIdentifier => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: AdAncestry => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: SelectivePermissionsInterventionIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: InspectorIssueCode => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: InspectorIssueDetails => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: IssueId => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: types :: InspectorIssue => audits :: types :: AuditsTypes => BrowserProtocolTypes , audits :: commands :: GetEncodedResponse => audits :: commands :: AuditsCommands => BrowserProtocolCommands , audits :: commands :: Disable => audits :: commands :: AuditsCommands => BrowserProtocolCommands , audits :: commands :: Enable => audits :: commands :: AuditsCommands => BrowserProtocolCommands , audits :: commands :: CheckContrast => audits :: commands :: AuditsCommands => BrowserProtocolCommands , audits :: commands :: CheckFormsIssues => audits :: commands :: AuditsCommands => BrowserProtocolCommands , audits :: events :: IssueAdded => audits :: events :: AuditsEvents => BrowserProtocolEvents , autofill :: types :: CreditCard => autofill :: types :: AutofillTypes => BrowserProtocolTypes , autofill :: types :: AddressField => autofill :: types :: AutofillTypes => BrowserProtocolTypes , autofill :: types :: AddressFields => autofill :: types :: AutofillTypes => BrowserProtocolTypes , autofill :: types :: Address => autofill :: types :: AutofillTypes => BrowserProtocolTypes , autofill :: types :: AddressUi => autofill :: types :: AutofillTypes => BrowserProtocolTypes , autofill :: types :: FillingStrategy => autofill :: types :: AutofillTypes => BrowserProtocolTypes , autofill :: types :: FilledField => autofill :: types :: AutofillTypes => BrowserProtocolTypes , autofill :: commands :: Trigger => autofill :: commands :: AutofillCommands => BrowserProtocolCommands , autofill :: commands :: SetAddresses => autofill :: commands :: AutofillCommands => BrowserProtocolCommands , autofill :: commands :: Disable => autofill :: commands :: AutofillCommands => BrowserProtocolCommands , autofill :: commands :: Enable => autofill :: commands :: AutofillCommands => BrowserProtocolCommands , autofill :: events :: AddressFormFilled => autofill :: events :: AutofillEvents => BrowserProtocolEvents , background_service :: types :: ServiceName => background_service :: types :: BackgroundServiceTypes => BrowserProtocolTypes , background_service :: types :: EventMetadata => background_service :: types :: BackgroundServiceTypes => BrowserProtocolTypes , background_service :: types :: BackgroundServiceEvent => background_service :: types :: BackgroundServiceTypes => BrowserProtocolTypes , background_service :: commands :: StartObserving => background_service :: commands :: BackgroundServiceCommands => BrowserProtocolCommands , background_service :: commands :: StopObserving => background_service :: commands :: BackgroundServiceCommands => BrowserProtocolCommands , background_service :: commands :: SetRecording => background_service :: commands :: BackgroundServiceCommands => BrowserProtocolCommands , background_service :: commands :: ClearEvents => background_service :: commands :: BackgroundServiceCommands => BrowserProtocolCommands , background_service :: events :: RecordingStateChanged => background_service :: events :: BackgroundServiceEvents => BrowserProtocolEvents , background_service :: events :: BackgroundServiceEventReceived => background_service :: events :: BackgroundServiceEvents => BrowserProtocolEvents , bluetooth_emulation :: types :: CentralState => bluetooth_emulation :: types :: BluetoothEmulationTypes => BrowserProtocolTypes , bluetooth_emulation :: types :: GattOperationType => bluetooth_emulation :: types :: BluetoothEmulationTypes => BrowserProtocolTypes , bluetooth_emulation :: types :: CharacteristicWriteType => bluetooth_emulation :: types :: BluetoothEmulationTypes => BrowserProtocolTypes , bluetooth_emulation :: types :: CharacteristicOperationType => bluetooth_emulation :: types :: BluetoothEmulationTypes => BrowserProtocolTypes , bluetooth_emulation :: types :: DescriptorOperationType => bluetooth_emulation :: types :: BluetoothEmulationTypes => BrowserProtocolTypes , bluetooth_emulation :: types :: ManufacturerData => bluetooth_emulation :: types :: BluetoothEmulationTypes => BrowserProtocolTypes , bluetooth_emulation :: types :: ScanRecord => bluetooth_emulation :: types :: BluetoothEmulationTypes => BrowserProtocolTypes , bluetooth_emulation :: types :: ScanEntry => bluetooth_emulation :: types :: BluetoothEmulationTypes => BrowserProtocolTypes , bluetooth_emulation :: types :: CharacteristicProperties => bluetooth_emulation :: types :: BluetoothEmulationTypes => BrowserProtocolTypes , bluetooth_emulation :: commands :: Enable => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: SetSimulatedCentralState => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: Disable => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: SimulatePreconnectedPeripheral => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: SimulateAdvertisement => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: SimulateGattOperationResponse => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: SimulateCharacteristicOperationResponse => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: SimulateDescriptorOperationResponse => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: AddService => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: RemoveService => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: AddCharacteristic => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: RemoveCharacteristic => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: AddDescriptor => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: RemoveDescriptor => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: commands :: SimulateGattDisconnection => bluetooth_emulation :: commands :: BluetoothEmulationCommands => BrowserProtocolCommands , bluetooth_emulation :: events :: GattOperationReceived => bluetooth_emulation :: events :: BluetoothEmulationEvents => BrowserProtocolEvents , bluetooth_emulation :: events :: CharacteristicOperationReceived => bluetooth_emulation :: events :: BluetoothEmulationEvents => BrowserProtocolEvents , bluetooth_emulation :: events :: DescriptorOperationReceived => bluetooth_emulation :: events :: BluetoothEmulationEvents => BrowserProtocolEvents , browser :: types :: BrowserContextId => browser :: types :: BrowserTypes => BrowserProtocolTypes , browser :: types :: WindowId => browser :: types :: BrowserTypes => BrowserProtocolTypes , browser :: types :: WindowState => browser :: types :: BrowserTypes => BrowserProtocolTypes , browser :: types :: Bounds => browser :: types :: BrowserTypes => BrowserProtocolTypes , browser :: types :: PermissionType => browser :: types :: BrowserTypes => BrowserProtocolTypes , browser :: types :: PermissionSetting => browser :: types :: BrowserTypes => BrowserProtocolTypes , browser :: types :: PermissionDescriptor => browser :: types :: BrowserTypes => BrowserProtocolTypes , browser :: types :: BrowserCommandId => browser :: types :: BrowserTypes => BrowserProtocolTypes , browser :: types :: Bucket => browser :: types :: BrowserTypes => BrowserProtocolTypes , browser :: types :: Histogram => browser :: types :: BrowserTypes => BrowserProtocolTypes , browser :: types :: PrivacySandboxApi => browser :: types :: BrowserTypes => BrowserProtocolTypes , browser :: commands :: SetPermission => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: ResetPermissions => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: SetDownloadBehavior => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: CancelDownload => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: Close => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: Crash => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: CrashGpuProcess => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: GetVersion => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: GetBrowserCommandLine => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: GetHistograms => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: GetHistogram => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: GetWindowBounds => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: GetWindowForTarget => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: SetWindowBounds => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: SetContentsSize => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: SetDockTile => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: ExecuteBrowserCommand => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: AddPrivacySandboxEnrollmentOverride => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: commands :: AddPrivacySandboxCoordinatorKeyConfig => browser :: commands :: BrowserCommands => BrowserProtocolCommands , browser :: events :: DownloadWillBegin => browser :: events :: BrowserEvents => BrowserProtocolEvents , browser :: events :: DownloadProgress => browser :: events :: BrowserEvents => BrowserProtocolEvents , css :: types :: StyleSheetOrigin => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: PseudoElementMatches => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssAnimationStyle => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: InheritedStyleEntry => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: InheritedAnimatedStyleEntry => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: InheritedPseudoElementMatches => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: RuleMatch => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: Value => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: Specificity => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: SelectorList => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssStyleSheetHeader => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssRule => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssRuleType => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: RuleUsage => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: SourceRange => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: ShorthandEntry => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssComputedStyleProperty => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: ComputedStyleExtraFields => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssStyle => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssProperty => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssMedia => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: MediaQuery => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: MediaQueryExpression => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssContainerQuery => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssSupports => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssScope => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssLayer => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssStartingStyle => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssLayerData => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: PlatformFontUsage => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: FontVariationAxis => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: FontFace => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssTryRule => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssPositionTryRule => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssKeyframesRule => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssPropertyRegistration => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssAtRule => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssPropertyRule => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssFunctionParameter => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssFunctionConditionNode => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssFunctionNode => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssFunctionRule => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: CssKeyframeRule => css :: types :: CssTypes => BrowserProtocolTypes , css :: types :: StyleDeclarationEdit => css :: types :: CssTypes => BrowserProtocolTypes , css :: commands :: AddRule => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: CollectClassNames => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: CreateStyleSheet => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: Disable => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: Enable => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: ForcePseudoState => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: ForceStartingStyle => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: GetBackgroundColors => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: GetComputedStyleForNode => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: ResolveValues => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: GetLonghandProperties => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: GetInlineStylesForNode => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: GetAnimatedStylesForNode => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: GetMatchedStylesForNode => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: GetEnvironmentVariables => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: GetMediaQueries => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: GetPlatformFontsForNode => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: GetStyleSheetText => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: GetLayersForNode => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: GetLocationForSelector => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: TrackComputedStyleUpdatesForNode => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: TrackComputedStyleUpdates => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: TakeComputedStyleUpdates => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: SetEffectivePropertyValueForNode => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: SetPropertyRulePropertyName => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: SetKeyframeKey => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: SetMediaText => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: SetContainerQueryText => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: SetSupportsText => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: SetScopeText => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: SetRuleSelector => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: SetStyleSheetText => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: SetStyleTexts => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: StartRuleUsageTracking => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: StopRuleUsageTracking => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: TakeCoverageDelta => css :: commands :: CssCommands => BrowserProtocolCommands , css :: commands :: SetLocalFontsEnabled => css :: commands :: CssCommands => BrowserProtocolCommands , css :: events :: FontsUpdated => css :: events :: CssEvents => BrowserProtocolEvents , css :: events :: MediaQueryResultChanged => css :: events :: CssEvents => BrowserProtocolEvents , css :: events :: StyleSheetAdded => css :: events :: CssEvents => BrowserProtocolEvents , css :: events :: StyleSheetChanged => css :: events :: CssEvents => BrowserProtocolEvents , css :: events :: StyleSheetRemoved => css :: events :: CssEvents => BrowserProtocolEvents , css :: events :: ComputedStyleUpdated => css :: events :: CssEvents => BrowserProtocolEvents , cache_storage :: types :: CacheId => cache_storage :: types :: CacheStorageTypes => BrowserProtocolTypes , cache_storage :: types :: CachedResponseType => cache_storage :: types :: CacheStorageTypes => BrowserProtocolTypes , cache_storage :: types :: DataEntry => cache_storage :: types :: CacheStorageTypes => BrowserProtocolTypes , cache_storage :: types :: Cache => cache_storage :: types :: CacheStorageTypes => BrowserProtocolTypes , cache_storage :: types :: Header => cache_storage :: types :: CacheStorageTypes => BrowserProtocolTypes , cache_storage :: types :: CachedResponse => cache_storage :: types :: CacheStorageTypes => BrowserProtocolTypes , cache_storage :: commands :: DeleteCache => cache_storage :: commands :: CacheStorageCommands => BrowserProtocolCommands , cache_storage :: commands :: DeleteEntry => cache_storage :: commands :: CacheStorageCommands => BrowserProtocolCommands , cache_storage :: commands :: RequestCacheNames => cache_storage :: commands :: CacheStorageCommands => BrowserProtocolCommands , cache_storage :: commands :: RequestCachedResponse => cache_storage :: commands :: CacheStorageCommands => BrowserProtocolCommands , cache_storage :: commands :: RequestEntries => cache_storage :: commands :: CacheStorageCommands => BrowserProtocolCommands , cast :: types :: Sink => cast :: types :: CastTypes => BrowserProtocolTypes , cast :: commands :: Enable => cast :: commands :: CastCommands => BrowserProtocolCommands , cast :: commands :: Disable => cast :: commands :: CastCommands => BrowserProtocolCommands , cast :: commands :: SetSinkToUse => cast :: commands :: CastCommands => BrowserProtocolCommands , cast :: commands :: StartDesktopMirroring => cast :: commands :: CastCommands => BrowserProtocolCommands , cast :: commands :: StartTabMirroring => cast :: commands :: CastCommands => BrowserProtocolCommands , cast :: commands :: StopCasting => cast :: commands :: CastCommands => BrowserProtocolCommands , cast :: events :: SinksUpdated => cast :: events :: CastEvents => BrowserProtocolEvents , cast :: events :: IssueUpdated => cast :: events :: CastEvents => BrowserProtocolEvents , dom :: types :: NodeId => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: BackendNodeId => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: StyleSheetId => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: BackendNode => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: PseudoType => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: ShadowRootType => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: CompatibilityMode => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: PhysicalAxes => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: LogicalAxes => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: ScrollOrientation => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: Node => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: DetachedElementInfo => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: Rgba => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: Quad => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: BoxModel => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: ShapeOutsideInfo => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: Rect => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: types :: CssComputedStyleProperty => dom :: types :: DomTypes => BrowserProtocolTypes , dom :: commands :: CollectClassNamesFromSubtree => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: CopyTo => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: DescribeNode => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: ScrollIntoViewIfNeeded => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: Disable => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: DiscardSearchResults => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: Enable => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: Focus => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetAttributes => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetBoxModel => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetContentQuads => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetDocument => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetNodesForSubtreeByStyle => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetNodeForLocation => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetOuterHtml => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetRelayoutBoundary => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetSearchResults => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: HideHighlight => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: HighlightNode => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: HighlightRect => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: MarkUndoableState => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: MoveTo => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: PerformSearch => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: PushNodeByPathToFrontend => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: PushNodesByBackendIdsToFrontend => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: QuerySelector => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: QuerySelectorAll => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetTopLayerElements => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetElementByRelation => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: Redo => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: RemoveAttribute => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: RemoveNode => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: RequestChildNodes => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: RequestNode => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: ResolveNode => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: SetAttributeValue => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: SetAttributesAsText => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: SetFileInputFiles => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: SetNodeStackTracesEnabled => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetNodeStackTraces => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetFileInfo => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetDetachedDomNodes => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: SetInspectedNode => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: SetNodeName => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: SetNodeValue => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: SetOuterHtml => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: Undo => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetFrameOwner => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetContainerForNode => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetQueryingDescendantsForContainer => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: GetAnchorElement => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: commands :: ForceShowPopover => dom :: commands :: DomCommands => BrowserProtocolCommands , dom :: events :: AttributeModified => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: AdoptedStyleSheetsModified => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: AttributeRemoved => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: CharacterDataModified => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: ChildNodeCountUpdated => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: ChildNodeInserted => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: ChildNodeRemoved => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: DistributedNodesUpdated => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: DocumentUpdated => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: InlineStyleInvalidated => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: PseudoElementAdded => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: TopLayerElementsUpdated => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: ScrollableFlagUpdated => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: AdRelatedStateUpdated => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: AffectedByStartingStylesFlagUpdated => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: PseudoElementRemoved => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: SetChildNodes => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: ShadowRootPopped => dom :: events :: DomEvents => BrowserProtocolEvents , dom :: events :: ShadowRootPushed => dom :: events :: DomEvents => BrowserProtocolEvents , dom_debugger :: types :: DomBreakpointType => dom_debugger :: types :: DomDebuggerTypes => BrowserProtocolTypes , dom_debugger :: types :: CspViolationType => dom_debugger :: types :: DomDebuggerTypes => BrowserProtocolTypes , dom_debugger :: types :: EventListener => dom_debugger :: types :: DomDebuggerTypes => BrowserProtocolTypes , dom_debugger :: commands :: GetEventListeners => dom_debugger :: commands :: DomDebuggerCommands => BrowserProtocolCommands , dom_debugger :: commands :: RemoveDomBreakpoint => dom_debugger :: commands :: DomDebuggerCommands => BrowserProtocolCommands , dom_debugger :: commands :: RemoveEventListenerBreakpoint => dom_debugger :: commands :: DomDebuggerCommands => BrowserProtocolCommands , dom_debugger :: commands :: RemoveXhrBreakpoint => dom_debugger :: commands :: DomDebuggerCommands => BrowserProtocolCommands , dom_debugger :: commands :: SetBreakOnCspViolation => dom_debugger :: commands :: DomDebuggerCommands => BrowserProtocolCommands , dom_debugger :: commands :: SetDomBreakpoint => dom_debugger :: commands :: DomDebuggerCommands => BrowserProtocolCommands , dom_debugger :: commands :: SetEventListenerBreakpoint => dom_debugger :: commands :: DomDebuggerCommands => BrowserProtocolCommands , dom_debugger :: commands :: SetXhrBreakpoint => dom_debugger :: commands :: DomDebuggerCommands => BrowserProtocolCommands , dom_snapshot :: types :: DomNode => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: InlineTextBox => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: LayoutTreeNode => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: ComputedStyle => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: NameValue => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: StringIndex => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: ArrayOfStrings => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: RareStringData => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: RareBooleanData => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: RareIntegerData => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: Rectangle => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: DocumentSnapshot => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: NodeTreeSnapshot => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: LayoutTreeSnapshot => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: types :: TextBoxSnapshot => dom_snapshot :: types :: DomSnapshotTypes => BrowserProtocolTypes , dom_snapshot :: commands :: Disable => dom_snapshot :: commands :: DomSnapshotCommands => BrowserProtocolCommands , dom_snapshot :: commands :: Enable => dom_snapshot :: commands :: DomSnapshotCommands => BrowserProtocolCommands , dom_snapshot :: commands :: CaptureSnapshot => dom_snapshot :: commands :: DomSnapshotCommands => BrowserProtocolCommands , dom_storage :: types :: SerializedStorageKey => dom_storage :: types :: DomStorageTypes => BrowserProtocolTypes , dom_storage :: types :: StorageId => dom_storage :: types :: DomStorageTypes => BrowserProtocolTypes , dom_storage :: types :: Item => dom_storage :: types :: DomStorageTypes => BrowserProtocolTypes , dom_storage :: commands :: Clear => dom_storage :: commands :: DomStorageCommands => BrowserProtocolCommands , dom_storage :: commands :: Disable => dom_storage :: commands :: DomStorageCommands => BrowserProtocolCommands , dom_storage :: commands :: Enable => dom_storage :: commands :: DomStorageCommands => BrowserProtocolCommands , dom_storage :: commands :: GetDomStorageItems => dom_storage :: commands :: DomStorageCommands => BrowserProtocolCommands , dom_storage :: commands :: RemoveDomStorageItem => dom_storage :: commands :: DomStorageCommands => BrowserProtocolCommands , dom_storage :: commands :: SetDomStorageItem => dom_storage :: commands :: DomStorageCommands => BrowserProtocolCommands , dom_storage :: events :: DomStorageItemAdded => dom_storage :: events :: DomStorageEvents => BrowserProtocolEvents , dom_storage :: events :: DomStorageItemRemoved => dom_storage :: events :: DomStorageEvents => BrowserProtocolEvents , dom_storage :: events :: DomStorageItemUpdated => dom_storage :: events :: DomStorageEvents => BrowserProtocolEvents , dom_storage :: events :: DomStorageItemsCleared => dom_storage :: events :: DomStorageEvents => BrowserProtocolEvents , device_access :: types :: RequestId => device_access :: types :: DeviceAccessTypes => BrowserProtocolTypes , device_access :: types :: DeviceId => device_access :: types :: DeviceAccessTypes => BrowserProtocolTypes , device_access :: types :: PromptDevice => device_access :: types :: DeviceAccessTypes => BrowserProtocolTypes , device_access :: commands :: Enable => device_access :: commands :: DeviceAccessCommands => BrowserProtocolCommands , device_access :: commands :: Disable => device_access :: commands :: DeviceAccessCommands => BrowserProtocolCommands , device_access :: commands :: SelectPrompt => device_access :: commands :: DeviceAccessCommands => BrowserProtocolCommands , device_access :: commands :: CancelPrompt => device_access :: commands :: DeviceAccessCommands => BrowserProtocolCommands , device_access :: events :: DeviceRequestPrompted => device_access :: events :: DeviceAccessEvents => BrowserProtocolEvents , device_orientation :: commands :: ClearDeviceOrientationOverride => device_orientation :: commands :: DeviceOrientationCommands => BrowserProtocolCommands , device_orientation :: commands :: SetDeviceOrientationOverride => device_orientation :: commands :: DeviceOrientationCommands => BrowserProtocolCommands , emulation :: types :: SafeAreaInsets => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: ScreenOrientation => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: DisplayFeature => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: DevicePosture => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: MediaFeature => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: VirtualTimePolicy => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: UserAgentBrandVersion => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: UserAgentMetadata => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: SensorType => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: SensorMetadata => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: SensorReadingSingle => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: SensorReadingXyz => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: SensorReadingQuaternion => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: SensorReading => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: PressureSource => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: PressureState => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: PressureMetadata => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: WorkAreaInsets => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: ScreenId => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: ScreenInfo => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: types :: DisabledImageType => emulation :: types :: EmulationTypes => BrowserProtocolTypes , emulation :: commands :: ClearDeviceMetricsOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: ClearGeolocationOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: ResetPageScaleFactor => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetFocusEmulationEnabled => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetAutoDarkModeOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetCpuThrottlingRate => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetDefaultBackgroundColorOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetSafeAreaInsetsOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetDeviceMetricsOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetDevicePostureOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: ClearDevicePostureOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetDisplayFeaturesOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: ClearDisplayFeaturesOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetScrollbarsHidden => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetDocumentCookieDisabled => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetEmitTouchEventsForMouse => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetEmulatedMedia => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetEmulatedVisionDeficiency => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetEmulatedOsTextScale => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetGeolocationOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: GetOverriddenSensorInformation => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetSensorOverrideEnabled => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetSensorOverrideReadings => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetPressureSourceOverrideEnabled => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetPressureStateOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetPressureDataOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetIdleOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: ClearIdleOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetPageScaleFactor => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetScriptExecutionDisabled => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetTouchEmulationEnabled => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetVirtualTimePolicy => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetLocaleOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetTimezoneOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetDisabledImageTypes => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetDataSaverOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetHardwareConcurrencyOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetUserAgentOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetAutomationOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: SetSmallViewportHeightDifferenceOverride => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: GetScreenInfos => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: AddScreen => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: commands :: RemoveScreen => emulation :: commands :: EmulationCommands => BrowserProtocolCommands , emulation :: events :: VirtualTimeBudgetExpired => emulation :: events :: EmulationEvents => BrowserProtocolEvents , event_breakpoints :: commands :: SetInstrumentationBreakpoint => event_breakpoints :: commands :: EventBreakpointsCommands => BrowserProtocolCommands , event_breakpoints :: commands :: RemoveInstrumentationBreakpoint => event_breakpoints :: commands :: EventBreakpointsCommands => BrowserProtocolCommands , event_breakpoints :: commands :: Disable => event_breakpoints :: commands :: EventBreakpointsCommands => BrowserProtocolCommands , extensions :: types :: StorageArea => extensions :: types :: ExtensionsTypes => BrowserProtocolTypes , extensions :: types :: ExtensionInfo => extensions :: types :: ExtensionsTypes => BrowserProtocolTypes , extensions :: commands :: TriggerAction => extensions :: commands :: ExtensionsCommands => BrowserProtocolCommands , extensions :: commands :: LoadUnpacked => extensions :: commands :: ExtensionsCommands => BrowserProtocolCommands , extensions :: commands :: GetExtensions => extensions :: commands :: ExtensionsCommands => BrowserProtocolCommands , extensions :: commands :: Uninstall => extensions :: commands :: ExtensionsCommands => BrowserProtocolCommands , extensions :: commands :: GetStorageItems => extensions :: commands :: ExtensionsCommands => BrowserProtocolCommands , extensions :: commands :: RemoveStorageItems => extensions :: commands :: ExtensionsCommands => BrowserProtocolCommands , extensions :: commands :: ClearStorageItems => extensions :: commands :: ExtensionsCommands => BrowserProtocolCommands , extensions :: commands :: SetStorageItems => extensions :: commands :: ExtensionsCommands => BrowserProtocolCommands , fed_cm :: types :: LoginState => fed_cm :: types :: FedCmTypes => BrowserProtocolTypes , fed_cm :: types :: DialogType => fed_cm :: types :: FedCmTypes => BrowserProtocolTypes , fed_cm :: types :: DialogButton => fed_cm :: types :: FedCmTypes => BrowserProtocolTypes , fed_cm :: types :: AccountUrlType => fed_cm :: types :: FedCmTypes => BrowserProtocolTypes , fed_cm :: types :: Account => fed_cm :: types :: FedCmTypes => BrowserProtocolTypes , fed_cm :: commands :: Enable => fed_cm :: commands :: FedCmCommands => BrowserProtocolCommands , fed_cm :: commands :: Disable => fed_cm :: commands :: FedCmCommands => BrowserProtocolCommands , fed_cm :: commands :: SelectAccount => fed_cm :: commands :: FedCmCommands => BrowserProtocolCommands , fed_cm :: commands :: ClickDialogButton => fed_cm :: commands :: FedCmCommands => BrowserProtocolCommands , fed_cm :: commands :: OpenUrl => fed_cm :: commands :: FedCmCommands => BrowserProtocolCommands , fed_cm :: commands :: DismissDialog => fed_cm :: commands :: FedCmCommands => BrowserProtocolCommands , fed_cm :: commands :: ResetCooldown => fed_cm :: commands :: FedCmCommands => BrowserProtocolCommands , fed_cm :: events :: DialogShown => fed_cm :: events :: FedCmEvents => BrowserProtocolEvents , fed_cm :: events :: DialogClosed => fed_cm :: events :: FedCmEvents => BrowserProtocolEvents , fetch :: types :: RequestId => fetch :: types :: FetchTypes => BrowserProtocolTypes , fetch :: types :: RequestStage => fetch :: types :: FetchTypes => BrowserProtocolTypes , fetch :: types :: RequestPattern => fetch :: types :: FetchTypes => BrowserProtocolTypes , fetch :: types :: HeaderEntry => fetch :: types :: FetchTypes => BrowserProtocolTypes , fetch :: types :: AuthChallenge => fetch :: types :: FetchTypes => BrowserProtocolTypes , fetch :: types :: AuthChallengeResponse => fetch :: types :: FetchTypes => BrowserProtocolTypes , fetch :: commands :: Disable => fetch :: commands :: FetchCommands => BrowserProtocolCommands , fetch :: commands :: Enable => fetch :: commands :: FetchCommands => BrowserProtocolCommands , fetch :: commands :: FailRequest => fetch :: commands :: FetchCommands => BrowserProtocolCommands , fetch :: commands :: FulfillRequest => fetch :: commands :: FetchCommands => BrowserProtocolCommands , fetch :: commands :: ContinueRequest => fetch :: commands :: FetchCommands => BrowserProtocolCommands , fetch :: commands :: ContinueWithAuth => fetch :: commands :: FetchCommands => BrowserProtocolCommands , fetch :: commands :: ContinueResponse => fetch :: commands :: FetchCommands => BrowserProtocolCommands , fetch :: commands :: GetResponseBody => fetch :: commands :: FetchCommands => BrowserProtocolCommands , fetch :: commands :: TakeResponseBodyAsStream => fetch :: commands :: FetchCommands => BrowserProtocolCommands , fetch :: events :: RequestPaused => fetch :: events :: FetchEvents => BrowserProtocolEvents , fetch :: events :: AuthRequired => fetch :: events :: FetchEvents => BrowserProtocolEvents , file_system :: types :: File => file_system :: types :: FileSystemTypes => BrowserProtocolTypes , file_system :: types :: Directory => file_system :: types :: FileSystemTypes => BrowserProtocolTypes , file_system :: types :: BucketFileSystemLocator => file_system :: types :: FileSystemTypes => BrowserProtocolTypes , file_system :: commands :: GetDirectory => file_system :: commands :: FileSystemCommands => BrowserProtocolCommands , headless_experimental :: types :: ScreenshotParams => headless_experimental :: types :: HeadlessExperimentalTypes => BrowserProtocolTypes , headless_experimental :: commands :: BeginFrame => headless_experimental :: commands :: HeadlessExperimentalCommands => BrowserProtocolCommands , io :: types :: StreamHandle => io :: types :: IoTypes => BrowserProtocolTypes , io :: commands :: Close => io :: commands :: IoCommands => BrowserProtocolCommands , io :: commands :: Read => io :: commands :: IoCommands => BrowserProtocolCommands , io :: commands :: ResolveBlob => io :: commands :: IoCommands => BrowserProtocolCommands , indexed_db :: types :: DatabaseWithObjectStores => indexed_db :: types :: IndexedDbTypes => BrowserProtocolTypes , indexed_db :: types :: ObjectStore => indexed_db :: types :: IndexedDbTypes => BrowserProtocolTypes , indexed_db :: types :: ObjectStoreIndex => indexed_db :: types :: IndexedDbTypes => BrowserProtocolTypes , indexed_db :: types :: Key => indexed_db :: types :: IndexedDbTypes => BrowserProtocolTypes , indexed_db :: types :: KeyRange => indexed_db :: types :: IndexedDbTypes => BrowserProtocolTypes , indexed_db :: types :: DataEntry => indexed_db :: types :: IndexedDbTypes => BrowserProtocolTypes , indexed_db :: types :: KeyPath => indexed_db :: types :: IndexedDbTypes => BrowserProtocolTypes , indexed_db :: commands :: ClearObjectStore => indexed_db :: commands :: IndexedDbCommands => BrowserProtocolCommands , indexed_db :: commands :: DeleteDatabase => indexed_db :: commands :: IndexedDbCommands => BrowserProtocolCommands , indexed_db :: commands :: DeleteObjectStoreEntries => indexed_db :: commands :: IndexedDbCommands => BrowserProtocolCommands , indexed_db :: commands :: Disable => indexed_db :: commands :: IndexedDbCommands => BrowserProtocolCommands , indexed_db :: commands :: Enable => indexed_db :: commands :: IndexedDbCommands => BrowserProtocolCommands , indexed_db :: commands :: RequestData => indexed_db :: commands :: IndexedDbCommands => BrowserProtocolCommands , indexed_db :: commands :: GetMetadata => indexed_db :: commands :: IndexedDbCommands => BrowserProtocolCommands , indexed_db :: commands :: RequestDatabase => indexed_db :: commands :: IndexedDbCommands => BrowserProtocolCommands , indexed_db :: commands :: RequestDatabaseNames => indexed_db :: commands :: IndexedDbCommands => BrowserProtocolCommands , input :: types :: TouchPoint => input :: types :: InputTypes => BrowserProtocolTypes , input :: types :: GestureSourceType => input :: types :: InputTypes => BrowserProtocolTypes , input :: types :: MouseButton => input :: types :: InputTypes => BrowserProtocolTypes , input :: types :: TimeSinceEpoch => input :: types :: InputTypes => BrowserProtocolTypes , input :: types :: DragDataItem => input :: types :: InputTypes => BrowserProtocolTypes , input :: types :: DragData => input :: types :: InputTypes => BrowserProtocolTypes , input :: commands :: DispatchDragEvent => input :: commands :: InputCommands => BrowserProtocolCommands , input :: commands :: DispatchKeyEvent => input :: commands :: InputCommands => BrowserProtocolCommands , input :: commands :: InsertText => input :: commands :: InputCommands => BrowserProtocolCommands , input :: commands :: ImeSetComposition => input :: commands :: InputCommands => BrowserProtocolCommands , input :: commands :: DispatchMouseEvent => input :: commands :: InputCommands => BrowserProtocolCommands , input :: commands :: DispatchTouchEvent => input :: commands :: InputCommands => BrowserProtocolCommands , input :: commands :: CancelDragging => input :: commands :: InputCommands => BrowserProtocolCommands , input :: commands :: EmulateTouchFromMouseEvent => input :: commands :: InputCommands => BrowserProtocolCommands , input :: commands :: SetIgnoreInputEvents => input :: commands :: InputCommands => BrowserProtocolCommands , input :: commands :: SetInterceptDrags => input :: commands :: InputCommands => BrowserProtocolCommands , input :: commands :: SynthesizePinchGesture => input :: commands :: InputCommands => BrowserProtocolCommands , input :: commands :: SynthesizeScrollGesture => input :: commands :: InputCommands => BrowserProtocolCommands , input :: commands :: SynthesizeTapGesture => input :: commands :: InputCommands => BrowserProtocolCommands , input :: events :: DragIntercepted => input :: events :: InputEvents => BrowserProtocolEvents , inspector :: commands :: Disable => inspector :: commands :: InspectorCommands => BrowserProtocolCommands , inspector :: commands :: Enable => inspector :: commands :: InspectorCommands => BrowserProtocolCommands , inspector :: events :: Detached => inspector :: events :: InspectorEvents => BrowserProtocolEvents , inspector :: events :: TargetCrashed => inspector :: events :: InspectorEvents => BrowserProtocolEvents , inspector :: events :: TargetReloadedAfterCrash => inspector :: events :: InspectorEvents => BrowserProtocolEvents , inspector :: events :: WorkerScriptLoaded => inspector :: events :: InspectorEvents => BrowserProtocolEvents , layer_tree :: types :: LayerId => layer_tree :: types :: LayerTreeTypes => BrowserProtocolTypes , layer_tree :: types :: SnapshotId => layer_tree :: types :: LayerTreeTypes => BrowserProtocolTypes , layer_tree :: types :: ScrollRect => layer_tree :: types :: LayerTreeTypes => BrowserProtocolTypes , layer_tree :: types :: StickyPositionConstraint => layer_tree :: types :: LayerTreeTypes => BrowserProtocolTypes , layer_tree :: types :: PictureTile => layer_tree :: types :: LayerTreeTypes => BrowserProtocolTypes , layer_tree :: types :: Layer => layer_tree :: types :: LayerTreeTypes => BrowserProtocolTypes , layer_tree :: types :: PaintProfile => layer_tree :: types :: LayerTreeTypes => BrowserProtocolTypes , layer_tree :: commands :: CompositingReasons => layer_tree :: commands :: LayerTreeCommands => BrowserProtocolCommands , layer_tree :: commands :: Disable => layer_tree :: commands :: LayerTreeCommands => BrowserProtocolCommands , layer_tree :: commands :: Enable => layer_tree :: commands :: LayerTreeCommands => BrowserProtocolCommands , layer_tree :: commands :: LoadSnapshot => layer_tree :: commands :: LayerTreeCommands => BrowserProtocolCommands , layer_tree :: commands :: MakeSnapshot => layer_tree :: commands :: LayerTreeCommands => BrowserProtocolCommands , layer_tree :: commands :: ProfileSnapshot => layer_tree :: commands :: LayerTreeCommands => BrowserProtocolCommands , layer_tree :: commands :: ReleaseSnapshot => layer_tree :: commands :: LayerTreeCommands => BrowserProtocolCommands , layer_tree :: commands :: ReplaySnapshot => layer_tree :: commands :: LayerTreeCommands => BrowserProtocolCommands , layer_tree :: commands :: SnapshotCommandLog => layer_tree :: commands :: LayerTreeCommands => BrowserProtocolCommands , layer_tree :: events :: LayerPainted => layer_tree :: events :: LayerTreeEvents => BrowserProtocolEvents , layer_tree :: events :: LayerTreeDidChange => layer_tree :: events :: LayerTreeEvents => BrowserProtocolEvents , log :: types :: LogEntry => log :: types :: LogTypes => BrowserProtocolTypes , log :: types :: ViolationSetting => log :: types :: LogTypes => BrowserProtocolTypes , log :: commands :: Clear => log :: commands :: LogCommands => BrowserProtocolCommands , log :: commands :: Disable => log :: commands :: LogCommands => BrowserProtocolCommands , log :: commands :: Enable => log :: commands :: LogCommands => BrowserProtocolCommands , log :: commands :: StartViolationsReport => log :: commands :: LogCommands => BrowserProtocolCommands , log :: commands :: StopViolationsReport => log :: commands :: LogCommands => BrowserProtocolCommands , log :: events :: EntryAdded => log :: events :: LogEvents => BrowserProtocolEvents , media :: types :: PlayerId => media :: types :: MediaTypes => BrowserProtocolTypes , media :: types :: Timestamp => media :: types :: MediaTypes => BrowserProtocolTypes , media :: types :: PlayerMessage => media :: types :: MediaTypes => BrowserProtocolTypes , media :: types :: PlayerProperty => media :: types :: MediaTypes => BrowserProtocolTypes , media :: types :: PlayerEvent => media :: types :: MediaTypes => BrowserProtocolTypes , media :: types :: PlayerErrorSourceLocation => media :: types :: MediaTypes => BrowserProtocolTypes , media :: types :: PlayerError => media :: types :: MediaTypes => BrowserProtocolTypes , media :: types :: Player => media :: types :: MediaTypes => BrowserProtocolTypes , media :: commands :: Enable => media :: commands :: MediaCommands => BrowserProtocolCommands , media :: commands :: Disable => media :: commands :: MediaCommands => BrowserProtocolCommands , media :: events :: PlayerPropertiesChanged => media :: events :: MediaEvents => BrowserProtocolEvents , media :: events :: PlayerEventsAdded => media :: events :: MediaEvents => BrowserProtocolEvents , media :: events :: PlayerMessagesLogged => media :: events :: MediaEvents => BrowserProtocolEvents , media :: events :: PlayerErrorsRaised => media :: events :: MediaEvents => BrowserProtocolEvents , media :: events :: PlayerCreated => media :: events :: MediaEvents => BrowserProtocolEvents , memory :: types :: PressureLevel => memory :: types :: MemoryTypes => BrowserProtocolTypes , memory :: types :: SamplingProfileNode => memory :: types :: MemoryTypes => BrowserProtocolTypes , memory :: types :: SamplingProfile => memory :: types :: MemoryTypes => BrowserProtocolTypes , memory :: types :: Module => memory :: types :: MemoryTypes => BrowserProtocolTypes , memory :: types :: DomCounter => memory :: types :: MemoryTypes => BrowserProtocolTypes , memory :: commands :: GetDomCounters => memory :: commands :: MemoryCommands => BrowserProtocolCommands , memory :: commands :: GetDomCountersForLeakDetection => memory :: commands :: MemoryCommands => BrowserProtocolCommands , memory :: commands :: PrepareForLeakDetection => memory :: commands :: MemoryCommands => BrowserProtocolCommands , memory :: commands :: ForciblyPurgeJavaScriptMemory => memory :: commands :: MemoryCommands => BrowserProtocolCommands , memory :: commands :: SetPressureNotificationsSuppressed => memory :: commands :: MemoryCommands => BrowserProtocolCommands , memory :: commands :: SimulatePressureNotification => memory :: commands :: MemoryCommands => BrowserProtocolCommands , memory :: commands :: StartSampling => memory :: commands :: MemoryCommands => BrowserProtocolCommands , memory :: commands :: StopSampling => memory :: commands :: MemoryCommands => BrowserProtocolCommands , memory :: commands :: GetAllTimeSamplingProfile => memory :: commands :: MemoryCommands => BrowserProtocolCommands , memory :: commands :: GetBrowserSamplingProfile => memory :: commands :: MemoryCommands => BrowserProtocolCommands , memory :: commands :: GetSamplingProfile => memory :: commands :: MemoryCommands => BrowserProtocolCommands , network :: types :: ResourceType => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: LoaderId => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: RequestId => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: InterceptionId => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ErrorReason => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: TimeSinceEpoch => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: MonotonicTime => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: Headers => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ConnectionType => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CookieSameSite => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CookiePriority => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CookieSourceScheme => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ResourceTiming => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ResourcePriority => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: RenderBlockingBehavior => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: PostDataEntry => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: Request => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: SignedCertificateTimestamp => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: SecurityDetails => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CertificateTransparencyCompliance => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: BlockedReason => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CorsError => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CorsErrorStatus => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ServiceWorkerResponseSource => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: TrustTokenParams => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: TrustTokenOperationType => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: AlternateProtocolUsage => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ServiceWorkerRouterSource => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ServiceWorkerRouterInfo => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: Response => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: WebSocketRequest => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: WebSocketResponse => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: WebSocketFrame => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CachedResource => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: Initiator => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CookiePartitionKey => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: Cookie => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: SetCookieBlockedReason => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CookieBlockedReason => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CookieExemptionReason => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: BlockedSetCookieWithReason => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ExemptedSetCookieWithReason => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: AssociatedCookie => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CookieParam => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: AuthChallenge => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: AuthChallengeResponse => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: InterceptionStage => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: RequestPattern => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: SignedExchangeSignature => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: SignedExchangeHeader => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: SignedExchangeErrorField => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: SignedExchangeError => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: SignedExchangeInfo => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ContentEncoding => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: NetworkConditions => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: BlockPattern => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DirectSocketDnsQueryType => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DirectTcpSocketOptions => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DirectUdpSocketOptions => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DirectUdpMessage => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: LocalNetworkAccessRequestPolicy => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: IpAddressSpace => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ConnectTiming => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ClientSecurityState => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CrossOriginOpenerPolicyValue => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CrossOriginOpenerPolicyStatus => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CrossOriginEmbedderPolicyValue => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CrossOriginEmbedderPolicyStatus => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ContentSecurityPolicySource => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ContentSecurityPolicyStatus => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: SecurityIsolationStatus => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ReportStatus => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ReportId => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ReportingApiReport => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ReportingApiEndpoint => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DeviceBoundSessionKey => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DeviceBoundSessionWithUsage => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DeviceBoundSessionCookieCraving => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DeviceBoundSessionUrlRule => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DeviceBoundSessionInclusionRules => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DeviceBoundSession => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DeviceBoundSessionEventId => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DeviceBoundSessionFetchResult => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: DeviceBoundSessionFailedRequest => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: CreationEventDetails => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: RefreshEventDetails => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: TerminationEventDetails => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: ChallengeEventDetails => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: LoadNetworkResourcePageResult => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: types :: LoadNetworkResourceOptions => network :: types :: NetworkTypes => BrowserProtocolTypes , network :: commands :: SetAcceptedEncodings => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: ClearAcceptedEncodingsOverride => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: ClearBrowserCache => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: ClearBrowserCookies => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: DeleteCookies => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: Disable => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: EmulateNetworkConditionsByRule => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: OverrideNetworkState => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: Enable => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: ConfigureDurableMessages => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: GetCertificate => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: GetCookies => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: GetResponseBody => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: GetRequestPostData => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: GetResponseBodyForInterception => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: TakeResponseBodyForInterceptionAsStream => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: ReplayXhr => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: SearchInResponseBody => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: SetBlockedUrLs => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: SetBypassServiceWorker => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: SetCacheDisabled => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: SetCookie => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: SetCookies => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: SetExtraHttpHeaders => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: SetAttachDebugStack => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: SetUserAgentOverride => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: StreamResourceContent => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: GetSecurityIsolationStatus => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: EnableReportingApi => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: EnableDeviceBoundSessions => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: FetchSchemefulSite => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: LoadNetworkResource => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: commands :: SetCookieControls => network :: commands :: NetworkCommands => BrowserProtocolCommands , network :: events :: DataReceived => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: EventSourceMessageReceived => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: LoadingFailed => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: LoadingFinished => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: RequestServedFromCache => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: RequestWillBeSent => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: ResourceChangedPriority => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: SignedExchangeReceived => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: ResponseReceived => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: WebSocketClosed => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: WebSocketCreated => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: WebSocketFrameError => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: WebSocketFrameReceived => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: WebSocketFrameSent => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: WebSocketHandshakeResponseReceived => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: WebSocketWillSendHandshakeRequest => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: WebTransportCreated => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: WebTransportConnectionEstablished => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: WebTransportClosed => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectTcpSocketCreated => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectTcpSocketOpened => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectTcpSocketAborted => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectTcpSocketClosed => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectTcpSocketChunkSent => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectTcpSocketChunkReceived => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectUdpSocketJoinedMulticastGroup => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectUdpSocketLeftMulticastGroup => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectUdpSocketCreated => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectUdpSocketOpened => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectUdpSocketAborted => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectUdpSocketClosed => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectUdpSocketChunkSent => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DirectUdpSocketChunkReceived => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: RequestWillBeSentExtraInfo => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: ResponseReceivedExtraInfo => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: ResponseReceivedEarlyHints => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: TrustTokenOperationDone => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: PolicyUpdated => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: ReportingApiReportAdded => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: ReportingApiReportUpdated => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: ReportingApiEndpointsChangedForOrigin => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DeviceBoundSessionsAdded => network :: events :: NetworkEvents => BrowserProtocolEvents , network :: events :: DeviceBoundSessionEventOccurred => network :: events :: NetworkEvents => BrowserProtocolEvents , overlay :: types :: SourceOrderConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: GridHighlightConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: FlexContainerHighlightConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: FlexItemHighlightConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: LineStyle => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: BoxStyle => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: ContrastAlgorithm => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: HighlightConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: ColorFormat => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: GridNodeHighlightConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: FlexNodeHighlightConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: ScrollSnapContainerHighlightConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: ScrollSnapHighlightConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: HingeConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: WindowControlsOverlayConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: ContainerQueryHighlightConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: ContainerQueryContainerHighlightConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: IsolatedElementHighlightConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: IsolationModeHighlightConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: InspectMode => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: types :: InspectedElementAnchorConfig => overlay :: types :: OverlayTypes => BrowserProtocolTypes , overlay :: commands :: Disable => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: Enable => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: GetHighlightObjectForTest => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: GetGridHighlightObjectsForTest => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: GetSourceOrderHighlightObjectForTest => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: HideHighlight => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: HighlightNode => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: HighlightQuad => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: HighlightRect => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: HighlightSourceOrder => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetInspectMode => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowAdHighlights => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetPausedInDebuggerMessage => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowDebugBorders => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowFpsCounter => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowGridOverlays => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowFlexOverlays => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowScrollSnapOverlays => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowContainerQueryOverlays => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowInspectedElementAnchor => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowPaintRects => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowLayoutShiftRegions => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowScrollBottleneckRects => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowViewportSizeOnResize => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowHinge => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowIsolatedElements => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: commands :: SetShowWindowControlsOverlay => overlay :: commands :: OverlayCommands => BrowserProtocolCommands , overlay :: events :: InspectNodeRequested => overlay :: events :: OverlayEvents => BrowserProtocolEvents , overlay :: events :: NodeHighlightRequested => overlay :: events :: OverlayEvents => BrowserProtocolEvents , overlay :: events :: ScreenshotRequested => overlay :: events :: OverlayEvents => BrowserProtocolEvents , overlay :: events :: InspectPanelShowRequested => overlay :: events :: OverlayEvents => BrowserProtocolEvents , overlay :: events :: InspectedElementWindowRestored => overlay :: events :: OverlayEvents => BrowserProtocolEvents , overlay :: events :: InspectModeCanceled => overlay :: events :: OverlayEvents => BrowserProtocolEvents , pwa :: types :: FileHandlerAccept => pwa :: types :: PwaTypes => BrowserProtocolTypes , pwa :: types :: FileHandler => pwa :: types :: PwaTypes => BrowserProtocolTypes , pwa :: types :: DisplayMode => pwa :: types :: PwaTypes => BrowserProtocolTypes , pwa :: commands :: GetOsAppState => pwa :: commands :: PwaCommands => BrowserProtocolCommands , pwa :: commands :: Install => pwa :: commands :: PwaCommands => BrowserProtocolCommands , pwa :: commands :: Uninstall => pwa :: commands :: PwaCommands => BrowserProtocolCommands , pwa :: commands :: Launch => pwa :: commands :: PwaCommands => BrowserProtocolCommands , pwa :: commands :: LaunchFilesInApp => pwa :: commands :: PwaCommands => BrowserProtocolCommands , pwa :: commands :: OpenCurrentPageInApp => pwa :: commands :: PwaCommands => BrowserProtocolCommands , pwa :: commands :: ChangeAppUserSettings => pwa :: commands :: PwaCommands => BrowserProtocolCommands , page :: types :: FrameId => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: AdFrameType => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: AdFrameExplanation => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: AdFrameStatus => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: AdScriptId => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: AdScriptAncestry => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: SecureContextType => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: CrossOriginIsolatedContextType => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: GatedApiFeatures => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: PermissionsPolicyFeature => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: PermissionsPolicyBlockReason => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: PermissionsPolicyBlockLocator => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: PermissionsPolicyFeatureState => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: OriginTrialTokenStatus => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: OriginTrialStatus => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: OriginTrialUsageRestriction => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: OriginTrialToken => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: OriginTrialTokenWithStatus => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: OriginTrial => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: SecurityOriginDetails => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: Frame => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: FrameResource => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: FrameResourceTree => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: FrameTree => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: ScriptIdentifier => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: TransitionType => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: NavigationEntry => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: ScreencastFrameMetadata => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: DialogType => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: AppManifestError => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: AppManifestParsedProperties => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: LayoutViewport => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: VisualViewport => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: Viewport => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: FontFamilies => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: ScriptFontFamilies => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: FontSizes => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: ClientNavigationReason => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: ClientNavigationDisposition => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: InstallabilityErrorArgument => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: InstallabilityError => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: ReferrerPolicy => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: CompilationCacheParams => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: FileFilter => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: FileHandler => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: ImageResource => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: LaunchHandler => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: ProtocolHandler => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: RelatedApplication => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: ScopeExtension => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: Screenshot => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: ShareTarget => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: Shortcut => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: WebAppManifest => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: NavigationType => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: BackForwardCacheNotRestoredReason => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: BackForwardCacheNotRestoredReasonType => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: BackForwardCacheBlockingDetails => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: BackForwardCacheNotRestoredExplanation => page :: types :: PageTypes => BrowserProtocolTypes , page :: types :: BackForwardCacheNotRestoredExplanationTree => page :: types :: PageTypes => BrowserProtocolTypes , page :: commands :: AddScriptToEvaluateOnNewDocument => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: BringToFront => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: CaptureScreenshot => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: CaptureSnapshot => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: CreateIsolatedWorld => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: Disable => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: Enable => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GetAppManifest => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GetInstallabilityErrors => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GetAppId => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GetAdScriptAncestry => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GetFrameTree => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GetLayoutMetrics => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GetNavigationHistory => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: ResetNavigationHistory => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GetResourceContent => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GetResourceTree => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: HandleJavaScriptDialog => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: Navigate => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: NavigateToHistoryEntry => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: PrintToPdf => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: Reload => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: RemoveScriptToEvaluateOnNewDocument => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: ScreencastFrameAck => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: SearchInResource => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: SetAdBlockingEnabled => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: SetBypassCsp => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GetPermissionsPolicyState => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GetOriginTrials => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: SetFontFamilies => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: SetFontSizes => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: SetDocumentContent => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: SetLifecycleEventsEnabled => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: StartScreencast => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: StopLoading => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: Crash => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: Close => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: SetWebLifecycleState => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: StopScreencast => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: ProduceCompilationCache => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: AddCompilationCache => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: ClearCompilationCache => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: SetSpcTransactionMode => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: SetRphRegistrationMode => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GenerateTestReport => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: WaitForDebugger => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: SetInterceptFileChooserDialog => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: SetPrerenderingAllowed => page :: commands :: PageCommands => BrowserProtocolCommands , page :: commands :: GetAnnotatedPageContent => page :: commands :: PageCommands => BrowserProtocolCommands , page :: events :: DomContentEventFired => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: FileChooserOpened => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: FrameAttached => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: FrameDetached => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: FrameSubtreeWillBeDetached => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: FrameNavigated => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: DocumentOpened => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: FrameResized => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: FrameStartedNavigating => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: FrameRequestedNavigation => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: FrameStartedLoading => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: FrameStoppedLoading => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: InterstitialHidden => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: InterstitialShown => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: JavascriptDialogClosed => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: JavascriptDialogOpening => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: LifecycleEvent => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: BackForwardCacheNotUsed => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: LoadEventFired => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: NavigatedWithinDocument => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: ScreencastFrame => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: ScreencastVisibilityChanged => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: WindowOpen => page :: events :: PageEvents => BrowserProtocolEvents , page :: events :: CompilationCacheProduced => page :: events :: PageEvents => BrowserProtocolEvents , performance :: types :: Metric => performance :: types :: PerformanceTypes => BrowserProtocolTypes , performance :: commands :: Disable => performance :: commands :: PerformanceCommands => BrowserProtocolCommands , performance :: commands :: Enable => performance :: commands :: PerformanceCommands => BrowserProtocolCommands , performance :: commands :: GetMetrics => performance :: commands :: PerformanceCommands => BrowserProtocolCommands , performance :: events :: Metrics => performance :: events :: PerformanceEvents => BrowserProtocolEvents , performance_timeline :: types :: LargestContentfulPaint => performance_timeline :: types :: PerformanceTimelineTypes => BrowserProtocolTypes , performance_timeline :: types :: LayoutShiftAttribution => performance_timeline :: types :: PerformanceTimelineTypes => BrowserProtocolTypes , performance_timeline :: types :: LayoutShift => performance_timeline :: types :: PerformanceTimelineTypes => BrowserProtocolTypes , performance_timeline :: types :: TimelineEvent => performance_timeline :: types :: PerformanceTimelineTypes => BrowserProtocolTypes , performance_timeline :: commands :: Enable => performance_timeline :: commands :: PerformanceTimelineCommands => BrowserProtocolCommands , performance_timeline :: events :: TimelineEventAdded => performance_timeline :: events :: PerformanceTimelineEvents => BrowserProtocolEvents , preload :: types :: RuleSetId => preload :: types :: PreloadTypes => BrowserProtocolTypes , preload :: types :: RuleSet => preload :: types :: PreloadTypes => BrowserProtocolTypes , preload :: types :: RuleSetErrorType => preload :: types :: PreloadTypes => BrowserProtocolTypes , preload :: types :: SpeculationAction => preload :: types :: PreloadTypes => BrowserProtocolTypes , preload :: types :: SpeculationTargetHint => preload :: types :: PreloadTypes => BrowserProtocolTypes , preload :: types :: PreloadingAttemptKey => preload :: types :: PreloadTypes => BrowserProtocolTypes , preload :: types :: PreloadingAttemptSource => preload :: types :: PreloadTypes => BrowserProtocolTypes , preload :: types :: PreloadPipelineId => preload :: types :: PreloadTypes => BrowserProtocolTypes , preload :: types :: PrerenderFinalStatus => preload :: types :: PreloadTypes => BrowserProtocolTypes , preload :: types :: PreloadingStatus => preload :: types :: PreloadTypes => BrowserProtocolTypes , preload :: types :: PrefetchStatus => preload :: types :: PreloadTypes => BrowserProtocolTypes , preload :: types :: PrerenderMismatchedHeaders => preload :: types :: PreloadTypes => BrowserProtocolTypes , preload :: commands :: Enable => preload :: commands :: PreloadCommands => BrowserProtocolCommands , preload :: commands :: Disable => preload :: commands :: PreloadCommands => BrowserProtocolCommands , preload :: events :: RuleSetUpdated => preload :: events :: PreloadEvents => BrowserProtocolEvents , preload :: events :: RuleSetRemoved => preload :: events :: PreloadEvents => BrowserProtocolEvents , preload :: events :: PreloadEnabledStateUpdated => preload :: events :: PreloadEvents => BrowserProtocolEvents , preload :: events :: PrefetchStatusUpdated => preload :: events :: PreloadEvents => BrowserProtocolEvents , preload :: events :: PrerenderStatusUpdated => preload :: events :: PreloadEvents => BrowserProtocolEvents , preload :: events :: PreloadingAttemptSourcesUpdated => preload :: events :: PreloadEvents => BrowserProtocolEvents , security :: types :: CertificateId => security :: types :: SecurityTypes => BrowserProtocolTypes , security :: types :: MixedContentType => security :: types :: SecurityTypes => BrowserProtocolTypes , security :: types :: SecurityState => security :: types :: SecurityTypes => BrowserProtocolTypes , security :: types :: CertificateSecurityState => security :: types :: SecurityTypes => BrowserProtocolTypes , security :: types :: SafetyTipStatus => security :: types :: SecurityTypes => BrowserProtocolTypes , security :: types :: SafetyTipInfo => security :: types :: SecurityTypes => BrowserProtocolTypes , security :: types :: VisibleSecurityState => security :: types :: SecurityTypes => BrowserProtocolTypes , security :: types :: SecurityStateExplanation => security :: types :: SecurityTypes => BrowserProtocolTypes , security :: types :: CertificateErrorAction => security :: types :: SecurityTypes => BrowserProtocolTypes , security :: commands :: Disable => security :: commands :: SecurityCommands => BrowserProtocolCommands , security :: commands :: Enable => security :: commands :: SecurityCommands => BrowserProtocolCommands , security :: commands :: SetIgnoreCertificateErrors => security :: commands :: SecurityCommands => BrowserProtocolCommands , security :: events :: VisibleSecurityStateChanged => security :: events :: SecurityEvents => BrowserProtocolEvents , service_worker :: types :: RegistrationId => service_worker :: types :: ServiceWorkerTypes => BrowserProtocolTypes , service_worker :: types :: ServiceWorkerRegistration => service_worker :: types :: ServiceWorkerTypes => BrowserProtocolTypes , service_worker :: types :: ServiceWorkerVersionRunningStatus => service_worker :: types :: ServiceWorkerTypes => BrowserProtocolTypes , service_worker :: types :: ServiceWorkerVersionStatus => service_worker :: types :: ServiceWorkerTypes => BrowserProtocolTypes , service_worker :: types :: ServiceWorkerVersion => service_worker :: types :: ServiceWorkerTypes => BrowserProtocolTypes , service_worker :: types :: ServiceWorkerErrorMessage => service_worker :: types :: ServiceWorkerTypes => BrowserProtocolTypes , service_worker :: commands :: DeliverPushMessage => service_worker :: commands :: ServiceWorkerCommands => BrowserProtocolCommands , service_worker :: commands :: Disable => service_worker :: commands :: ServiceWorkerCommands => BrowserProtocolCommands , service_worker :: commands :: DispatchSyncEvent => service_worker :: commands :: ServiceWorkerCommands => BrowserProtocolCommands , service_worker :: commands :: DispatchPeriodicSyncEvent => service_worker :: commands :: ServiceWorkerCommands => BrowserProtocolCommands , service_worker :: commands :: Enable => service_worker :: commands :: ServiceWorkerCommands => BrowserProtocolCommands , service_worker :: commands :: SetForceUpdateOnPageLoad => service_worker :: commands :: ServiceWorkerCommands => BrowserProtocolCommands , service_worker :: commands :: SkipWaiting => service_worker :: commands :: ServiceWorkerCommands => BrowserProtocolCommands , service_worker :: commands :: StartWorker => service_worker :: commands :: ServiceWorkerCommands => BrowserProtocolCommands , service_worker :: commands :: StopAllWorkers => service_worker :: commands :: ServiceWorkerCommands => BrowserProtocolCommands , service_worker :: commands :: StopWorker => service_worker :: commands :: ServiceWorkerCommands => BrowserProtocolCommands , service_worker :: commands :: Unregister => service_worker :: commands :: ServiceWorkerCommands => BrowserProtocolCommands , service_worker :: commands :: UpdateRegistration => service_worker :: commands :: ServiceWorkerCommands => BrowserProtocolCommands , service_worker :: events :: WorkerErrorReported => service_worker :: events :: ServiceWorkerEvents => BrowserProtocolEvents , service_worker :: events :: WorkerRegistrationUpdated => service_worker :: events :: ServiceWorkerEvents => BrowserProtocolEvents , service_worker :: events :: WorkerVersionUpdated => service_worker :: events :: ServiceWorkerEvents => BrowserProtocolEvents , storage :: types :: SerializedStorageKey => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: StorageType => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: UsageForType => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: TrustTokens => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: InterestGroupAuctionId => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: InterestGroupAccessType => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: InterestGroupAuctionEventType => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: InterestGroupAuctionFetchType => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: SharedStorageAccessScope => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: SharedStorageAccessMethod => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: SharedStorageEntry => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: SharedStorageMetadata => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: SharedStoragePrivateAggregationConfig => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: SharedStorageReportingMetadata => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: SharedStorageUrlWithMetadata => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: SharedStorageAccessParams => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: StorageBucketsDurability => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: StorageBucket => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: StorageBucketInfo => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingSourceType => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: UnsignedInt64AsBase10 => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: UnsignedInt128AsBase16 => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: SignedInt64AsBase10 => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingFilterDataEntry => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingFilterConfig => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingFilterPair => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingAggregationKeysEntry => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingEventReportWindows => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingTriggerDataMatching => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingAggregatableDebugReportingData => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingAggregatableDebugReportingConfig => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionScopesData => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingNamedBudgetDef => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingSourceRegistration => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingSourceRegistrationResult => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingSourceRegistrationTimeConfig => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingAggregatableValueDictEntry => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingAggregatableValueEntry => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingEventTriggerData => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingAggregatableTriggerData => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingAggregatableDedupKey => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingNamedBudgetCandidate => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingTriggerRegistration => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingEventLevelResult => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingAggregatableResult => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: AttributionReportingReportResult => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: types :: RelatedWebsiteSet => storage :: types :: StorageTypes => BrowserProtocolTypes , storage :: commands :: GetStorageKey => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: ClearDataForOrigin => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: ClearDataForStorageKey => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: GetCookies => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: SetCookies => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: ClearCookies => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: GetUsageAndQuota => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: OverrideQuotaForOrigin => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: TrackCacheStorageForOrigin => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: TrackCacheStorageForStorageKey => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: TrackIndexedDbForOrigin => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: TrackIndexedDbForStorageKey => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: UntrackCacheStorageForOrigin => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: UntrackCacheStorageForStorageKey => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: UntrackIndexedDbForOrigin => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: UntrackIndexedDbForStorageKey => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: GetTrustTokens => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: ClearTrustTokens => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: GetInterestGroupDetails => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: SetInterestGroupTracking => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: SetInterestGroupAuctionTracking => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: GetSharedStorageMetadata => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: GetSharedStorageEntries => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: SetSharedStorageEntry => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: DeleteSharedStorageEntry => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: ClearSharedStorageEntries => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: ResetSharedStorageBudget => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: SetSharedStorageTracking => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: SetStorageBucketTracking => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: DeleteStorageBucket => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: RunBounceTrackingMitigations => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: SetAttributionReportingLocalTestingMode => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: SetAttributionReportingTracking => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: SendPendingAttributionReports => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: GetRelatedWebsiteSets => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: GetAffectedUrlsForThirdPartyCookieMetadata => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: commands :: SetProtectedAudienceKAnonymity => storage :: commands :: StorageCommands => BrowserProtocolCommands , storage :: events :: CacheStorageContentUpdated => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: CacheStorageListUpdated => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: IndexedDbContentUpdated => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: IndexedDbListUpdated => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: InterestGroupAccessed => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: InterestGroupAuctionEventOccurred => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: InterestGroupAuctionNetworkRequestCreated => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: SharedStorageAccessed => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: SharedStorageWorkletOperationExecutionFinished => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: StorageBucketCreatedOrUpdated => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: StorageBucketDeleted => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: AttributionReportingSourceRegistered => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: AttributionReportingTriggerRegistered => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: AttributionReportingReportSent => storage :: events :: StorageEvents => BrowserProtocolEvents , storage :: events :: AttributionReportingVerboseDebugReportSent => storage :: events :: StorageEvents => BrowserProtocolEvents , system_info :: types :: GpuDevice => system_info :: types :: SystemInfoTypes => BrowserProtocolTypes , system_info :: types :: Size => system_info :: types :: SystemInfoTypes => BrowserProtocolTypes , system_info :: types :: VideoDecodeAcceleratorCapability => system_info :: types :: SystemInfoTypes => BrowserProtocolTypes , system_info :: types :: VideoEncodeAcceleratorCapability => system_info :: types :: SystemInfoTypes => BrowserProtocolTypes , system_info :: types :: SubsamplingFormat => system_info :: types :: SystemInfoTypes => BrowserProtocolTypes , system_info :: types :: ImageType => system_info :: types :: SystemInfoTypes => BrowserProtocolTypes , system_info :: types :: GpuInfo => system_info :: types :: SystemInfoTypes => BrowserProtocolTypes , system_info :: types :: ProcessInfo => system_info :: types :: SystemInfoTypes => BrowserProtocolTypes , system_info :: commands :: GetInfo => system_info :: commands :: SystemInfoCommands => BrowserProtocolCommands , system_info :: commands :: GetFeatureState => system_info :: commands :: SystemInfoCommands => BrowserProtocolCommands , system_info :: commands :: GetProcessInfo => system_info :: commands :: SystemInfoCommands => BrowserProtocolCommands , target :: types :: TargetId => target :: types :: TargetTypes => BrowserProtocolTypes , target :: types :: SessionId => target :: types :: TargetTypes => BrowserProtocolTypes , target :: types :: TargetInfo => target :: types :: TargetTypes => BrowserProtocolTypes , target :: types :: FilterEntry => target :: types :: TargetTypes => BrowserProtocolTypes , target :: types :: TargetFilter => target :: types :: TargetTypes => BrowserProtocolTypes , target :: types :: RemoteLocation => target :: types :: TargetTypes => BrowserProtocolTypes , target :: types :: WindowState => target :: types :: TargetTypes => BrowserProtocolTypes , target :: commands :: ActivateTarget => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: AttachToTarget => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: AttachToBrowserTarget => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: CloseTarget => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: ExposeDevToolsProtocol => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: CreateBrowserContext => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: GetBrowserContexts => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: CreateTarget => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: DetachFromTarget => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: DisposeBrowserContext => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: GetTargetInfo => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: GetTargets => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: SetAutoAttach => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: AutoAttachRelated => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: SetDiscoverTargets => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: SetRemoteLocations => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: GetDevToolsTarget => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: commands :: OpenDevTools => target :: commands :: TargetCommands => BrowserProtocolCommands , target :: events :: AttachedToTarget => target :: events :: TargetEvents => BrowserProtocolEvents , target :: events :: DetachedFromTarget => target :: events :: TargetEvents => BrowserProtocolEvents , target :: events :: ReceivedMessageFromTarget => target :: events :: TargetEvents => BrowserProtocolEvents , target :: events :: TargetCreated => target :: events :: TargetEvents => BrowserProtocolEvents , target :: events :: TargetDestroyed => target :: events :: TargetEvents => BrowserProtocolEvents , target :: events :: TargetCrashed => target :: events :: TargetEvents => BrowserProtocolEvents , target :: events :: TargetInfoChanged => target :: events :: TargetEvents => BrowserProtocolEvents , tethering :: commands :: Bind => tethering :: commands :: TetheringCommands => BrowserProtocolCommands , tethering :: commands :: Unbind => tethering :: commands :: TetheringCommands => BrowserProtocolCommands , tethering :: events :: Accepted => tethering :: events :: TetheringEvents => BrowserProtocolEvents , tracing :: types :: MemoryDumpConfig => tracing :: types :: TracingTypes => BrowserProtocolTypes , tracing :: types :: TraceConfig => tracing :: types :: TracingTypes => BrowserProtocolTypes , tracing :: types :: StreamFormat => tracing :: types :: TracingTypes => BrowserProtocolTypes , tracing :: types :: StreamCompression => tracing :: types :: TracingTypes => BrowserProtocolTypes , tracing :: types :: MemoryDumpLevelOfDetail => tracing :: types :: TracingTypes => BrowserProtocolTypes , tracing :: types :: TracingBackend => tracing :: types :: TracingTypes => BrowserProtocolTypes , tracing :: commands :: End => tracing :: commands :: TracingCommands => BrowserProtocolCommands , tracing :: commands :: GetCategories => tracing :: commands :: TracingCommands => BrowserProtocolCommands , tracing :: commands :: GetTrackEventDescriptor => tracing :: commands :: TracingCommands => BrowserProtocolCommands , tracing :: commands :: RecordClockSyncMarker => tracing :: commands :: TracingCommands => BrowserProtocolCommands , tracing :: commands :: RequestMemoryDump => tracing :: commands :: TracingCommands => BrowserProtocolCommands , tracing :: commands :: Start => tracing :: commands :: TracingCommands => BrowserProtocolCommands , tracing :: events :: BufferUsage => tracing :: events :: TracingEvents => BrowserProtocolEvents , tracing :: events :: DataCollected => tracing :: events :: TracingEvents => BrowserProtocolEvents , tracing :: events :: TracingComplete => tracing :: events :: TracingEvents => BrowserProtocolEvents , web_audio :: types :: GraphObjectId => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: types :: ContextType => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: types :: ContextState => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: types :: NodeType => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: types :: ChannelCountMode => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: types :: ChannelInterpretation => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: types :: ParamType => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: types :: AutomationRate => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: types :: ContextRealtimeData => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: types :: BaseAudioContext => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: types :: AudioListener => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: types :: AudioNode => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: types :: AudioParam => web_audio :: types :: WebAudioTypes => BrowserProtocolTypes , web_audio :: commands :: Enable => web_audio :: commands :: WebAudioCommands => BrowserProtocolCommands , web_audio :: commands :: Disable => web_audio :: commands :: WebAudioCommands => BrowserProtocolCommands , web_audio :: commands :: GetRealtimeData => web_audio :: commands :: WebAudioCommands => BrowserProtocolCommands , web_audio :: events :: ContextCreated => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_audio :: events :: ContextWillBeDestroyed => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_audio :: events :: ContextChanged => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_audio :: events :: AudioListenerCreated => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_audio :: events :: AudioListenerWillBeDestroyed => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_audio :: events :: AudioNodeCreated => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_audio :: events :: AudioNodeWillBeDestroyed => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_audio :: events :: AudioParamCreated => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_audio :: events :: AudioParamWillBeDestroyed => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_audio :: events :: NodesConnected => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_audio :: events :: NodesDisconnected => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_audio :: events :: NodeParamConnected => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_audio :: events :: NodeParamDisconnected => web_audio :: events :: WebAudioEvents => BrowserProtocolEvents , web_authn :: types :: AuthenticatorId => web_authn :: types :: WebAuthnTypes => BrowserProtocolTypes , web_authn :: types :: AuthenticatorProtocol => web_authn :: types :: WebAuthnTypes => BrowserProtocolTypes , web_authn :: types :: Ctap2Version => web_authn :: types :: WebAuthnTypes => BrowserProtocolTypes , web_authn :: types :: AuthenticatorTransport => web_authn :: types :: WebAuthnTypes => BrowserProtocolTypes , web_authn :: types :: VirtualAuthenticatorOptions => web_authn :: types :: WebAuthnTypes => BrowserProtocolTypes , web_authn :: types :: Credential => web_authn :: types :: WebAuthnTypes => BrowserProtocolTypes , web_authn :: commands :: Enable => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: commands :: Disable => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: commands :: AddVirtualAuthenticator => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: commands :: SetResponseOverrideBits => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: commands :: RemoveVirtualAuthenticator => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: commands :: AddCredential => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: commands :: GetCredential => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: commands :: GetCredentials => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: commands :: RemoveCredential => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: commands :: ClearCredentials => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: commands :: SetUserVerified => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: commands :: SetAutomaticPresenceSimulation => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: commands :: SetCredentialProperties => web_authn :: commands :: WebAuthnCommands => BrowserProtocolCommands , web_authn :: events :: CredentialAdded => web_authn :: events :: WebAuthnEvents => BrowserProtocolEvents , web_authn :: events :: CredentialDeleted => web_authn :: events :: WebAuthnEvents => BrowserProtocolEvents , web_authn :: events :: CredentialUpdated => web_authn :: events :: WebAuthnEvents => BrowserProtocolEvents , web_authn :: events :: CredentialAsserted => web_authn :: events :: WebAuthnEvents => BrowserProtocolEvents);