Skip to main content

CdpCommand

Trait CdpCommand 

Source
pub trait CdpCommand<'a>: Serialize {
    type Response: Deserialize<'a>;

    const METHOD: &'static str;
}
Expand description

Trait for CDP commands that associate parameters with a method name and response type.

Required Associated Constants§

Source

const METHOD: &'static str

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<'a> CdpCommand<'a> for browser_protocol::accessibility::DisableParams

Source§

const METHOD: &'static str = "Accessibility.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::accessibility::EnableParams

Source§

const METHOD: &'static str = "Accessibility.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetAXNodeAndAncestorsParams<'a>

Source§

const METHOD: &'static str = "Accessibility.getAXNodeAndAncestors"

Source§

type Response = GetAXNodeAndAncestorsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetChildAXNodesParams<'a>

Source§

const METHOD: &'static str = "Accessibility.getChildAXNodes"

Source§

type Response = GetChildAXNodesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetFullAXTreeParams<'a>

Source§

const METHOD: &'static str = "Accessibility.getFullAXTree"

Source§

type Response = GetFullAXTreeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetPartialAXTreeParams<'a>

Source§

const METHOD: &'static str = "Accessibility.getPartialAXTree"

Source§

type Response = GetPartialAXTreeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetRootAXNodeParams<'a>

Source§

const METHOD: &'static str = "Accessibility.getRootAXNode"

Source§

type Response = GetRootAXNodeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for QueryAXTreeParams<'a>

Source§

const METHOD: &'static str = "Accessibility.queryAXTree"

Source§

type Response = QueryAXTreeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::animation::DisableParams

Source§

const METHOD: &'static str = "Animation.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::animation::EnableParams

Source§

const METHOD: &'static str = "Animation.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetCurrentTimeParams<'a>

Source§

const METHOD: &'static str = "Animation.getCurrentTime"

Source§

type Response = GetCurrentTimeReturns

Source§

impl<'a> CdpCommand<'a> for GetPlaybackRateParams

Source§

const METHOD: &'static str = "Animation.getPlaybackRate"

Source§

type Response = GetPlaybackRateReturns

Source§

impl<'a> CdpCommand<'a> for ReleaseAnimationsParams<'a>

Source§

const METHOD: &'static str = "Animation.releaseAnimations"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ResolveAnimationParams<'a>

Source§

const METHOD: &'static str = "Animation.resolveAnimation"

Source§

type Response = ResolveAnimationReturns

Source§

impl<'a> CdpCommand<'a> for SeekAnimationsParams<'a>

Source§

const METHOD: &'static str = "Animation.seekAnimations"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetPausedParams<'a>

Source§

const METHOD: &'static str = "Animation.setPaused"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetPlaybackRateParams

Source§

const METHOD: &'static str = "Animation.setPlaybackRate"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetTimingParams<'a>

Source§

const METHOD: &'static str = "Animation.setTiming"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for CheckFormsIssuesParams

Source§

const METHOD: &'static str = "Audits.checkFormsIssues"

Source§

type Response = CheckFormsIssuesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::audits::DisableParams

Source§

const METHOD: &'static str = "Audits.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::audits::EnableParams

Source§

const METHOD: &'static str = "Audits.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetEncodedResponseParams<'a>

Source§

const METHOD: &'static str = "Audits.getEncodedResponse"

Source§

type Response = GetEncodedResponseReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::autofill::DisableParams

Source§

const METHOD: &'static str = "Autofill.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::autofill::EnableParams

Source§

const METHOD: &'static str = "Autofill.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetAddressesParams<'a>

Source§

const METHOD: &'static str = "Autofill.setAddresses"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for TriggerParams<'a>

Source§

const METHOD: &'static str = "Autofill.trigger"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearEventsParams

Source§

const METHOD: &'static str = "BackgroundService.clearEvents"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetRecordingParams

Source§

const METHOD: &'static str = "BackgroundService.setRecording"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StartObservingParams

Source§

const METHOD: &'static str = "BackgroundService.startObserving"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StopObservingParams

Source§

const METHOD: &'static str = "BackgroundService.stopObserving"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for AddCharacteristicParams<'a>

Source§

const METHOD: &'static str = "BluetoothEmulation.addCharacteristic"

Source§

type Response = AddCharacteristicReturns<'a>

Source§

impl<'a> CdpCommand<'a> for AddDescriptorParams<'a>

Source§

const METHOD: &'static str = "BluetoothEmulation.addDescriptor"

Source§

type Response = AddDescriptorReturns<'a>

Source§

impl<'a> CdpCommand<'a> for AddServiceParams<'a>

Source§

const METHOD: &'static str = "BluetoothEmulation.addService"

Source§

type Response = AddServiceReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::bluetoothemulation::DisableParams

Source§

const METHOD: &'static str = "BluetoothEmulation.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::bluetoothemulation::EnableParams

Source§

const METHOD: &'static str = "BluetoothEmulation.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RemoveCharacteristicParams<'a>

Source§

const METHOD: &'static str = "BluetoothEmulation.removeCharacteristic"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RemoveDescriptorParams<'a>

Source§

const METHOD: &'static str = "BluetoothEmulation.removeDescriptor"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RemoveServiceParams<'a>

Source§

const METHOD: &'static str = "BluetoothEmulation.removeService"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetSimulatedCentralStateParams

Source§

const METHOD: &'static str = "BluetoothEmulation.setSimulatedCentralState"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SimulateAdvertisementParams<'a>

Source§

const METHOD: &'static str = "BluetoothEmulation.simulateAdvertisement"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SimulateCharacteristicOperationResponseParams<'a>

Source§

const METHOD: &'static str = "BluetoothEmulation.simulateCharacteristicOperationResponse"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SimulateDescriptorOperationResponseParams<'a>

Source§

const METHOD: &'static str = "BluetoothEmulation.simulateDescriptorOperationResponse"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SimulateGATTDisconnectionParams<'a>

Source§

const METHOD: &'static str = "BluetoothEmulation.simulateGATTDisconnection"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SimulateGATTOperationResponseParams<'a>

Source§

const METHOD: &'static str = "BluetoothEmulation.simulateGATTOperationResponse"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SimulatePreconnectedPeripheralParams<'a>

Source§

const METHOD: &'static str = "BluetoothEmulation.simulatePreconnectedPeripheral"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for AddPrivacySandboxCoordinatorKeyConfigParams<'a>

Source§

const METHOD: &'static str = "Browser.addPrivacySandboxCoordinatorKeyConfig"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for AddPrivacySandboxEnrollmentOverrideParams<'a>

Source§

const METHOD: &'static str = "Browser.addPrivacySandboxEnrollmentOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for CancelDownloadParams<'a>

Source§

const METHOD: &'static str = "Browser.cancelDownload"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::browser::CloseParams

Source§

const METHOD: &'static str = "Browser.close"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for CrashGpuProcessParams

Source§

const METHOD: &'static str = "Browser.crashGpuProcess"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::browser::CrashParams

Source§

const METHOD: &'static str = "Browser.crash"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ExecuteBrowserCommandParams

Source§

const METHOD: &'static str = "Browser.executeBrowserCommand"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetBrowserCommandLineParams

Source§

const METHOD: &'static str = "Browser.getBrowserCommandLine"

Source§

type Response = GetBrowserCommandLineReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetHistogramParams<'a>

Source§

const METHOD: &'static str = "Browser.getHistogram"

Source§

type Response = GetHistogramReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetHistogramsParams<'a>

Source§

const METHOD: &'static str = "Browser.getHistograms"

Source§

type Response = GetHistogramsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetVersionParams

Source§

const METHOD: &'static str = "Browser.getVersion"

Source§

type Response = GetVersionReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetWindowBoundsParams

Source§

const METHOD: &'static str = "Browser.getWindowBounds"

Source§

type Response = GetWindowBoundsReturns

Source§

impl<'a> CdpCommand<'a> for GetWindowForTargetParams<'a>

Source§

const METHOD: &'static str = "Browser.getWindowForTarget"

Source§

type Response = GetWindowForTargetReturns

Source§

impl<'a> CdpCommand<'a> for GrantPermissionsParams<'a>

Source§

const METHOD: &'static str = "Browser.grantPermissions"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ResetPermissionsParams<'a>

Source§

const METHOD: &'static str = "Browser.resetPermissions"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetContentsSizeParams

Source§

const METHOD: &'static str = "Browser.setContentsSize"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetDockTileParams<'a>

Source§

const METHOD: &'static str = "Browser.setDockTile"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::browser::SetDownloadBehaviorParams<'a>

Source§

const METHOD: &'static str = "Browser.setDownloadBehavior"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetPermissionParams<'a>

Source§

const METHOD: &'static str = "Browser.setPermission"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetWindowBoundsParams

Source§

const METHOD: &'static str = "Browser.setWindowBounds"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DeleteCacheParams<'a>

Source§

const METHOD: &'static str = "CacheStorage.deleteCache"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DeleteEntryParams<'a>

Source§

const METHOD: &'static str = "CacheStorage.deleteEntry"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RequestCacheNamesParams<'a>

Source§

const METHOD: &'static str = "CacheStorage.requestCacheNames"

Source§

type Response = RequestCacheNamesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for RequestCachedResponseParams<'a>

Source§

const METHOD: &'static str = "CacheStorage.requestCachedResponse"

Source§

type Response = RequestCachedResponseReturns<'a>

Source§

impl<'a> CdpCommand<'a> for RequestEntriesParams<'a>

Source§

const METHOD: &'static str = "CacheStorage.requestEntries"

Source§

type Response = RequestEntriesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::cast::DisableParams

Source§

const METHOD: &'static str = "Cast.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::cast::EnableParams<'a>

Source§

const METHOD: &'static str = "Cast.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetSinkToUseParams<'a>

Source§

const METHOD: &'static str = "Cast.setSinkToUse"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StartDesktopMirroringParams<'a>

Source§

const METHOD: &'static str = "Cast.startDesktopMirroring"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StartTabMirroringParams<'a>

Source§

const METHOD: &'static str = "Cast.startTabMirroring"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StopCastingParams<'a>

Source§

const METHOD: &'static str = "Cast.stopCasting"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetEntriesParams

Source§

const METHOD: &'static str = "CrashReportContext.getEntries"

Source§

type Response = GetEntriesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for AddRuleParams<'a>

Source§

const METHOD: &'static str = "CSS.addRule"

Source§

type Response = AddRuleReturns<'a>

Source§

impl<'a> CdpCommand<'a> for CollectClassNamesParams<'a>

Source§

const METHOD: &'static str = "CSS.collectClassNames"

Source§

type Response = CollectClassNamesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for CreateStyleSheetParams<'a>

Source§

const METHOD: &'static str = "CSS.createStyleSheet"

Source§

type Response = CreateStyleSheetReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::css::DisableParams

Source§

const METHOD: &'static str = "CSS.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::css::EnableParams

Source§

const METHOD: &'static str = "CSS.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ForcePseudoStateParams<'a>

Source§

const METHOD: &'static str = "CSS.forcePseudoState"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ForceStartingStyleParams

Source§

const METHOD: &'static str = "CSS.forceStartingStyle"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetAnimatedStylesForNodeParams

Source§

const METHOD: &'static str = "CSS.getAnimatedStylesForNode"

Source§

type Response = GetAnimatedStylesForNodeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetBackgroundColorsParams

Source§

const METHOD: &'static str = "CSS.getBackgroundColors"

Source§

type Response = GetBackgroundColorsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetComputedStyleForNodeParams

Source§

const METHOD: &'static str = "CSS.getComputedStyleForNode"

Source§

type Response = GetComputedStyleForNodeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetEnvironmentVariablesParams

Source§

const METHOD: &'static str = "CSS.getEnvironmentVariables"

Source§

type Response = GetEnvironmentVariablesReturns

Source§

impl<'a> CdpCommand<'a> for GetInlineStylesForNodeParams

Source§

const METHOD: &'static str = "CSS.getInlineStylesForNode"

Source§

type Response = GetInlineStylesForNodeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetLayersForNodeParams

Source§

const METHOD: &'static str = "CSS.getLayersForNode"

Source§

type Response = GetLayersForNodeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetLocationForSelectorParams<'a>

Source§

const METHOD: &'static str = "CSS.getLocationForSelector"

Source§

type Response = GetLocationForSelectorReturns

Source§

impl<'a> CdpCommand<'a> for GetLonghandPropertiesParams<'a>

Source§

const METHOD: &'static str = "CSS.getLonghandProperties"

Source§

type Response = GetLonghandPropertiesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetMatchedStylesForNodeParams

Source§

const METHOD: &'static str = "CSS.getMatchedStylesForNode"

Source§

type Response = GetMatchedStylesForNodeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetMediaQueriesParams

Source§

const METHOD: &'static str = "CSS.getMediaQueries"

Source§

type Response = GetMediaQueriesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetPlatformFontsForNodeParams

Source§

const METHOD: &'static str = "CSS.getPlatformFontsForNode"

Source§

type Response = GetPlatformFontsForNodeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetStyleSheetTextParams<'a>

Source§

const METHOD: &'static str = "CSS.getStyleSheetText"

Source§

type Response = GetStyleSheetTextReturns<'a>

Source§

impl<'a> CdpCommand<'a> for ResolveValuesParams<'a>

Source§

const METHOD: &'static str = "CSS.resolveValues"

Source§

type Response = ResolveValuesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SetContainerQueryConditionTextParams<'a>

Source§

const METHOD: &'static str = "CSS.setContainerQueryConditionText"

Source§

type Response = SetContainerQueryConditionTextReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SetContainerQueryTextParams<'a>

Source§

const METHOD: &'static str = "CSS.setContainerQueryText"

Source§

type Response = SetContainerQueryTextReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SetEffectivePropertyValueForNodeParams<'a>

Source§

const METHOD: &'static str = "CSS.setEffectivePropertyValueForNode"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetKeyframeKeyParams<'a>

Source§

const METHOD: &'static str = "CSS.setKeyframeKey"

Source§

type Response = SetKeyframeKeyReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SetLocalFontsEnabledParams

Source§

const METHOD: &'static str = "CSS.setLocalFontsEnabled"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetMediaTextParams<'a>

Source§

const METHOD: &'static str = "CSS.setMediaText"

Source§

type Response = SetMediaTextReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SetNavigationTextParams<'a>

Source§

const METHOD: &'static str = "CSS.setNavigationText"

Source§

type Response = SetNavigationTextReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SetPropertyRulePropertyNameParams<'a>

Source§

const METHOD: &'static str = "CSS.setPropertyRulePropertyName"

Source§

type Response = SetPropertyRulePropertyNameReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SetRuleSelectorParams<'a>

Source§

const METHOD: &'static str = "CSS.setRuleSelector"

Source§

type Response = SetRuleSelectorReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SetScopeTextParams<'a>

Source§

const METHOD: &'static str = "CSS.setScopeText"

Source§

type Response = SetScopeTextReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SetStyleSheetTextParams<'a>

Source§

const METHOD: &'static str = "CSS.setStyleSheetText"

Source§

type Response = SetStyleSheetTextReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SetStyleTextsParams<'a>

Source§

const METHOD: &'static str = "CSS.setStyleTexts"

Source§

type Response = SetStyleTextsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SetSupportsTextParams<'a>

Source§

const METHOD: &'static str = "CSS.setSupportsText"

Source§

type Response = SetSupportsTextReturns<'a>

Source§

impl<'a> CdpCommand<'a> for StartRuleUsageTrackingParams

Source§

const METHOD: &'static str = "CSS.startRuleUsageTracking"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StopRuleUsageTrackingParams

Source§

const METHOD: &'static str = "CSS.stopRuleUsageTracking"

Source§

type Response = StopRuleUsageTrackingReturns<'a>

Source§

impl<'a> CdpCommand<'a> for TakeComputedStyleUpdatesParams

Source§

const METHOD: &'static str = "CSS.takeComputedStyleUpdates"

Source§

type Response = TakeComputedStyleUpdatesReturns

Source§

impl<'a> CdpCommand<'a> for TakeCoverageDeltaParams

Source§

const METHOD: &'static str = "CSS.takeCoverageDelta"

Source§

type Response = TakeCoverageDeltaReturns<'a>

Source§

impl<'a> CdpCommand<'a> for TrackComputedStyleUpdatesForNodeParams

Source§

const METHOD: &'static str = "CSS.trackComputedStyleUpdatesForNode"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for TrackComputedStyleUpdatesParams<'a>

Source§

const METHOD: &'static str = "CSS.trackComputedStyleUpdates"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for CancelPromptParams<'a>

Source§

const METHOD: &'static str = "DeviceAccess.cancelPrompt"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::deviceaccess::DisableParams

Source§

const METHOD: &'static str = "DeviceAccess.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::deviceaccess::EnableParams

Source§

const METHOD: &'static str = "DeviceAccess.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SelectPromptParams<'a>

Source§

const METHOD: &'static str = "DeviceAccess.selectPrompt"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::deviceorientation::ClearDeviceOrientationOverrideParams

Source§

const METHOD: &'static str = "DeviceOrientation.clearDeviceOrientationOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::deviceorientation::SetDeviceOrientationOverrideParams

Source§

const METHOD: &'static str = "DeviceOrientation.setDeviceOrientationOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for CollectClassNamesFromSubtreeParams

Source§

const METHOD: &'static str = "DOM.collectClassNamesFromSubtree"

Source§

type Response = CollectClassNamesFromSubtreeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for CopyToParams

Source§

const METHOD: &'static str = "DOM.copyTo"

Source§

type Response = CopyToReturns

Source§

impl<'a> CdpCommand<'a> for DescribeNodeParams<'a>

Source§

const METHOD: &'static str = "DOM.describeNode"

Source§

type Response = DescribeNodeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::dom::DisableParams

Source§

const METHOD: &'static str = "DOM.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DiscardSearchResultsParams<'a>

Source§

const METHOD: &'static str = "DOM.discardSearchResults"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::dom::EnableParams<'a>

Source§

const METHOD: &'static str = "DOM.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for FocusParams<'a>

Source§

const METHOD: &'static str = "DOM.focus"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ForceShowPopoverParams

Source§

const METHOD: &'static str = "DOM.forceShowPopover"

Source§

type Response = ForceShowPopoverReturns

Source§

impl<'a> CdpCommand<'a> for GetAnchorElementParams<'a>

Source§

const METHOD: &'static str = "DOM.getAnchorElement"

Source§

type Response = GetAnchorElementReturns

Source§

impl<'a> CdpCommand<'a> for GetAttributesParams

Source§

const METHOD: &'static str = "DOM.getAttributes"

Source§

type Response = GetAttributesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetBoxModelParams<'a>

Source§

const METHOD: &'static str = "DOM.getBoxModel"

Source§

type Response = GetBoxModelReturns

Source§

impl<'a> CdpCommand<'a> for GetContainerForNodeParams<'a>

Source§

const METHOD: &'static str = "DOM.getContainerForNode"

Source§

type Response = GetContainerForNodeReturns

Source§

impl<'a> CdpCommand<'a> for GetContentQuadsParams<'a>

Source§

const METHOD: &'static str = "DOM.getContentQuads"

Source§

type Response = GetContentQuadsReturns

Source§

impl<'a> CdpCommand<'a> for GetDetachedDomNodesParams

Source§

const METHOD: &'static str = "DOM.getDetachedDomNodes"

Source§

type Response = GetDetachedDomNodesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetDocumentParams

Source§

const METHOD: &'static str = "DOM.getDocument"

Source§

type Response = GetDocumentReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetElementByRelationParams<'a>

Source§

const METHOD: &'static str = "DOM.getElementByRelation"

Source§

type Response = GetElementByRelationReturns

Source§

impl<'a> CdpCommand<'a> for GetFileInfoParams<'a>

Source§

const METHOD: &'static str = "DOM.getFileInfo"

Source§

type Response = GetFileInfoReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetFlattenedDocumentParams

Source§

const METHOD: &'static str = "DOM.getFlattenedDocument"

Source§

type Response = GetFlattenedDocumentReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetFrameOwnerParams<'a>

Source§

const METHOD: &'static str = "DOM.getFrameOwner"

Source§

type Response = GetFrameOwnerReturns

Source§

impl<'a> CdpCommand<'a> for GetNodeForLocationParams

Source§

const METHOD: &'static str = "DOM.getNodeForLocation"

Source§

type Response = GetNodeForLocationReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetNodeStackTracesParams

Source§

const METHOD: &'static str = "DOM.getNodeStackTraces"

Source§

type Response = GetNodeStackTracesReturns

Source§

impl<'a> CdpCommand<'a> for GetNodesForSubtreeByStyleParams<'a>

Source§

const METHOD: &'static str = "DOM.getNodesForSubtreeByStyle"

Source§

type Response = GetNodesForSubtreeByStyleReturns

Source§

impl<'a> CdpCommand<'a> for GetOuterHTMLParams<'a>

Source§

const METHOD: &'static str = "DOM.getOuterHTML"

Source§

type Response = GetOuterHTMLReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetQueryingDescendantsForContainerParams

Source§

const METHOD: &'static str = "DOM.getQueryingDescendantsForContainer"

Source§

type Response = GetQueryingDescendantsForContainerReturns

Source§

impl<'a> CdpCommand<'a> for GetRelayoutBoundaryParams

Source§

const METHOD: &'static str = "DOM.getRelayoutBoundary"

Source§

type Response = GetRelayoutBoundaryReturns

Source§

impl<'a> CdpCommand<'a> for GetSearchResultsParams<'a>

Source§

const METHOD: &'static str = "DOM.getSearchResults"

Source§

type Response = GetSearchResultsReturns

Source§

impl<'a> CdpCommand<'a> for GetTopLayerElementsParams

Source§

const METHOD: &'static str = "DOM.getTopLayerElements"

Source§

type Response = GetTopLayerElementsReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::dom::HideHighlightParams

Source§

const METHOD: &'static str = "DOM.hideHighlight"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::dom::HighlightNodeParams

Source§

const METHOD: &'static str = "DOM.highlightNode"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::dom::HighlightRectParams

Source§

const METHOD: &'static str = "DOM.highlightRect"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for MarkUndoableStateParams

Source§

const METHOD: &'static str = "DOM.markUndoableState"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for MoveToParams

Source§

const METHOD: &'static str = "DOM.moveTo"

Source§

type Response = MoveToReturns

Source§

impl<'a> CdpCommand<'a> for PerformSearchParams<'a>

Source§

const METHOD: &'static str = "DOM.performSearch"

Source§

type Response = PerformSearchReturns<'a>

Source§

impl<'a> CdpCommand<'a> for PushNodeByPathToFrontendParams<'a>

Source§

const METHOD: &'static str = "DOM.pushNodeByPathToFrontend"

Source§

type Response = PushNodeByPathToFrontendReturns

Source§

impl<'a> CdpCommand<'a> for PushNodesByBackendIdsToFrontendParams

Source§

const METHOD: &'static str = "DOM.pushNodesByBackendIdsToFrontend"

Source§

type Response = PushNodesByBackendIdsToFrontendReturns

Source§

impl<'a> CdpCommand<'a> for QuerySelectorAllParams<'a>

Source§

const METHOD: &'static str = "DOM.querySelectorAll"

Source§

type Response = QuerySelectorAllReturns

Source§

impl<'a> CdpCommand<'a> for QuerySelectorParams<'a>

Source§

const METHOD: &'static str = "DOM.querySelector"

Source§

type Response = QuerySelectorReturns

Source§

impl<'a> CdpCommand<'a> for RedoParams

Source§

const METHOD: &'static str = "DOM.redo"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RemoveAttributeParams<'a>

Source§

const METHOD: &'static str = "DOM.removeAttribute"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RemoveNodeParams

Source§

const METHOD: &'static str = "DOM.removeNode"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RequestChildNodesParams

Source§

const METHOD: &'static str = "DOM.requestChildNodes"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RequestNodeParams<'a>

Source§

const METHOD: &'static str = "DOM.requestNode"

Source§

type Response = RequestNodeReturns

Source§

impl<'a> CdpCommand<'a> for ResolveNodeParams<'a>

Source§

const METHOD: &'static str = "DOM.resolveNode"

Source§

type Response = ResolveNodeReturns

Source§

impl<'a> CdpCommand<'a> for ScrollIntoViewIfNeededParams<'a>

Source§

const METHOD: &'static str = "DOM.scrollIntoViewIfNeeded"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetAttributeValueParams<'a>

Source§

const METHOD: &'static str = "DOM.setAttributeValue"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetAttributesAsTextParams<'a>

Source§

const METHOD: &'static str = "DOM.setAttributesAsText"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetFileInputFilesParams<'a>

Source§

const METHOD: &'static str = "DOM.setFileInputFiles"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetInspectedNodeParams

Source§

const METHOD: &'static str = "DOM.setInspectedNode"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetNodeNameParams<'a>

Source§

const METHOD: &'static str = "DOM.setNodeName"

Source§

type Response = SetNodeNameReturns

Source§

impl<'a> CdpCommand<'a> for SetNodeStackTracesEnabledParams

Source§

const METHOD: &'static str = "DOM.setNodeStackTracesEnabled"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetNodeValueParams<'a>

Source§

const METHOD: &'static str = "DOM.setNodeValue"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetOuterHTMLParams<'a>

Source§

const METHOD: &'static str = "DOM.setOuterHTML"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for UndoParams

Source§

const METHOD: &'static str = "DOM.undo"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetEventListenersParams<'a>

Source§

const METHOD: &'static str = "DOMDebugger.getEventListeners"

Source§

type Response = GetEventListenersReturns<'a>

Source§

impl<'a> CdpCommand<'a> for RemoveDOMBreakpointParams

Source§

const METHOD: &'static str = "DOMDebugger.removeDOMBreakpoint"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RemoveEventListenerBreakpointParams<'a>

Source§

const METHOD: &'static str = "DOMDebugger.removeEventListenerBreakpoint"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::domdebugger::RemoveInstrumentationBreakpointParams<'a>

Source§

const METHOD: &'static str = "DOMDebugger.removeInstrumentationBreakpoint"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RemoveXHRBreakpointParams<'a>

Source§

const METHOD: &'static str = "DOMDebugger.removeXHRBreakpoint"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetBreakOnCSPViolationParams

Source§

const METHOD: &'static str = "DOMDebugger.setBreakOnCSPViolation"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetDOMBreakpointParams

Source§

const METHOD: &'static str = "DOMDebugger.setDOMBreakpoint"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetEventListenerBreakpointParams<'a>

Source§

const METHOD: &'static str = "DOMDebugger.setEventListenerBreakpoint"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::domdebugger::SetInstrumentationBreakpointParams<'a>

Source§

const METHOD: &'static str = "DOMDebugger.setInstrumentationBreakpoint"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetXHRBreakpointParams<'a>

Source§

const METHOD: &'static str = "DOMDebugger.setXHRBreakpoint"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::domsnapshot::CaptureSnapshotParams<'a>

Source§

const METHOD: &'static str = "DOMSnapshot.captureSnapshot"

Source§

type Response = CaptureSnapshotReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::domsnapshot::DisableParams

Source§

const METHOD: &'static str = "DOMSnapshot.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::domsnapshot::EnableParams

Source§

const METHOD: &'static str = "DOMSnapshot.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetSnapshotParams<'a>

Source§

const METHOD: &'static str = "DOMSnapshot.getSnapshot"

Source§

type Response = GetSnapshotReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::domstorage::ClearParams<'a>

Source§

const METHOD: &'static str = "DOMStorage.clear"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::domstorage::DisableParams

Source§

const METHOD: &'static str = "DOMStorage.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::domstorage::EnableParams

Source§

const METHOD: &'static str = "DOMStorage.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetDOMStorageItemsParams<'a>

Source§

const METHOD: &'static str = "DOMStorage.getDOMStorageItems"

Source§

type Response = GetDOMStorageItemsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for RemoveDOMStorageItemParams<'a>

Source§

const METHOD: &'static str = "DOMStorage.removeDOMStorageItem"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetDOMStorageItemParams<'a>

Source§

const METHOD: &'static str = "DOMStorage.setDOMStorageItem"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for AddScreenParams<'a>

Source§

const METHOD: &'static str = "Emulation.addScreen"

Source§

type Response = AddScreenReturns<'a>

Source§

impl<'a> CdpCommand<'a> for CanEmulateParams

Source§

const METHOD: &'static str = "Emulation.canEmulate"

Source§

type Response = CanEmulateReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::emulation::ClearDeviceMetricsOverrideParams

Source§

const METHOD: &'static str = "Emulation.clearDeviceMetricsOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearDevicePostureOverrideParams

Source§

const METHOD: &'static str = "Emulation.clearDevicePostureOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearDisplayFeaturesOverrideParams

Source§

const METHOD: &'static str = "Emulation.clearDisplayFeaturesOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::emulation::ClearGeolocationOverrideParams

Source§

const METHOD: &'static str = "Emulation.clearGeolocationOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearIdleOverrideParams

Source§

const METHOD: &'static str = "Emulation.clearIdleOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetOverriddenSensorInformationParams

Source§

const METHOD: &'static str = "Emulation.getOverriddenSensorInformation"

Source§

type Response = GetOverriddenSensorInformationReturns

Source§

impl<'a> CdpCommand<'a> for GetScreenInfosParams

Source§

const METHOD: &'static str = "Emulation.getScreenInfos"

Source§

type Response = GetScreenInfosReturns<'a>

Source§

impl<'a> CdpCommand<'a> for RemoveScreenParams<'a>

Source§

const METHOD: &'static str = "Emulation.removeScreen"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ResetPageScaleFactorParams

Source§

const METHOD: &'static str = "Emulation.resetPageScaleFactor"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetAutoDarkModeOverrideParams

Source§

const METHOD: &'static str = "Emulation.setAutoDarkModeOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetAutomationOverrideParams

Source§

const METHOD: &'static str = "Emulation.setAutomationOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetCPUThrottlingRateParams

Source§

const METHOD: &'static str = "Emulation.setCPUThrottlingRate"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetDataSaverOverrideParams

Source§

const METHOD: &'static str = "Emulation.setDataSaverOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetDefaultBackgroundColorOverrideParams

Source§

const METHOD: &'static str = "Emulation.setDefaultBackgroundColorOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::emulation::SetDeviceMetricsOverrideParams<'a>

Source§

const METHOD: &'static str = "Emulation.setDeviceMetricsOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetDevicePostureOverrideParams<'a>

Source§

const METHOD: &'static str = "Emulation.setDevicePostureOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetDisabledImageTypesParams

Source§

const METHOD: &'static str = "Emulation.setDisabledImageTypes"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetDisplayFeaturesOverrideParams<'a>

Source§

const METHOD: &'static str = "Emulation.setDisplayFeaturesOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetDocumentCookieDisabledParams

Source§

const METHOD: &'static str = "Emulation.setDocumentCookieDisabled"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetEmitTouchEventsForMouseParams<'a>

Source§

const METHOD: &'static str = "Emulation.setEmitTouchEventsForMouse"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetEmulatedMediaParams<'a>

Source§

const METHOD: &'static str = "Emulation.setEmulatedMedia"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetEmulatedOSTextScaleParams

Source§

const METHOD: &'static str = "Emulation.setEmulatedOSTextScale"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetEmulatedVisionDeficiencyParams<'a>

Source§

const METHOD: &'static str = "Emulation.setEmulatedVisionDeficiency"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetFocusEmulationEnabledParams

Source§

const METHOD: &'static str = "Emulation.setFocusEmulationEnabled"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::emulation::SetGeolocationOverrideParams

Source§

const METHOD: &'static str = "Emulation.setGeolocationOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetHardwareConcurrencyOverrideParams

Source§

const METHOD: &'static str = "Emulation.setHardwareConcurrencyOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetIdleOverrideParams

Source§

const METHOD: &'static str = "Emulation.setIdleOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetLocaleOverrideParams<'a>

Source§

const METHOD: &'static str = "Emulation.setLocaleOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetNavigatorOverridesParams<'a>

Source§

const METHOD: &'static str = "Emulation.setNavigatorOverrides"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetPageScaleFactorParams

Source§

const METHOD: &'static str = "Emulation.setPageScaleFactor"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetPressureDataOverrideParams

Source§

const METHOD: &'static str = "Emulation.setPressureDataOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetPressureSourceOverrideEnabledParams

Source§

const METHOD: &'static str = "Emulation.setPressureSourceOverrideEnabled"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetPressureStateOverrideParams

Source§

const METHOD: &'static str = "Emulation.setPressureStateOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetPrimaryScreenParams<'a>

Source§

const METHOD: &'static str = "Emulation.setPrimaryScreen"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetSafeAreaInsetsOverrideParams

Source§

const METHOD: &'static str = "Emulation.setSafeAreaInsetsOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetScriptExecutionDisabledParams

Source§

const METHOD: &'static str = "Emulation.setScriptExecutionDisabled"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetScrollbarsHiddenParams

Source§

const METHOD: &'static str = "Emulation.setScrollbarsHidden"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetSensorOverrideEnabledParams

Source§

const METHOD: &'static str = "Emulation.setSensorOverrideEnabled"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetSensorOverrideReadingsParams

Source§

const METHOD: &'static str = "Emulation.setSensorOverrideReadings"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetSmallViewportHeightDifferenceOverrideParams

Source§

const METHOD: &'static str = "Emulation.setSmallViewportHeightDifferenceOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetTimezoneOverrideParams<'a>

Source§

const METHOD: &'static str = "Emulation.setTimezoneOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::emulation::SetTouchEmulationEnabledParams

Source§

const METHOD: &'static str = "Emulation.setTouchEmulationEnabled"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::emulation::SetUserAgentOverrideParams<'a>

Source§

const METHOD: &'static str = "Emulation.setUserAgentOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetVirtualTimePolicyParams

Source§

const METHOD: &'static str = "Emulation.setVirtualTimePolicy"

Source§

type Response = SetVirtualTimePolicyReturns

Source§

impl<'a> CdpCommand<'a> for SetVisibleSizeParams

Source§

const METHOD: &'static str = "Emulation.setVisibleSize"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for UpdateScreenParams<'a>

Source§

const METHOD: &'static str = "Emulation.updateScreen"

Source§

type Response = UpdateScreenReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::eventbreakpoints::DisableParams

Source§

const METHOD: &'static str = "EventBreakpoints.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::eventbreakpoints::RemoveInstrumentationBreakpointParams<'a>

Source§

const METHOD: &'static str = "EventBreakpoints.removeInstrumentationBreakpoint"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::eventbreakpoints::SetInstrumentationBreakpointParams<'a>

Source§

const METHOD: &'static str = "EventBreakpoints.setInstrumentationBreakpoint"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearStorageItemsParams<'a>

Source§

const METHOD: &'static str = "Extensions.clearStorageItems"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetExtensionsParams

Source§

const METHOD: &'static str = "Extensions.getExtensions"

Source§

type Response = GetExtensionsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetStorageItemsParams<'a>

Source§

const METHOD: &'static str = "Extensions.getStorageItems"

Source§

type Response = GetStorageItemsReturns

Source§

impl<'a> CdpCommand<'a> for LoadUnpackedParams<'a>

Source§

const METHOD: &'static str = "Extensions.loadUnpacked"

Source§

type Response = LoadUnpackedReturns<'a>

Source§

impl<'a> CdpCommand<'a> for RemoveStorageItemsParams<'a>

Source§

const METHOD: &'static str = "Extensions.removeStorageItems"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetStorageItemsParams<'a>

Source§

const METHOD: &'static str = "Extensions.setStorageItems"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for TriggerActionParams<'a>

Source§

const METHOD: &'static str = "Extensions.triggerAction"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::extensions::UninstallParams<'a>

Source§

const METHOD: &'static str = "Extensions.uninstall"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClickDialogButtonParams<'a>

Source§

const METHOD: &'static str = "FedCm.clickDialogButton"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::fedcm::DisableParams

Source§

const METHOD: &'static str = "FedCm.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DismissDialogParams<'a>

Source§

const METHOD: &'static str = "FedCm.dismissDialog"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::fedcm::EnableParams

Source§

const METHOD: &'static str = "FedCm.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for OpenUrlParams<'a>

Source§

const METHOD: &'static str = "FedCm.openUrl"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ResetCooldownParams

Source§

const METHOD: &'static str = "FedCm.resetCooldown"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SelectAccountParams<'a>

Source§

const METHOD: &'static str = "FedCm.selectAccount"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ContinueRequestParams<'a>

Source§

const METHOD: &'static str = "Fetch.continueRequest"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ContinueResponseParams<'a>

Source§

const METHOD: &'static str = "Fetch.continueResponse"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ContinueWithAuthParams<'a>

Source§

const METHOD: &'static str = "Fetch.continueWithAuth"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::fetch::DisableParams

Source§

const METHOD: &'static str = "Fetch.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::fetch::EnableParams<'a>

Source§

const METHOD: &'static str = "Fetch.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for FailRequestParams<'a>

Source§

const METHOD: &'static str = "Fetch.failRequest"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for FulfillRequestParams<'a>

Source§

const METHOD: &'static str = "Fetch.fulfillRequest"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::fetch::GetResponseBodyParams<'a>

Source§

const METHOD: &'static str = "Fetch.getResponseBody"

Source§

type Response = GetResponseBodyReturns<'a>

Source§

impl<'a> CdpCommand<'a> for TakeResponseBodyAsStreamParams<'a>

Source§

const METHOD: &'static str = "Fetch.takeResponseBodyAsStream"

Source§

type Response = TakeResponseBodyAsStreamReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetDirectoryParams<'a>

Source§

const METHOD: &'static str = "FileSystem.getDirectory"

Source§

type Response = GetDirectoryReturns<'a>

Source§

impl<'a> CdpCommand<'a> for BeginFrameParams<'a>

Source§

const METHOD: &'static str = "HeadlessExperimental.beginFrame"

Source§

type Response = BeginFrameReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::headlessexperimental::DisableParams

Source§

const METHOD: &'static str = "HeadlessExperimental.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::headlessexperimental::EnableParams

Source§

const METHOD: &'static str = "HeadlessExperimental.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearObjectStoreParams<'a>

Source§

const METHOD: &'static str = "IndexedDB.clearObjectStore"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DeleteDatabaseParams<'a>

Source§

const METHOD: &'static str = "IndexedDB.deleteDatabase"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DeleteObjectStoreEntriesParams<'a>

Source§

const METHOD: &'static str = "IndexedDB.deleteObjectStoreEntries"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::indexeddb::DisableParams

Source§

const METHOD: &'static str = "IndexedDB.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::indexeddb::EnableParams

Source§

const METHOD: &'static str = "IndexedDB.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetMetadataParams<'a>

Source§

const METHOD: &'static str = "IndexedDB.getMetadata"

Source§

type Response = GetMetadataReturns

Source§

impl<'a> CdpCommand<'a> for RequestDataParams<'a>

Source§

const METHOD: &'static str = "IndexedDB.requestData"

Source§

type Response = RequestDataReturns

Source§

impl<'a> CdpCommand<'a> for RequestDatabaseNamesParams<'a>

Source§

const METHOD: &'static str = "IndexedDB.requestDatabaseNames"

Source§

type Response = RequestDatabaseNamesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for RequestDatabaseParams<'a>

Source§

const METHOD: &'static str = "IndexedDB.requestDatabase"

Source§

type Response = RequestDatabaseReturns<'a>

Source§

impl<'a> CdpCommand<'a> for CancelDraggingParams

Source§

const METHOD: &'static str = "Input.cancelDragging"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DispatchDragEventParams<'a>

Source§

const METHOD: &'static str = "Input.dispatchDragEvent"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DispatchKeyEventParams<'a>

Source§

const METHOD: &'static str = "Input.dispatchKeyEvent"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DispatchMouseEventParams<'a>

Source§

const METHOD: &'static str = "Input.dispatchMouseEvent"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DispatchTouchEventParams<'a>

Source§

const METHOD: &'static str = "Input.dispatchTouchEvent"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for EmulateTouchFromMouseEventParams<'a>

Source§

const METHOD: &'static str = "Input.emulateTouchFromMouseEvent"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ImeSetCompositionParams<'a>

Source§

const METHOD: &'static str = "Input.imeSetComposition"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for InsertTextParams<'a>

Source§

const METHOD: &'static str = "Input.insertText"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetIgnoreInputEventsParams

Source§

const METHOD: &'static str = "Input.setIgnoreInputEvents"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetInterceptDragsParams

Source§

const METHOD: &'static str = "Input.setInterceptDrags"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SynthesizePinchGestureParams

Source§

const METHOD: &'static str = "Input.synthesizePinchGesture"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SynthesizeScrollGestureParams<'a>

Source§

const METHOD: &'static str = "Input.synthesizeScrollGesture"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SynthesizeTapGestureParams

Source§

const METHOD: &'static str = "Input.synthesizeTapGesture"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::inspector::DisableParams

Source§

const METHOD: &'static str = "Inspector.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::inspector::EnableParams

Source§

const METHOD: &'static str = "Inspector.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::io::CloseParams<'a>

Source§

const METHOD: &'static str = "IO.close"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReadParams<'a>

Source§

const METHOD: &'static str = "IO.read"

Source§

type Response = ReadReturns<'a>

Source§

impl<'a> CdpCommand<'a> for ResolveBlobParams<'a>

Source§

const METHOD: &'static str = "IO.resolveBlob"

Source§

type Response = ResolveBlobReturns<'a>

Source§

impl<'a> CdpCommand<'a> for CompositingReasonsParams<'a>

Source§

const METHOD: &'static str = "LayerTree.compositingReasons"

Source§

type Response = CompositingReasonsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::layertree::DisableParams

Source§

const METHOD: &'static str = "LayerTree.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::layertree::EnableParams

Source§

const METHOD: &'static str = "LayerTree.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for LoadSnapshotParams<'a>

Source§

const METHOD: &'static str = "LayerTree.loadSnapshot"

Source§

type Response = LoadSnapshotReturns<'a>

Source§

impl<'a> CdpCommand<'a> for MakeSnapshotParams<'a>

Source§

const METHOD: &'static str = "LayerTree.makeSnapshot"

Source§

type Response = MakeSnapshotReturns<'a>

Source§

impl<'a> CdpCommand<'a> for ProfileSnapshotParams<'a>

Source§

const METHOD: &'static str = "LayerTree.profileSnapshot"

Source§

type Response = ProfileSnapshotReturns

Source§

impl<'a> CdpCommand<'a> for ReleaseSnapshotParams<'a>

Source§

const METHOD: &'static str = "LayerTree.releaseSnapshot"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReplaySnapshotParams<'a>

Source§

const METHOD: &'static str = "LayerTree.replaySnapshot"

Source§

type Response = ReplaySnapshotReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SnapshotCommandLogParams<'a>

Source§

const METHOD: &'static str = "LayerTree.snapshotCommandLog"

Source§

type Response = SnapshotCommandLogReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::log::ClearParams

Source§

const METHOD: &'static str = "Log.clear"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::log::DisableParams

Source§

const METHOD: &'static str = "Log.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::log::EnableParams

Source§

const METHOD: &'static str = "Log.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StartViolationsReportParams<'a>

Source§

const METHOD: &'static str = "Log.startViolationsReport"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StopViolationsReportParams

Source§

const METHOD: &'static str = "Log.stopViolationsReport"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::media::DisableParams

Source§

const METHOD: &'static str = "Media.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::media::EnableParams

Source§

const METHOD: &'static str = "Media.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ForciblyPurgeJavaScriptMemoryParams

Source§

const METHOD: &'static str = "Memory.forciblyPurgeJavaScriptMemory"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetAllTimeSamplingProfileParams

Source§

const METHOD: &'static str = "Memory.getAllTimeSamplingProfile"

Source§

type Response = GetAllTimeSamplingProfileReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetBrowserSamplingProfileParams

Source§

const METHOD: &'static str = "Memory.getBrowserSamplingProfile"

Source§

type Response = GetBrowserSamplingProfileReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetDOMCountersForLeakDetectionParams

Source§

const METHOD: &'static str = "Memory.getDOMCountersForLeakDetection"

Source§

type Response = GetDOMCountersForLeakDetectionReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetDOMCountersParams

Source§

const METHOD: &'static str = "Memory.getDOMCounters"

Source§

type Response = GetDOMCountersReturns

Source§

impl<'a> CdpCommand<'a> for GetSamplingProfileParams

Source§

const METHOD: &'static str = "Memory.getSamplingProfile"

Source§

type Response = GetSamplingProfileReturns<'a>

Source§

impl<'a> CdpCommand<'a> for PrepareForLeakDetectionParams

Source§

const METHOD: &'static str = "Memory.prepareForLeakDetection"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetPressureNotificationsSuppressedParams

Source§

const METHOD: &'static str = "Memory.setPressureNotificationsSuppressed"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SimulatePressureNotificationParams

Source§

const METHOD: &'static str = "Memory.simulatePressureNotification"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StartSamplingParams

Source§

const METHOD: &'static str = "Memory.startSampling"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StopSamplingParams

Source§

const METHOD: &'static str = "Memory.stopSampling"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for CanClearBrowserCacheParams

Source§

const METHOD: &'static str = "Network.canClearBrowserCache"

Source§

type Response = CanClearBrowserCacheReturns

Source§

impl<'a> CdpCommand<'a> for CanClearBrowserCookiesParams

Source§

const METHOD: &'static str = "Network.canClearBrowserCookies"

Source§

type Response = CanClearBrowserCookiesReturns

Source§

impl<'a> CdpCommand<'a> for CanEmulateNetworkConditionsParams

Source§

const METHOD: &'static str = "Network.canEmulateNetworkConditions"

Source§

type Response = CanEmulateNetworkConditionsReturns

Source§

impl<'a> CdpCommand<'a> for ClearAcceptedEncodingsOverrideParams

Source§

const METHOD: &'static str = "Network.clearAcceptedEncodingsOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearBrowserCacheParams

Source§

const METHOD: &'static str = "Network.clearBrowserCache"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearBrowserCookiesParams

Source§

const METHOD: &'static str = "Network.clearBrowserCookies"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ConfigureDurableMessagesParams

Source§

const METHOD: &'static str = "Network.configureDurableMessages"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ContinueInterceptedRequestParams<'a>

Source§

const METHOD: &'static str = "Network.continueInterceptedRequest"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DeleteCookiesParams<'a>

Source§

const METHOD: &'static str = "Network.deleteCookies"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DeleteDeviceBoundSessionParams<'a>

Source§

const METHOD: &'static str = "Network.deleteDeviceBoundSession"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::network::DisableParams

Source§

const METHOD: &'static str = "Network.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for EmulateNetworkConditionsByRuleParams<'a>

Source§

const METHOD: &'static str = "Network.emulateNetworkConditionsByRule"

Source§

type Response = EmulateNetworkConditionsByRuleReturns<'a>

Source§

impl<'a> CdpCommand<'a> for EmulateNetworkConditionsParams

Source§

const METHOD: &'static str = "Network.emulateNetworkConditions"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for EnableDeviceBoundSessionsParams

Source§

const METHOD: &'static str = "Network.enableDeviceBoundSessions"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::network::EnableParams

Source§

const METHOD: &'static str = "Network.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for EnableReportingApiParams

Source§

const METHOD: &'static str = "Network.enableReportingApi"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for FetchSchemefulSiteParams<'a>

Source§

const METHOD: &'static str = "Network.fetchSchemefulSite"

Source§

type Response = FetchSchemefulSiteReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetAllCookiesParams

Source§

const METHOD: &'static str = "Network.getAllCookies"

Source§

type Response = GetAllCookiesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetCertificateParams<'a>

Source§

const METHOD: &'static str = "Network.getCertificate"

Source§

type Response = GetCertificateReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::network::GetCookiesParams<'a>

Source§

const METHOD: &'static str = "Network.getCookies"

Source§

type Response = GetCookiesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetRequestPostDataParams<'a>

Source§

const METHOD: &'static str = "Network.getRequestPostData"

Source§

type Response = GetRequestPostDataReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetResponseBodyForInterceptionParams<'a>

Source§

const METHOD: &'static str = "Network.getResponseBodyForInterception"

Source§

type Response = GetResponseBodyForInterceptionReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::network::GetResponseBodyParams<'a>

Source§

const METHOD: &'static str = "Network.getResponseBody"

Source§

type Response = GetResponseBodyReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetSecurityIsolationStatusParams<'a>

Source§

const METHOD: &'static str = "Network.getSecurityIsolationStatus"

Source§

type Response = GetSecurityIsolationStatusReturns<'a>

Source§

impl<'a> CdpCommand<'a> for LoadNetworkResourceParams<'a>

Source§

const METHOD: &'static str = "Network.loadNetworkResource"

Source§

type Response = LoadNetworkResourceReturns<'a>

Source§

impl<'a> CdpCommand<'a> for OverrideNetworkStateParams

Source§

const METHOD: &'static str = "Network.overrideNetworkState"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReplayXHRParams<'a>

Source§

const METHOD: &'static str = "Network.replayXHR"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SearchInResponseBodyParams<'a>

Source§

const METHOD: &'static str = "Network.searchInResponseBody"

Source§

type Response = SearchInResponseBodyReturns

Source§

impl<'a> CdpCommand<'a> for SetAcceptedEncodingsParams

Source§

const METHOD: &'static str = "Network.setAcceptedEncodings"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetAttachDebugStackParams

Source§

const METHOD: &'static str = "Network.setAttachDebugStack"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetBlockedURLsParams<'a>

Source§

const METHOD: &'static str = "Network.setBlockedURLs"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetBypassServiceWorkerParams

Source§

const METHOD: &'static str = "Network.setBypassServiceWorker"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetCacheDisabledParams

Source§

const METHOD: &'static str = "Network.setCacheDisabled"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetCookieControlsParams

Source§

const METHOD: &'static str = "Network.setCookieControls"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetCookieParams<'a>

Source§

const METHOD: &'static str = "Network.setCookie"

Source§

type Response = SetCookieReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::network::SetCookiesParams<'a>

Source§

const METHOD: &'static str = "Network.setCookies"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetExtraHTTPHeadersParams

Source§

const METHOD: &'static str = "Network.setExtraHTTPHeaders"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetRequestInterceptionParams<'a>

Source§

const METHOD: &'static str = "Network.setRequestInterception"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::network::SetUserAgentOverrideParams<'a>

Source§

const METHOD: &'static str = "Network.setUserAgentOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StreamResourceContentParams<'a>

Source§

const METHOD: &'static str = "Network.streamResourceContent"

Source§

type Response = StreamResourceContentReturns<'a>

Source§

impl<'a> CdpCommand<'a> for TakeResponseBodyForInterceptionAsStreamParams<'a>

Source§

const METHOD: &'static str = "Network.takeResponseBodyForInterceptionAsStream"

Source§

type Response = TakeResponseBodyForInterceptionAsStreamReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::overlay::DisableParams

Source§

const METHOD: &'static str = "Overlay.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::overlay::EnableParams

Source§

const METHOD: &'static str = "Overlay.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetGridHighlightObjectsForTestParams

Source§

const METHOD: &'static str = "Overlay.getGridHighlightObjectsForTest"

Source§

type Response = GetGridHighlightObjectsForTestReturns

Source§

impl<'a> CdpCommand<'a> for GetHighlightObjectForTestParams

Source§

const METHOD: &'static str = "Overlay.getHighlightObjectForTest"

Source§

type Response = GetHighlightObjectForTestReturns

Source§

impl<'a> CdpCommand<'a> for GetSourceOrderHighlightObjectForTestParams

Source§

const METHOD: &'static str = "Overlay.getSourceOrderHighlightObjectForTest"

Source§

type Response = GetSourceOrderHighlightObjectForTestReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::overlay::HideHighlightParams

Source§

const METHOD: &'static str = "Overlay.hideHighlight"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for HighlightFrameParams<'a>

Source§

const METHOD: &'static str = "Overlay.highlightFrame"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::overlay::HighlightNodeParams<'a>

Source§

const METHOD: &'static str = "Overlay.highlightNode"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for HighlightQuadParams

Source§

const METHOD: &'static str = "Overlay.highlightQuad"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::overlay::HighlightRectParams

Source§

const METHOD: &'static str = "Overlay.highlightRect"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for HighlightSourceOrderParams<'a>

Source§

const METHOD: &'static str = "Overlay.highlightSourceOrder"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetInspectModeParams<'a>

Source§

const METHOD: &'static str = "Overlay.setInspectMode"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetPausedInDebuggerMessageParams<'a>

Source§

const METHOD: &'static str = "Overlay.setPausedInDebuggerMessage"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowAdHighlightsParams

Source§

const METHOD: &'static str = "Overlay.setShowAdHighlights"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowContainerQueryOverlaysParams<'a>

Source§

const METHOD: &'static str = "Overlay.setShowContainerQueryOverlays"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowDebugBordersParams

Source§

const METHOD: &'static str = "Overlay.setShowDebugBorders"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowFPSCounterParams

Source§

const METHOD: &'static str = "Overlay.setShowFPSCounter"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowFlexOverlaysParams<'a>

Source§

const METHOD: &'static str = "Overlay.setShowFlexOverlays"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowGridOverlaysParams

Source§

const METHOD: &'static str = "Overlay.setShowGridOverlays"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowHingeParams

Source§

const METHOD: &'static str = "Overlay.setShowHinge"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowHitTestBordersParams

Source§

const METHOD: &'static str = "Overlay.setShowHitTestBorders"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowInspectedElementAnchorParams

Source§

const METHOD: &'static str = "Overlay.setShowInspectedElementAnchor"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowIsolatedElementsParams

Source§

const METHOD: &'static str = "Overlay.setShowIsolatedElements"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowLayoutShiftRegionsParams

Source§

const METHOD: &'static str = "Overlay.setShowLayoutShiftRegions"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowPaintRectsParams

Source§

const METHOD: &'static str = "Overlay.setShowPaintRects"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowScrollBottleneckRectsParams

Source§

const METHOD: &'static str = "Overlay.setShowScrollBottleneckRects"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowScrollSnapOverlaysParams<'a>

Source§

const METHOD: &'static str = "Overlay.setShowScrollSnapOverlays"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowViewportSizeOnResizeParams

Source§

const METHOD: &'static str = "Overlay.setShowViewportSizeOnResize"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowWebVitalsParams

Source§

const METHOD: &'static str = "Overlay.setShowWebVitals"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetShowWindowControlsOverlayParams<'a>

Source§

const METHOD: &'static str = "Overlay.setShowWindowControlsOverlay"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for AddCompilationCacheParams<'a>

Source§

const METHOD: &'static str = "Page.addCompilationCache"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for AddScriptToEvaluateOnLoadParams<'a>

Source§

const METHOD: &'static str = "Page.addScriptToEvaluateOnLoad"

Source§

type Response = AddScriptToEvaluateOnLoadReturns<'a>

Source§

impl<'a> CdpCommand<'a> for AddScriptToEvaluateOnNewDocumentParams<'a>

Source§

const METHOD: &'static str = "Page.addScriptToEvaluateOnNewDocument"

Source§

type Response = AddScriptToEvaluateOnNewDocumentReturns<'a>

Source§

impl<'a> CdpCommand<'a> for BringToFrontParams

Source§

const METHOD: &'static str = "Page.bringToFront"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for CaptureScreenshotParams<'a>

Source§

const METHOD: &'static str = "Page.captureScreenshot"

Source§

type Response = CaptureScreenshotReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::CaptureSnapshotParams<'a>

Source§

const METHOD: &'static str = "Page.captureSnapshot"

Source§

type Response = CaptureSnapshotReturns<'a>

Source§

impl<'a> CdpCommand<'a> for ClearCompilationCacheParams

Source§

const METHOD: &'static str = "Page.clearCompilationCache"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::ClearDeviceMetricsOverrideParams

Source§

const METHOD: &'static str = "Page.clearDeviceMetricsOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::ClearDeviceOrientationOverrideParams

Source§

const METHOD: &'static str = "Page.clearDeviceOrientationOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::ClearGeolocationOverrideParams

Source§

const METHOD: &'static str = "Page.clearGeolocationOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::CloseParams

Source§

const METHOD: &'static str = "Page.close"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::CrashParams

Source§

const METHOD: &'static str = "Page.crash"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for CreateIsolatedWorldParams<'a>

Source§

const METHOD: &'static str = "Page.createIsolatedWorld"

Source§

type Response = CreateIsolatedWorldReturns

Source§

impl<'a> CdpCommand<'a> for DeleteCookieParams<'a>

Source§

const METHOD: &'static str = "Page.deleteCookie"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::DisableParams

Source§

const METHOD: &'static str = "Page.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::EnableParams

Source§

const METHOD: &'static str = "Page.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GenerateTestReportParams<'a>

Source§

const METHOD: &'static str = "Page.generateTestReport"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetAdScriptAncestryParams<'a>

Source§

const METHOD: &'static str = "Page.getAdScriptAncestry"

Source§

type Response = GetAdScriptAncestryReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetAnnotatedPageContentParams

Source§

const METHOD: &'static str = "Page.getAnnotatedPageContent"

Source§

type Response = GetAnnotatedPageContentReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetAppIdParams

Source§

const METHOD: &'static str = "Page.getAppId"

Source§

type Response = GetAppIdReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetAppManifestParams<'a>

Source§

const METHOD: &'static str = "Page.getAppManifest"

Source§

type Response = GetAppManifestReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetFrameTreeParams

Source§

const METHOD: &'static str = "Page.getFrameTree"

Source§

type Response = GetFrameTreeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetInstallabilityErrorsParams

Source§

const METHOD: &'static str = "Page.getInstallabilityErrors"

Source§

type Response = GetInstallabilityErrorsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetLayoutMetricsParams

Source§

const METHOD: &'static str = "Page.getLayoutMetrics"

Source§

type Response = GetLayoutMetricsReturns

Source§

impl<'a> CdpCommand<'a> for GetManifestIconsParams

Source§

const METHOD: &'static str = "Page.getManifestIcons"

Source§

type Response = GetManifestIconsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetNavigationHistoryParams

Source§

const METHOD: &'static str = "Page.getNavigationHistory"

Source§

type Response = GetNavigationHistoryReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetOriginTrialsParams<'a>

Source§

const METHOD: &'static str = "Page.getOriginTrials"

Source§

type Response = GetOriginTrialsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetPermissionsPolicyStateParams<'a>

Source§

const METHOD: &'static str = "Page.getPermissionsPolicyState"

Source§

type Response = GetPermissionsPolicyStateReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetResourceContentParams<'a>

Source§

const METHOD: &'static str = "Page.getResourceContent"

Source§

type Response = GetResourceContentReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetResourceTreeParams

Source§

const METHOD: &'static str = "Page.getResourceTree"

Source§

type Response = GetResourceTreeReturns<'a>

Source§

impl<'a> CdpCommand<'a> for HandleJavaScriptDialogParams<'a>

Source§

const METHOD: &'static str = "Page.handleJavaScriptDialog"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for NavigateParams<'a>

Source§

const METHOD: &'static str = "Page.navigate"

Source§

type Response = NavigateReturns<'a>

Source§

impl<'a> CdpCommand<'a> for NavigateToHistoryEntryParams

Source§

const METHOD: &'static str = "Page.navigateToHistoryEntry"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for PrintToPDFParams<'a>

Source§

const METHOD: &'static str = "Page.printToPDF"

Source§

type Response = PrintToPDFReturns<'a>

Source§

impl<'a> CdpCommand<'a> for ProduceCompilationCacheParams<'a>

Source§

const METHOD: &'static str = "Page.produceCompilationCache"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReloadParams<'a>

Source§

const METHOD: &'static str = "Page.reload"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RemoveScriptToEvaluateOnLoadParams<'a>

Source§

const METHOD: &'static str = "Page.removeScriptToEvaluateOnLoad"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RemoveScriptToEvaluateOnNewDocumentParams<'a>

Source§

const METHOD: &'static str = "Page.removeScriptToEvaluateOnNewDocument"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ResetNavigationHistoryParams

Source§

const METHOD: &'static str = "Page.resetNavigationHistory"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ScreencastFrameAckParams

Source§

const METHOD: &'static str = "Page.screencastFrameAck"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SearchInResourceParams<'a>

Source§

const METHOD: &'static str = "Page.searchInResource"

Source§

type Response = SearchInResourceReturns

Source§

impl<'a> CdpCommand<'a> for SetAdBlockingEnabledParams

Source§

const METHOD: &'static str = "Page.setAdBlockingEnabled"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetBypassCSPParams

Source§

const METHOD: &'static str = "Page.setBypassCSP"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::SetDeviceMetricsOverrideParams<'a>

Source§

const METHOD: &'static str = "Page.setDeviceMetricsOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::SetDeviceOrientationOverrideParams

Source§

const METHOD: &'static str = "Page.setDeviceOrientationOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetDocumentContentParams<'a>

Source§

const METHOD: &'static str = "Page.setDocumentContent"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::SetDownloadBehaviorParams<'a>

Source§

const METHOD: &'static str = "Page.setDownloadBehavior"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetFontFamiliesParams<'a>

Source§

const METHOD: &'static str = "Page.setFontFamilies"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetFontSizesParams

Source§

const METHOD: &'static str = "Page.setFontSizes"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::SetGeolocationOverrideParams

Source§

const METHOD: &'static str = "Page.setGeolocationOverride"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetInterceptFileChooserDialogParams

Source§

const METHOD: &'static str = "Page.setInterceptFileChooserDialog"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetLifecycleEventsEnabledParams

Source§

const METHOD: &'static str = "Page.setLifecycleEventsEnabled"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetPrerenderingAllowedParams

Source§

const METHOD: &'static str = "Page.setPrerenderingAllowed"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetRPHRegistrationModeParams<'a>

Source§

const METHOD: &'static str = "Page.setRPHRegistrationMode"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetSPCTransactionModeParams<'a>

Source§

const METHOD: &'static str = "Page.setSPCTransactionMode"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::page::SetTouchEmulationEnabledParams<'a>

Source§

const METHOD: &'static str = "Page.setTouchEmulationEnabled"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetWebLifecycleStateParams<'a>

Source§

const METHOD: &'static str = "Page.setWebLifecycleState"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StartScreencastParams<'a>

Source§

const METHOD: &'static str = "Page.startScreencast"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StopLoadingParams

Source§

const METHOD: &'static str = "Page.stopLoading"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StopScreencastParams

Source§

const METHOD: &'static str = "Page.stopScreencast"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for WaitForDebuggerParams

Source§

const METHOD: &'static str = "Page.waitForDebugger"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::performance::DisableParams

Source§

const METHOD: &'static str = "Performance.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::performance::EnableParams<'a>

Source§

const METHOD: &'static str = "Performance.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetMetricsParams

Source§

const METHOD: &'static str = "Performance.getMetrics"

Source§

type Response = GetMetricsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SetTimeDomainParams<'a>

Source§

const METHOD: &'static str = "Performance.setTimeDomain"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::performancetimeline::EnableParams<'a>

Source§

const METHOD: &'static str = "PerformanceTimeline.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::preload::DisableParams

Source§

const METHOD: &'static str = "Preload.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::preload::EnableParams

Source§

const METHOD: &'static str = "Preload.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ChangeAppUserSettingsParams<'a>

Source§

const METHOD: &'static str = "PWA.changeAppUserSettings"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetOsAppStateParams<'a>

Source§

const METHOD: &'static str = "PWA.getOsAppState"

Source§

type Response = GetOsAppStateReturns<'a>

Source§

impl<'a> CdpCommand<'a> for InstallParams<'a>

Source§

const METHOD: &'static str = "PWA.install"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for LaunchFilesInAppParams<'a>

Source§

const METHOD: &'static str = "PWA.launchFilesInApp"

Source§

type Response = LaunchFilesInAppReturns<'a>

Source§

impl<'a> CdpCommand<'a> for LaunchParams<'a>

Source§

const METHOD: &'static str = "PWA.launch"

Source§

type Response = LaunchReturns<'a>

Source§

impl<'a> CdpCommand<'a> for OpenCurrentPageInAppParams<'a>

Source§

const METHOD: &'static str = "PWA.openCurrentPageInApp"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::pwa::UninstallParams<'a>

Source§

const METHOD: &'static str = "PWA.uninstall"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::security::DisableParams

Source§

const METHOD: &'static str = "Security.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::security::EnableParams

Source§

const METHOD: &'static str = "Security.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for HandleCertificateErrorParams

Source§

const METHOD: &'static str = "Security.handleCertificateError"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetIgnoreCertificateErrorsParams

Source§

const METHOD: &'static str = "Security.setIgnoreCertificateErrors"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetOverrideCertificateErrorsParams

Source§

const METHOD: &'static str = "Security.setOverrideCertificateErrors"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DeliverPushMessageParams<'a>

Source§

const METHOD: &'static str = "ServiceWorker.deliverPushMessage"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::serviceworker::DisableParams

Source§

const METHOD: &'static str = "ServiceWorker.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DispatchPeriodicSyncEventParams<'a>

Source§

const METHOD: &'static str = "ServiceWorker.dispatchPeriodicSyncEvent"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DispatchSyncEventParams<'a>

Source§

const METHOD: &'static str = "ServiceWorker.dispatchSyncEvent"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::serviceworker::EnableParams

Source§

const METHOD: &'static str = "ServiceWorker.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetForceUpdateOnPageLoadParams

Source§

const METHOD: &'static str = "ServiceWorker.setForceUpdateOnPageLoad"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SkipWaitingParams<'a>

Source§

const METHOD: &'static str = "ServiceWorker.skipWaiting"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StartWorkerParams<'a>

Source§

const METHOD: &'static str = "ServiceWorker.startWorker"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StopAllWorkersParams

Source§

const METHOD: &'static str = "ServiceWorker.stopAllWorkers"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for StopWorkerParams<'a>

Source§

const METHOD: &'static str = "ServiceWorker.stopWorker"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for UnregisterParams<'a>

Source§

const METHOD: &'static str = "ServiceWorker.unregister"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for UpdateRegistrationParams<'a>

Source§

const METHOD: &'static str = "ServiceWorker.updateRegistration"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::smartcardemulation::DisableParams

Source§

const METHOD: &'static str = "SmartCardEmulation.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::smartcardemulation::EnableParams

Source§

const METHOD: &'static str = "SmartCardEmulation.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReportBeginTransactionResultParams<'a>

Source§

const METHOD: &'static str = "SmartCardEmulation.reportBeginTransactionResult"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReportConnectResultParams<'a>

Source§

const METHOD: &'static str = "SmartCardEmulation.reportConnectResult"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReportDataResultParams<'a>

Source§

const METHOD: &'static str = "SmartCardEmulation.reportDataResult"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReportErrorParams<'a>

Source§

const METHOD: &'static str = "SmartCardEmulation.reportError"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReportEstablishContextResultParams<'a>

Source§

const METHOD: &'static str = "SmartCardEmulation.reportEstablishContextResult"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReportGetStatusChangeResultParams<'a>

Source§

const METHOD: &'static str = "SmartCardEmulation.reportGetStatusChangeResult"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReportListReadersResultParams<'a>

Source§

const METHOD: &'static str = "SmartCardEmulation.reportListReadersResult"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReportPlainResultParams<'a>

Source§

const METHOD: &'static str = "SmartCardEmulation.reportPlainResult"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReportReleaseContextResultParams<'a>

Source§

const METHOD: &'static str = "SmartCardEmulation.reportReleaseContextResult"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ReportStatusResultParams<'a>

Source§

const METHOD: &'static str = "SmartCardEmulation.reportStatusResult"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearCookiesParams<'a>

Source§

const METHOD: &'static str = "Storage.clearCookies"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearDataForOriginParams<'a>

Source§

const METHOD: &'static str = "Storage.clearDataForOrigin"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearDataForStorageKeyParams<'a>

Source§

const METHOD: &'static str = "Storage.clearDataForStorageKey"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearSharedStorageEntriesParams<'a>

Source§

const METHOD: &'static str = "Storage.clearSharedStorageEntries"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ClearTrustTokensParams<'a>

Source§

const METHOD: &'static str = "Storage.clearTrustTokens"

Source§

type Response = ClearTrustTokensReturns

Source§

impl<'a> CdpCommand<'a> for DeleteSharedStorageEntryParams<'a>

Source§

const METHOD: &'static str = "Storage.deleteSharedStorageEntry"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DeleteStorageBucketParams<'a>

Source§

const METHOD: &'static str = "Storage.deleteStorageBucket"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::storage::GetCookiesParams<'a>

Source§

const METHOD: &'static str = "Storage.getCookies"

Source§

type Response = GetCookiesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetInterestGroupDetailsParams<'a>

Source§

const METHOD: &'static str = "Storage.getInterestGroupDetails"

Source§

type Response = GetInterestGroupDetailsReturns

Source§

impl<'a> CdpCommand<'a> for GetRelatedWebsiteSetsParams

Source§

const METHOD: &'static str = "Storage.getRelatedWebsiteSets"

Source§

type Response = GetRelatedWebsiteSetsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetSharedStorageEntriesParams<'a>

Source§

const METHOD: &'static str = "Storage.getSharedStorageEntries"

Source§

type Response = GetSharedStorageEntriesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetSharedStorageMetadataParams<'a>

Source§

const METHOD: &'static str = "Storage.getSharedStorageMetadata"

Source§

type Response = GetSharedStorageMetadataReturns

Source§

impl<'a> CdpCommand<'a> for GetStorageKeyForFrameParams<'a>

Source§

const METHOD: &'static str = "Storage.getStorageKeyForFrame"

Source§

type Response = GetStorageKeyForFrameReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetStorageKeyParams<'a>

Source§

const METHOD: &'static str = "Storage.getStorageKey"

Source§

type Response = GetStorageKeyReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetTrustTokensParams

Source§

const METHOD: &'static str = "Storage.getTrustTokens"

Source§

type Response = GetTrustTokensReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetUsageAndQuotaParams<'a>

Source§

const METHOD: &'static str = "Storage.getUsageAndQuota"

Source§

type Response = GetUsageAndQuotaReturns

Source§

impl<'a> CdpCommand<'a> for OverrideQuotaForOriginParams<'a>

Source§

const METHOD: &'static str = "Storage.overrideQuotaForOrigin"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ResetSharedStorageBudgetParams<'a>

Source§

const METHOD: &'static str = "Storage.resetSharedStorageBudget"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RunBounceTrackingMitigationsParams

Source§

const METHOD: &'static str = "Storage.runBounceTrackingMitigations"

Source§

type Response = RunBounceTrackingMitigationsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for browser_protocol::storage::SetCookiesParams<'a>

Source§

const METHOD: &'static str = "Storage.setCookies"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetInterestGroupAuctionTrackingParams

Source§

const METHOD: &'static str = "Storage.setInterestGroupAuctionTracking"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetInterestGroupTrackingParams

Source§

const METHOD: &'static str = "Storage.setInterestGroupTracking"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetProtectedAudienceKAnonymityParams<'a>

Source§

const METHOD: &'static str = "Storage.setProtectedAudienceKAnonymity"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetSharedStorageEntryParams<'a>

Source§

const METHOD: &'static str = "Storage.setSharedStorageEntry"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetSharedStorageTrackingParams

Source§

const METHOD: &'static str = "Storage.setSharedStorageTracking"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetStorageBucketTrackingParams<'a>

Source§

const METHOD: &'static str = "Storage.setStorageBucketTracking"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for TrackCacheStorageForOriginParams<'a>

Source§

const METHOD: &'static str = "Storage.trackCacheStorageForOrigin"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for TrackCacheStorageForStorageKeyParams<'a>

Source§

const METHOD: &'static str = "Storage.trackCacheStorageForStorageKey"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for TrackIndexedDBForOriginParams<'a>

Source§

const METHOD: &'static str = "Storage.trackIndexedDBForOrigin"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for TrackIndexedDBForStorageKeyParams<'a>

Source§

const METHOD: &'static str = "Storage.trackIndexedDBForStorageKey"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for UntrackCacheStorageForOriginParams<'a>

Source§

const METHOD: &'static str = "Storage.untrackCacheStorageForOrigin"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for UntrackCacheStorageForStorageKeyParams<'a>

Source§

const METHOD: &'static str = "Storage.untrackCacheStorageForStorageKey"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for UntrackIndexedDBForOriginParams<'a>

Source§

const METHOD: &'static str = "Storage.untrackIndexedDBForOrigin"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for UntrackIndexedDBForStorageKeyParams<'a>

Source§

const METHOD: &'static str = "Storage.untrackIndexedDBForStorageKey"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetFeatureStateParams<'a>

Source§

const METHOD: &'static str = "SystemInfo.getFeatureState"

Source§

type Response = GetFeatureStateReturns

Source§

impl<'a> CdpCommand<'a> for GetInfoParams

Source§

const METHOD: &'static str = "SystemInfo.getInfo"

Source§

type Response = GetInfoReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetProcessInfoParams

Source§

const METHOD: &'static str = "SystemInfo.getProcessInfo"

Source§

type Response = GetProcessInfoReturns<'a>

Source§

impl<'a> CdpCommand<'a> for ActivateTargetParams<'a>

Source§

const METHOD: &'static str = "Target.activateTarget"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for AttachToBrowserTargetParams

Source§

const METHOD: &'static str = "Target.attachToBrowserTarget"

Source§

type Response = AttachToBrowserTargetReturns<'a>

Source§

impl<'a> CdpCommand<'a> for AttachToTargetParams<'a>

Source§

const METHOD: &'static str = "Target.attachToTarget"

Source§

type Response = AttachToTargetReturns<'a>

Source§

impl<'a> CdpCommand<'a> for AutoAttachRelatedParams<'a>

Source§

const METHOD: &'static str = "Target.autoAttachRelated"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for CloseTargetParams<'a>

Source§

const METHOD: &'static str = "Target.closeTarget"

Source§

type Response = CloseTargetReturns

Source§

impl<'a> CdpCommand<'a> for CreateBrowserContextParams<'a>

Source§

const METHOD: &'static str = "Target.createBrowserContext"

Source§

type Response = CreateBrowserContextReturns<'a>

Source§

impl<'a> CdpCommand<'a> for CreateTargetParams<'a>

Source§

const METHOD: &'static str = "Target.createTarget"

Source§

type Response = CreateTargetReturns<'a>

Source§

impl<'a> CdpCommand<'a> for DetachFromTargetParams<'a>

Source§

const METHOD: &'static str = "Target.detachFromTarget"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for DisposeBrowserContextParams<'a>

Source§

const METHOD: &'static str = "Target.disposeBrowserContext"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for ExposeDevToolsProtocolParams<'a>

Source§

const METHOD: &'static str = "Target.exposeDevToolsProtocol"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetBrowserContextsParams

Source§

const METHOD: &'static str = "Target.getBrowserContexts"

Source§

type Response = GetBrowserContextsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetDevToolsTargetParams<'a>

Source§

const METHOD: &'static str = "Target.getDevToolsTarget"

Source§

type Response = GetDevToolsTargetReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetTargetInfoParams<'a>

Source§

const METHOD: &'static str = "Target.getTargetInfo"

Source§

type Response = GetTargetInfoReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetTargetsParams<'a>

Source§

const METHOD: &'static str = "Target.getTargets"

Source§

type Response = GetTargetsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for OpenDevToolsParams<'a>

Source§

const METHOD: &'static str = "Target.openDevTools"

Source§

type Response = OpenDevToolsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for SendMessageToTargetParams<'a>

Source§

const METHOD: &'static str = "Target.sendMessageToTarget"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetAutoAttachParams<'a>

Source§

const METHOD: &'static str = "Target.setAutoAttach"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetDiscoverTargetsParams<'a>

Source§

const METHOD: &'static str = "Target.setDiscoverTargets"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetRemoteLocationsParams<'a>

Source§

const METHOD: &'static str = "Target.setRemoteLocations"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for BindParams

Source§

const METHOD: &'static str = "Tethering.bind"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for UnbindParams

Source§

const METHOD: &'static str = "Tethering.unbind"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for EndParams

Source§

const METHOD: &'static str = "Tracing.end"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetCategoriesParams

Source§

const METHOD: &'static str = "Tracing.getCategories"

Source§

type Response = GetCategoriesReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetTrackEventDescriptorParams

Source§

const METHOD: &'static str = "Tracing.getTrackEventDescriptor"

Source§

type Response = GetTrackEventDescriptorReturns<'a>

Source§

impl<'a> CdpCommand<'a> for RecordClockSyncMarkerParams<'a>

Source§

const METHOD: &'static str = "Tracing.recordClockSyncMarker"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RequestMemoryDumpParams

Source§

const METHOD: &'static str = "Tracing.requestMemoryDump"

Source§

type Response = RequestMemoryDumpReturns<'a>

Source§

impl<'a> CdpCommand<'a> for StartParams<'a>

Source§

const METHOD: &'static str = "Tracing.start"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::webaudio::DisableParams

Source§

const METHOD: &'static str = "WebAudio.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::webaudio::EnableParams

Source§

const METHOD: &'static str = "WebAudio.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetRealtimeDataParams<'a>

Source§

const METHOD: &'static str = "WebAudio.getRealtimeData"

Source§

type Response = GetRealtimeDataReturns

Source§

impl<'a> CdpCommand<'a> for AddCredentialParams<'a>

Source§

const METHOD: &'static str = "WebAuthn.addCredential"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for AddVirtualAuthenticatorParams

Source§

const METHOD: &'static str = "WebAuthn.addVirtualAuthenticator"

Source§

type Response = AddVirtualAuthenticatorReturns<'a>

Source§

impl<'a> CdpCommand<'a> for ClearCredentialsParams<'a>

Source§

const METHOD: &'static str = "WebAuthn.clearCredentials"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::webauthn::DisableParams

Source§

const METHOD: &'static str = "WebAuthn.disable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for browser_protocol::webauthn::EnableParams

Source§

const METHOD: &'static str = "WebAuthn.enable"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for GetCredentialParams<'a>

Source§

const METHOD: &'static str = "WebAuthn.getCredential"

Source§

type Response = GetCredentialReturns<'a>

Source§

impl<'a> CdpCommand<'a> for GetCredentialsParams<'a>

Source§

const METHOD: &'static str = "WebAuthn.getCredentials"

Source§

type Response = GetCredentialsReturns<'a>

Source§

impl<'a> CdpCommand<'a> for RemoveCredentialParams<'a>

Source§

const METHOD: &'static str = "WebAuthn.removeCredential"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for RemoveVirtualAuthenticatorParams<'a>

Source§

const METHOD: &'static str = "WebAuthn.removeVirtualAuthenticator"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetAutomaticPresenceSimulationParams<'a>

Source§

const METHOD: &'static str = "WebAuthn.setAutomaticPresenceSimulation"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetCredentialPropertiesParams<'a>

Source§

const METHOD: &'static str = "WebAuthn.setCredentialProperties"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetResponseOverrideBitsParams<'a>

Source§

const METHOD: &'static str = "WebAuthn.setResponseOverrideBits"

Source§

type Response = EmptyReturns

Source§

impl<'a> CdpCommand<'a> for SetUserVerifiedParams<'a>

Source§

const METHOD: &'static str = "WebAuthn.setUserVerified"

Source§

type Response = EmptyReturns