Skip to main content

CdpCommand

Trait CdpCommand 

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

    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§

Source

type Response: for<'de> Deserialize<'de>

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 CdpCommand for browser_protocol::accessibility::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::accessibility::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetAXNodeAndAncestorsParams

Source§

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

Source§

type Response = GetAXNodeAndAncestorsReturns

Source§

impl CdpCommand for GetChildAXNodesParams

Source§

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

Source§

type Response = GetChildAXNodesReturns

Source§

impl CdpCommand for GetFullAXTreeParams

Source§

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

Source§

type Response = GetFullAXTreeReturns

Source§

impl CdpCommand for GetPartialAXTreeParams

Source§

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

Source§

type Response = GetPartialAXTreeReturns

Source§

impl CdpCommand for GetRootAXNodeParams

Source§

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

Source§

type Response = GetRootAXNodeReturns

Source§

impl CdpCommand for QueryAXTreeParams

Source§

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

Source§

type Response = QueryAXTreeReturns

Source§

impl CdpCommand for browser_protocol::animation::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::animation::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetCurrentTimeParams

Source§

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

Source§

type Response = GetCurrentTimeReturns

Source§

impl CdpCommand for GetPlaybackRateParams

Source§

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

Source§

type Response = GetPlaybackRateReturns

Source§

impl CdpCommand for ReleaseAnimationsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ResolveAnimationParams

Source§

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

Source§

type Response = ResolveAnimationReturns

Source§

impl CdpCommand for SeekAnimationsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetPausedParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetPlaybackRateParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetTimingParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for CheckFormsIssuesParams

Source§

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

Source§

type Response = CheckFormsIssuesReturns

Source§

impl CdpCommand for browser_protocol::audits::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::audits::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetEncodedResponseParams

Source§

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

Source§

type Response = GetEncodedResponseReturns

Source§

impl CdpCommand for browser_protocol::autofill::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::autofill::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetAddressesParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for TriggerParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearEventsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetRecordingParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StartObservingParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StopObservingParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for AddCharacteristicParams

Source§

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

Source§

type Response = AddCharacteristicReturns

Source§

impl CdpCommand for AddDescriptorParams

Source§

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

Source§

type Response = AddDescriptorReturns

Source§

impl CdpCommand for AddServiceParams

Source§

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

Source§

type Response = AddServiceReturns

Source§

impl CdpCommand for browser_protocol::bluetoothemulation::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::bluetoothemulation::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RemoveCharacteristicParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RemoveDescriptorParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RemoveServiceParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetSimulatedCentralStateParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SimulateAdvertisementParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SimulateCharacteristicOperationResponseParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SimulateDescriptorOperationResponseParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SimulateGATTDisconnectionParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SimulateGATTOperationResponseParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SimulatePreconnectedPeripheralParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for AddPrivacySandboxCoordinatorKeyConfigParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for AddPrivacySandboxEnrollmentOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for CancelDownloadParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::browser::CloseParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for CrashGpuProcessParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::browser::CrashParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ExecuteBrowserCommandParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetBrowserCommandLineParams

Source§

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

Source§

type Response = GetBrowserCommandLineReturns

Source§

impl CdpCommand for GetHistogramParams

Source§

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

Source§

type Response = GetHistogramReturns

Source§

impl CdpCommand for GetHistogramsParams

Source§

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

Source§

type Response = GetHistogramsReturns

Source§

impl CdpCommand for GetVersionParams

Source§

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

Source§

type Response = GetVersionReturns

Source§

impl CdpCommand for GetWindowBoundsParams

Source§

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

Source§

type Response = GetWindowBoundsReturns

Source§

impl CdpCommand for GetWindowForTargetParams

Source§

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

Source§

type Response = GetWindowForTargetReturns

Source§

impl CdpCommand for GrantPermissionsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ResetPermissionsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetContentsSizeParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetDockTileParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::browser::SetDownloadBehaviorParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetPermissionParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetWindowBoundsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DeleteCacheParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DeleteEntryParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RequestCacheNamesParams

Source§

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

Source§

type Response = RequestCacheNamesReturns

Source§

impl CdpCommand for RequestCachedResponseParams

Source§

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

Source§

type Response = RequestCachedResponseReturns

Source§

impl CdpCommand for RequestEntriesParams

Source§

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

Source§

type Response = RequestEntriesReturns

Source§

impl CdpCommand for browser_protocol::cast::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::cast::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetSinkToUseParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StartDesktopMirroringParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StartTabMirroringParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StopCastingParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetEntriesParams

Source§

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

Source§

type Response = GetEntriesReturns

Source§

impl CdpCommand for AddRuleParams

Source§

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

Source§

type Response = AddRuleReturns

Source§

impl CdpCommand for CollectClassNamesParams

Source§

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

Source§

type Response = CollectClassNamesReturns

Source§

impl CdpCommand for CreateStyleSheetParams

Source§

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

Source§

type Response = CreateStyleSheetReturns

Source§

impl CdpCommand for browser_protocol::css::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::css::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ForcePseudoStateParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ForceStartingStyleParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetAnimatedStylesForNodeParams

Source§

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

Source§

type Response = GetAnimatedStylesForNodeReturns

Source§

impl CdpCommand for GetBackgroundColorsParams

Source§

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

Source§

type Response = GetBackgroundColorsReturns

Source§

impl CdpCommand for GetComputedStyleForNodeParams

Source§

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

Source§

type Response = GetComputedStyleForNodeReturns

Source§

impl CdpCommand for GetEnvironmentVariablesParams

Source§

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

Source§

type Response = GetEnvironmentVariablesReturns

Source§

impl CdpCommand for GetInlineStylesForNodeParams

Source§

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

Source§

type Response = GetInlineStylesForNodeReturns

Source§

impl CdpCommand for GetLayersForNodeParams

Source§

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

Source§

type Response = GetLayersForNodeReturns

Source§

impl CdpCommand for GetLocationForSelectorParams

Source§

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

Source§

type Response = GetLocationForSelectorReturns

Source§

impl CdpCommand for GetLonghandPropertiesParams

Source§

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

Source§

type Response = GetLonghandPropertiesReturns

Source§

impl CdpCommand for GetMatchedStylesForNodeParams

Source§

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

Source§

type Response = GetMatchedStylesForNodeReturns

Source§

impl CdpCommand for GetMediaQueriesParams

Source§

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

Source§

type Response = GetMediaQueriesReturns

Source§

impl CdpCommand for GetPlatformFontsForNodeParams

Source§

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

Source§

type Response = GetPlatformFontsForNodeReturns

Source§

impl CdpCommand for GetStyleSheetTextParams

Source§

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

Source§

type Response = GetStyleSheetTextReturns

Source§

impl CdpCommand for ResolveValuesParams

Source§

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

Source§

type Response = ResolveValuesReturns

Source§

impl CdpCommand for SetContainerQueryTextParams

Source§

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

Source§

type Response = SetContainerQueryTextReturns

Source§

impl CdpCommand for SetEffectivePropertyValueForNodeParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetKeyframeKeyParams

Source§

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

Source§

type Response = SetKeyframeKeyReturns

Source§

impl CdpCommand for SetLocalFontsEnabledParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetMediaTextParams

Source§

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

Source§

type Response = SetMediaTextReturns

Source§

impl CdpCommand for SetNavigationTextParams

Source§

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

Source§

type Response = SetNavigationTextReturns

Source§

impl CdpCommand for SetPropertyRulePropertyNameParams

Source§

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

Source§

type Response = SetPropertyRulePropertyNameReturns

Source§

impl CdpCommand for SetRuleSelectorParams

Source§

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

Source§

type Response = SetRuleSelectorReturns

Source§

impl CdpCommand for SetScopeTextParams

Source§

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

Source§

type Response = SetScopeTextReturns

Source§

impl CdpCommand for SetStyleSheetTextParams

Source§

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

Source§

type Response = SetStyleSheetTextReturns

Source§

impl CdpCommand for SetStyleTextsParams

Source§

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

Source§

type Response = SetStyleTextsReturns

Source§

impl CdpCommand for SetSupportsTextParams

Source§

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

Source§

type Response = SetSupportsTextReturns

Source§

impl CdpCommand for StartRuleUsageTrackingParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StopRuleUsageTrackingParams

Source§

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

Source§

type Response = StopRuleUsageTrackingReturns

Source§

impl CdpCommand for TakeComputedStyleUpdatesParams

Source§

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

Source§

type Response = TakeComputedStyleUpdatesReturns

Source§

impl CdpCommand for TakeCoverageDeltaParams

Source§

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

Source§

type Response = TakeCoverageDeltaReturns

Source§

impl CdpCommand for TrackComputedStyleUpdatesForNodeParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for TrackComputedStyleUpdatesParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for CancelPromptParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::deviceaccess::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::deviceaccess::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SelectPromptParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::deviceorientation::ClearDeviceOrientationOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::deviceorientation::SetDeviceOrientationOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for CollectClassNamesFromSubtreeParams

Source§

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

Source§

type Response = CollectClassNamesFromSubtreeReturns

Source§

impl CdpCommand for CopyToParams

Source§

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

Source§

type Response = CopyToReturns

Source§

impl CdpCommand for DescribeNodeParams

Source§

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

Source§

type Response = DescribeNodeReturns

Source§

impl CdpCommand for browser_protocol::dom::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DiscardSearchResultsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::dom::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for FocusParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ForceShowPopoverParams

Source§

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

Source§

type Response = ForceShowPopoverReturns

Source§

impl CdpCommand for GetAnchorElementParams

Source§

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

Source§

type Response = GetAnchorElementReturns

Source§

impl CdpCommand for GetAttributesParams

Source§

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

Source§

type Response = GetAttributesReturns

Source§

impl CdpCommand for GetBoxModelParams

Source§

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

Source§

type Response = GetBoxModelReturns

Source§

impl CdpCommand for GetContainerForNodeParams

Source§

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

Source§

type Response = GetContainerForNodeReturns

Source§

impl CdpCommand for GetContentQuadsParams

Source§

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

Source§

type Response = GetContentQuadsReturns

Source§

impl CdpCommand for GetDetachedDomNodesParams

Source§

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

Source§

type Response = GetDetachedDomNodesReturns

Source§

impl CdpCommand for GetDocumentParams

Source§

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

Source§

type Response = GetDocumentReturns

Source§

impl CdpCommand for GetElementByRelationParams

Source§

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

Source§

type Response = GetElementByRelationReturns

Source§

impl CdpCommand for GetFileInfoParams

Source§

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

Source§

type Response = GetFileInfoReturns

Source§

impl CdpCommand for GetFlattenedDocumentParams

Source§

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

Source§

type Response = GetFlattenedDocumentReturns

Source§

impl CdpCommand for GetFrameOwnerParams

Source§

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

Source§

type Response = GetFrameOwnerReturns

Source§

impl CdpCommand for GetNodeForLocationParams

Source§

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

Source§

type Response = GetNodeForLocationReturns

Source§

impl CdpCommand for GetNodeStackTracesParams

Source§

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

Source§

type Response = GetNodeStackTracesReturns

Source§

impl CdpCommand for GetNodesForSubtreeByStyleParams

Source§

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

Source§

type Response = GetNodesForSubtreeByStyleReturns

Source§

impl CdpCommand for GetOuterHTMLParams

Source§

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

Source§

type Response = GetOuterHTMLReturns

Source§

impl CdpCommand for GetQueryingDescendantsForContainerParams

Source§

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

Source§

type Response = GetQueryingDescendantsForContainerReturns

Source§

impl CdpCommand for GetRelayoutBoundaryParams

Source§

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

Source§

type Response = GetRelayoutBoundaryReturns

Source§

impl CdpCommand for GetSearchResultsParams

Source§

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

Source§

type Response = GetSearchResultsReturns

Source§

impl CdpCommand for GetTopLayerElementsParams

Source§

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

Source§

type Response = GetTopLayerElementsReturns

Source§

impl CdpCommand for browser_protocol::dom::HideHighlightParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::dom::HighlightNodeParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::dom::HighlightRectParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for MarkUndoableStateParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for MoveToParams

Source§

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

Source§

type Response = MoveToReturns

Source§

impl CdpCommand for PerformSearchParams

Source§

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

Source§

type Response = PerformSearchReturns

Source§

impl CdpCommand for PushNodeByPathToFrontendParams

Source§

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

Source§

type Response = PushNodeByPathToFrontendReturns

Source§

impl CdpCommand for PushNodesByBackendIdsToFrontendParams

Source§

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

Source§

type Response = PushNodesByBackendIdsToFrontendReturns

Source§

impl CdpCommand for QuerySelectorAllParams

Source§

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

Source§

type Response = QuerySelectorAllReturns

Source§

impl CdpCommand for QuerySelectorParams

Source§

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

Source§

type Response = QuerySelectorReturns

Source§

impl CdpCommand for RedoParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RemoveAttributeParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RemoveNodeParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RequestChildNodesParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RequestNodeParams

Source§

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

Source§

type Response = RequestNodeReturns

Source§

impl CdpCommand for ResolveNodeParams

Source§

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

Source§

type Response = ResolveNodeReturns

Source§

impl CdpCommand for ScrollIntoViewIfNeededParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetAttributeValueParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetAttributesAsTextParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetFileInputFilesParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetInspectedNodeParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetNodeNameParams

Source§

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

Source§

type Response = SetNodeNameReturns

Source§

impl CdpCommand for SetNodeStackTracesEnabledParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetNodeValueParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetOuterHTMLParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for UndoParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetEventListenersParams

Source§

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

Source§

type Response = GetEventListenersReturns

Source§

impl CdpCommand for RemoveDOMBreakpointParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RemoveEventListenerBreakpointParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::domdebugger::RemoveInstrumentationBreakpointParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RemoveXHRBreakpointParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetBreakOnCSPViolationParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetDOMBreakpointParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetEventListenerBreakpointParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::domdebugger::SetInstrumentationBreakpointParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetXHRBreakpointParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::domsnapshot::CaptureSnapshotParams

Source§

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

Source§

type Response = CaptureSnapshotReturns

Source§

impl CdpCommand for browser_protocol::domsnapshot::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::domsnapshot::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetSnapshotParams

Source§

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

Source§

type Response = GetSnapshotReturns

Source§

impl CdpCommand for browser_protocol::domstorage::ClearParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::domstorage::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::domstorage::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetDOMStorageItemsParams

Source§

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

Source§

type Response = GetDOMStorageItemsReturns

Source§

impl CdpCommand for RemoveDOMStorageItemParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetDOMStorageItemParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for AddScreenParams

Source§

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

Source§

type Response = AddScreenReturns

Source§

impl CdpCommand for CanEmulateParams

Source§

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

Source§

type Response = CanEmulateReturns

Source§

impl CdpCommand for browser_protocol::emulation::ClearDeviceMetricsOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearDevicePostureOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearDisplayFeaturesOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::emulation::ClearGeolocationOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearIdleOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetOverriddenSensorInformationParams

Source§

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

Source§

type Response = GetOverriddenSensorInformationReturns

Source§

impl CdpCommand for GetScreenInfosParams

Source§

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

Source§

type Response = GetScreenInfosReturns

Source§

impl CdpCommand for RemoveScreenParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ResetPageScaleFactorParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetAutoDarkModeOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetAutomationOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetCPUThrottlingRateParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetDataSaverOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetDefaultBackgroundColorOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::emulation::SetDeviceMetricsOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetDevicePostureOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetDisabledImageTypesParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetDisplayFeaturesOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetDocumentCookieDisabledParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetEmitTouchEventsForMouseParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetEmulatedMediaParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetEmulatedOSTextScaleParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetEmulatedVisionDeficiencyParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetFocusEmulationEnabledParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::emulation::SetGeolocationOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetHardwareConcurrencyOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetIdleOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetLocaleOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetNavigatorOverridesParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetPageScaleFactorParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetPressureDataOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetPressureSourceOverrideEnabledParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetPressureStateOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetPrimaryScreenParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetSafeAreaInsetsOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetScriptExecutionDisabledParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetScrollbarsHiddenParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetSensorOverrideEnabledParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetSensorOverrideReadingsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetSmallViewportHeightDifferenceOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetTimezoneOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::emulation::SetTouchEmulationEnabledParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::emulation::SetUserAgentOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetVirtualTimePolicyParams

Source§

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

Source§

type Response = SetVirtualTimePolicyReturns

Source§

impl CdpCommand for SetVisibleSizeParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for UpdateScreenParams

Source§

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

Source§

type Response = UpdateScreenReturns

Source§

impl CdpCommand for browser_protocol::eventbreakpoints::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::eventbreakpoints::RemoveInstrumentationBreakpointParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::eventbreakpoints::SetInstrumentationBreakpointParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearStorageItemsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetExtensionsParams

Source§

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

Source§

type Response = GetExtensionsReturns

Source§

impl CdpCommand for GetStorageItemsParams

Source§

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

Source§

type Response = GetStorageItemsReturns

Source§

impl CdpCommand for LoadUnpackedParams

Source§

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

Source§

type Response = LoadUnpackedReturns

Source§

impl CdpCommand for RemoveStorageItemsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetStorageItemsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for TriggerActionParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::extensions::UninstallParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClickDialogButtonParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::fedcm::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DismissDialogParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::fedcm::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for OpenUrlParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ResetCooldownParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SelectAccountParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ContinueRequestParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ContinueResponseParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ContinueWithAuthParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::fetch::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::fetch::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for FailRequestParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for FulfillRequestParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::fetch::GetResponseBodyParams

Source§

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

Source§

type Response = GetResponseBodyReturns

Source§

impl CdpCommand for TakeResponseBodyAsStreamParams

Source§

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

Source§

type Response = TakeResponseBodyAsStreamReturns

Source§

impl CdpCommand for GetDirectoryParams

Source§

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

Source§

type Response = GetDirectoryReturns

Source§

impl CdpCommand for BeginFrameParams

Source§

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

Source§

type Response = BeginFrameReturns

Source§

impl CdpCommand for browser_protocol::headlessexperimental::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::headlessexperimental::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearObjectStoreParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DeleteDatabaseParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DeleteObjectStoreEntriesParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::indexeddb::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::indexeddb::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetMetadataParams

Source§

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

Source§

type Response = GetMetadataReturns

Source§

impl CdpCommand for RequestDataParams

Source§

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

Source§

type Response = RequestDataReturns

Source§

impl CdpCommand for RequestDatabaseNamesParams

Source§

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

Source§

type Response = RequestDatabaseNamesReturns

Source§

impl CdpCommand for RequestDatabaseParams

Source§

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

Source§

type Response = RequestDatabaseReturns

Source§

impl CdpCommand for CancelDraggingParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DispatchDragEventParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DispatchKeyEventParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DispatchMouseEventParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DispatchTouchEventParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for EmulateTouchFromMouseEventParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ImeSetCompositionParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for InsertTextParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetIgnoreInputEventsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetInterceptDragsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SynthesizePinchGestureParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SynthesizeScrollGestureParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SynthesizeTapGestureParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::inspector::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::inspector::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::io::CloseParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReadParams

Source§

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

Source§

type Response = ReadReturns

Source§

impl CdpCommand for ResolveBlobParams

Source§

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

Source§

type Response = ResolveBlobReturns

Source§

impl CdpCommand for CompositingReasonsParams

Source§

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

Source§

type Response = CompositingReasonsReturns

Source§

impl CdpCommand for browser_protocol::layertree::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::layertree::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for LoadSnapshotParams

Source§

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

Source§

type Response = LoadSnapshotReturns

Source§

impl CdpCommand for MakeSnapshotParams

Source§

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

Source§

type Response = MakeSnapshotReturns

Source§

impl CdpCommand for ProfileSnapshotParams

Source§

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

Source§

type Response = ProfileSnapshotReturns

Source§

impl CdpCommand for ReleaseSnapshotParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReplaySnapshotParams

Source§

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

Source§

type Response = ReplaySnapshotReturns

Source§

impl CdpCommand for SnapshotCommandLogParams

Source§

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

Source§

type Response = SnapshotCommandLogReturns

Source§

impl CdpCommand for browser_protocol::log::ClearParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::log::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::log::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StartViolationsReportParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StopViolationsReportParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::media::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::media::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ForciblyPurgeJavaScriptMemoryParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetAllTimeSamplingProfileParams

Source§

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

Source§

type Response = GetAllTimeSamplingProfileReturns

Source§

impl CdpCommand for GetBrowserSamplingProfileParams

Source§

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

Source§

type Response = GetBrowserSamplingProfileReturns

Source§

impl CdpCommand for GetDOMCountersForLeakDetectionParams

Source§

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

Source§

type Response = GetDOMCountersForLeakDetectionReturns

Source§

impl CdpCommand for GetDOMCountersParams

Source§

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

Source§

type Response = GetDOMCountersReturns

Source§

impl CdpCommand for GetSamplingProfileParams

Source§

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

Source§

type Response = GetSamplingProfileReturns

Source§

impl CdpCommand for PrepareForLeakDetectionParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetPressureNotificationsSuppressedParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SimulatePressureNotificationParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StartSamplingParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StopSamplingParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for CanClearBrowserCacheParams

Source§

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

Source§

type Response = CanClearBrowserCacheReturns

Source§

impl CdpCommand for CanClearBrowserCookiesParams

Source§

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

Source§

type Response = CanClearBrowserCookiesReturns

Source§

impl CdpCommand for CanEmulateNetworkConditionsParams

Source§

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

Source§

type Response = CanEmulateNetworkConditionsReturns

Source§

impl CdpCommand for ClearAcceptedEncodingsOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearBrowserCacheParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearBrowserCookiesParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ConfigureDurableMessagesParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ContinueInterceptedRequestParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DeleteCookiesParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DeleteDeviceBoundSessionParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::network::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for EmulateNetworkConditionsByRuleParams

Source§

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

Source§

type Response = EmulateNetworkConditionsByRuleReturns

Source§

impl CdpCommand for EmulateNetworkConditionsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for EnableDeviceBoundSessionsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::network::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for EnableReportingApiParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for FetchSchemefulSiteParams

Source§

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

Source§

type Response = FetchSchemefulSiteReturns

Source§

impl CdpCommand for GetAllCookiesParams

Source§

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

Source§

type Response = GetAllCookiesReturns

Source§

impl CdpCommand for GetCertificateParams

Source§

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

Source§

type Response = GetCertificateReturns

Source§

impl CdpCommand for browser_protocol::network::GetCookiesParams

Source§

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

Source§

type Response = GetCookiesReturns

Source§

impl CdpCommand for GetRequestPostDataParams

Source§

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

Source§

type Response = GetRequestPostDataReturns

Source§

impl CdpCommand for GetResponseBodyForInterceptionParams

Source§

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

Source§

type Response = GetResponseBodyForInterceptionReturns

Source§

impl CdpCommand for browser_protocol::network::GetResponseBodyParams

Source§

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

Source§

type Response = GetResponseBodyReturns

Source§

impl CdpCommand for GetSecurityIsolationStatusParams

Source§

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

Source§

type Response = GetSecurityIsolationStatusReturns

Source§

impl CdpCommand for LoadNetworkResourceParams

Source§

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

Source§

type Response = LoadNetworkResourceReturns

Source§

impl CdpCommand for OverrideNetworkStateParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReplayXHRParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SearchInResponseBodyParams

Source§

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

Source§

type Response = SearchInResponseBodyReturns

Source§

impl CdpCommand for SetAcceptedEncodingsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetAttachDebugStackParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetBlockedURLsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetBypassServiceWorkerParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetCacheDisabledParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetCookieControlsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetCookieParams

Source§

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

Source§

type Response = SetCookieReturns

Source§

impl CdpCommand for browser_protocol::network::SetCookiesParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetExtraHTTPHeadersParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetRequestInterceptionParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::network::SetUserAgentOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StreamResourceContentParams

Source§

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

Source§

type Response = StreamResourceContentReturns

Source§

impl CdpCommand for TakeResponseBodyForInterceptionAsStreamParams

Source§

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

Source§

type Response = TakeResponseBodyForInterceptionAsStreamReturns

Source§

impl CdpCommand for browser_protocol::overlay::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::overlay::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetGridHighlightObjectsForTestParams

Source§

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

Source§

type Response = GetGridHighlightObjectsForTestReturns

Source§

impl CdpCommand for GetHighlightObjectForTestParams

Source§

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

Source§

type Response = GetHighlightObjectForTestReturns

Source§

impl CdpCommand for GetSourceOrderHighlightObjectForTestParams

Source§

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

Source§

type Response = GetSourceOrderHighlightObjectForTestReturns

Source§

impl CdpCommand for browser_protocol::overlay::HideHighlightParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for HighlightFrameParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::overlay::HighlightNodeParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for HighlightQuadParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::overlay::HighlightRectParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for HighlightSourceOrderParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetInspectModeParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetPausedInDebuggerMessageParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowAdHighlightsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowContainerQueryOverlaysParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowDebugBordersParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowFPSCounterParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowFlexOverlaysParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowGridOverlaysParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowHingeParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowHitTestBordersParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowInspectedElementAnchorParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowIsolatedElementsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowLayoutShiftRegionsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowPaintRectsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowScrollBottleneckRectsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowScrollSnapOverlaysParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowViewportSizeOnResizeParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowWebVitalsParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetShowWindowControlsOverlayParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for AddCompilationCacheParams

Source§

const METHOD: &'static str = "Page.addCompilationCache"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for AddScriptToEvaluateOnLoadParams

Source§

const METHOD: &'static str = "Page.addScriptToEvaluateOnLoad"

Source§

type Response = AddScriptToEvaluateOnLoadReturns

Source§

impl CdpCommand for AddScriptToEvaluateOnNewDocumentParams

Source§

const METHOD: &'static str = "Page.addScriptToEvaluateOnNewDocument"

Source§

type Response = AddScriptToEvaluateOnNewDocumentReturns

Source§

impl CdpCommand for BringToFrontParams

Source§

const METHOD: &'static str = "Page.bringToFront"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for CaptureScreenshotParams

Source§

const METHOD: &'static str = "Page.captureScreenshot"

Source§

type Response = CaptureScreenshotReturns

Source§

impl CdpCommand for browser_protocol::page::CaptureSnapshotParams

Source§

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

Source§

type Response = CaptureSnapshotReturns

Source§

impl CdpCommand for ClearCompilationCacheParams

Source§

const METHOD: &'static str = "Page.clearCompilationCache"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::page::ClearDeviceMetricsOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::page::ClearDeviceOrientationOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::page::ClearGeolocationOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::page::CloseParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::page::CrashParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for CreateIsolatedWorldParams

Source§

const METHOD: &'static str = "Page.createIsolatedWorld"

Source§

type Response = CreateIsolatedWorldReturns

Source§

impl CdpCommand for DeleteCookieParams

Source§

const METHOD: &'static str = "Page.deleteCookie"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::page::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::page::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GenerateTestReportParams

Source§

const METHOD: &'static str = "Page.generateTestReport"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetAdScriptAncestryParams

Source§

const METHOD: &'static str = "Page.getAdScriptAncestry"

Source§

type Response = GetAdScriptAncestryReturns

Source§

impl CdpCommand for GetAnnotatedPageContentParams

Source§

const METHOD: &'static str = "Page.getAnnotatedPageContent"

Source§

type Response = GetAnnotatedPageContentReturns

Source§

impl CdpCommand for GetAppIdParams

Source§

const METHOD: &'static str = "Page.getAppId"

Source§

type Response = GetAppIdReturns

Source§

impl CdpCommand for GetAppManifestParams

Source§

const METHOD: &'static str = "Page.getAppManifest"

Source§

type Response = GetAppManifestReturns

Source§

impl CdpCommand for GetFrameTreeParams

Source§

const METHOD: &'static str = "Page.getFrameTree"

Source§

type Response = GetFrameTreeReturns

Source§

impl CdpCommand for GetInstallabilityErrorsParams

Source§

const METHOD: &'static str = "Page.getInstallabilityErrors"

Source§

type Response = GetInstallabilityErrorsReturns

Source§

impl CdpCommand for GetLayoutMetricsParams

Source§

const METHOD: &'static str = "Page.getLayoutMetrics"

Source§

type Response = GetLayoutMetricsReturns

Source§

impl CdpCommand for GetManifestIconsParams

Source§

const METHOD: &'static str = "Page.getManifestIcons"

Source§

type Response = GetManifestIconsReturns

Source§

impl CdpCommand for GetNavigationHistoryParams

Source§

const METHOD: &'static str = "Page.getNavigationHistory"

Source§

type Response = GetNavigationHistoryReturns

Source§

impl CdpCommand for GetOriginTrialsParams

Source§

const METHOD: &'static str = "Page.getOriginTrials"

Source§

type Response = GetOriginTrialsReturns

Source§

impl CdpCommand for GetPermissionsPolicyStateParams

Source§

const METHOD: &'static str = "Page.getPermissionsPolicyState"

Source§

type Response = GetPermissionsPolicyStateReturns

Source§

impl CdpCommand for GetResourceContentParams

Source§

const METHOD: &'static str = "Page.getResourceContent"

Source§

type Response = GetResourceContentReturns

Source§

impl CdpCommand for GetResourceTreeParams

Source§

const METHOD: &'static str = "Page.getResourceTree"

Source§

type Response = GetResourceTreeReturns

Source§

impl CdpCommand for HandleJavaScriptDialogParams

Source§

const METHOD: &'static str = "Page.handleJavaScriptDialog"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for NavigateParams

Source§

const METHOD: &'static str = "Page.navigate"

Source§

type Response = NavigateReturns

Source§

impl CdpCommand for NavigateToHistoryEntryParams

Source§

const METHOD: &'static str = "Page.navigateToHistoryEntry"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for PrintToPDFParams

Source§

const METHOD: &'static str = "Page.printToPDF"

Source§

type Response = PrintToPDFReturns

Source§

impl CdpCommand for ProduceCompilationCacheParams

Source§

const METHOD: &'static str = "Page.produceCompilationCache"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReloadParams

Source§

const METHOD: &'static str = "Page.reload"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RemoveScriptToEvaluateOnLoadParams

Source§

const METHOD: &'static str = "Page.removeScriptToEvaluateOnLoad"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RemoveScriptToEvaluateOnNewDocumentParams

Source§

const METHOD: &'static str = "Page.removeScriptToEvaluateOnNewDocument"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ResetNavigationHistoryParams

Source§

const METHOD: &'static str = "Page.resetNavigationHistory"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ScreencastFrameAckParams

Source§

const METHOD: &'static str = "Page.screencastFrameAck"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SearchInResourceParams

Source§

const METHOD: &'static str = "Page.searchInResource"

Source§

type Response = SearchInResourceReturns

Source§

impl CdpCommand for SetAdBlockingEnabledParams

Source§

const METHOD: &'static str = "Page.setAdBlockingEnabled"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetBypassCSPParams

Source§

const METHOD: &'static str = "Page.setBypassCSP"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::page::SetDeviceMetricsOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::page::SetDeviceOrientationOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetDocumentContentParams

Source§

const METHOD: &'static str = "Page.setDocumentContent"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::page::SetDownloadBehaviorParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetFontFamiliesParams

Source§

const METHOD: &'static str = "Page.setFontFamilies"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetFontSizesParams

Source§

const METHOD: &'static str = "Page.setFontSizes"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::page::SetGeolocationOverrideParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetInterceptFileChooserDialogParams

Source§

const METHOD: &'static str = "Page.setInterceptFileChooserDialog"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetLifecycleEventsEnabledParams

Source§

const METHOD: &'static str = "Page.setLifecycleEventsEnabled"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetPrerenderingAllowedParams

Source§

const METHOD: &'static str = "Page.setPrerenderingAllowed"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetRPHRegistrationModeParams

Source§

const METHOD: &'static str = "Page.setRPHRegistrationMode"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetSPCTransactionModeParams

Source§

const METHOD: &'static str = "Page.setSPCTransactionMode"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::page::SetTouchEmulationEnabledParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetWebLifecycleStateParams

Source§

const METHOD: &'static str = "Page.setWebLifecycleState"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StartScreencastParams

Source§

const METHOD: &'static str = "Page.startScreencast"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StopLoadingParams

Source§

const METHOD: &'static str = "Page.stopLoading"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StopScreencastParams

Source§

const METHOD: &'static str = "Page.stopScreencast"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for WaitForDebuggerParams

Source§

const METHOD: &'static str = "Page.waitForDebugger"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::performance::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::performance::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetMetricsParams

Source§

const METHOD: &'static str = "Performance.getMetrics"

Source§

type Response = GetMetricsReturns

Source§

impl CdpCommand for SetTimeDomainParams

Source§

const METHOD: &'static str = "Performance.setTimeDomain"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::performancetimeline::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::preload::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::preload::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ChangeAppUserSettingsParams

Source§

const METHOD: &'static str = "PWA.changeAppUserSettings"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetOsAppStateParams

Source§

const METHOD: &'static str = "PWA.getOsAppState"

Source§

type Response = GetOsAppStateReturns

Source§

impl CdpCommand for InstallParams

Source§

const METHOD: &'static str = "PWA.install"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for LaunchFilesInAppParams

Source§

const METHOD: &'static str = "PWA.launchFilesInApp"

Source§

type Response = LaunchFilesInAppReturns

Source§

impl CdpCommand for LaunchParams

Source§

const METHOD: &'static str = "PWA.launch"

Source§

type Response = LaunchReturns

Source§

impl CdpCommand for OpenCurrentPageInAppParams

Source§

const METHOD: &'static str = "PWA.openCurrentPageInApp"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::pwa::UninstallParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::security::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::security::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for HandleCertificateErrorParams

Source§

const METHOD: &'static str = "Security.handleCertificateError"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetIgnoreCertificateErrorsParams

Source§

const METHOD: &'static str = "Security.setIgnoreCertificateErrors"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetOverrideCertificateErrorsParams

Source§

const METHOD: &'static str = "Security.setOverrideCertificateErrors"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DeliverPushMessageParams

Source§

const METHOD: &'static str = "ServiceWorker.deliverPushMessage"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::serviceworker::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DispatchPeriodicSyncEventParams

Source§

const METHOD: &'static str = "ServiceWorker.dispatchPeriodicSyncEvent"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DispatchSyncEventParams

Source§

const METHOD: &'static str = "ServiceWorker.dispatchSyncEvent"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::serviceworker::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetForceUpdateOnPageLoadParams

Source§

const METHOD: &'static str = "ServiceWorker.setForceUpdateOnPageLoad"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SkipWaitingParams

Source§

const METHOD: &'static str = "ServiceWorker.skipWaiting"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StartWorkerParams

Source§

const METHOD: &'static str = "ServiceWorker.startWorker"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StopAllWorkersParams

Source§

const METHOD: &'static str = "ServiceWorker.stopAllWorkers"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for StopWorkerParams

Source§

const METHOD: &'static str = "ServiceWorker.stopWorker"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for UnregisterParams

Source§

const METHOD: &'static str = "ServiceWorker.unregister"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for UpdateRegistrationParams

Source§

const METHOD: &'static str = "ServiceWorker.updateRegistration"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::smartcardemulation::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::smartcardemulation::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReportBeginTransactionResultParams

Source§

const METHOD: &'static str = "SmartCardEmulation.reportBeginTransactionResult"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReportConnectResultParams

Source§

const METHOD: &'static str = "SmartCardEmulation.reportConnectResult"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReportDataResultParams

Source§

const METHOD: &'static str = "SmartCardEmulation.reportDataResult"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReportErrorParams

Source§

const METHOD: &'static str = "SmartCardEmulation.reportError"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReportEstablishContextResultParams

Source§

const METHOD: &'static str = "SmartCardEmulation.reportEstablishContextResult"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReportGetStatusChangeResultParams

Source§

const METHOD: &'static str = "SmartCardEmulation.reportGetStatusChangeResult"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReportListReadersResultParams

Source§

const METHOD: &'static str = "SmartCardEmulation.reportListReadersResult"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReportPlainResultParams

Source§

const METHOD: &'static str = "SmartCardEmulation.reportPlainResult"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReportReleaseContextResultParams

Source§

const METHOD: &'static str = "SmartCardEmulation.reportReleaseContextResult"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ReportStatusResultParams

Source§

const METHOD: &'static str = "SmartCardEmulation.reportStatusResult"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearCookiesParams

Source§

const METHOD: &'static str = "Storage.clearCookies"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearDataForOriginParams

Source§

const METHOD: &'static str = "Storage.clearDataForOrigin"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearDataForStorageKeyParams

Source§

const METHOD: &'static str = "Storage.clearDataForStorageKey"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearSharedStorageEntriesParams

Source§

const METHOD: &'static str = "Storage.clearSharedStorageEntries"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ClearTrustTokensParams

Source§

const METHOD: &'static str = "Storage.clearTrustTokens"

Source§

type Response = ClearTrustTokensReturns

Source§

impl CdpCommand for DeleteSharedStorageEntryParams

Source§

const METHOD: &'static str = "Storage.deleteSharedStorageEntry"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DeleteStorageBucketParams

Source§

const METHOD: &'static str = "Storage.deleteStorageBucket"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::storage::GetCookiesParams

Source§

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

Source§

type Response = GetCookiesReturns

Source§

impl CdpCommand for GetInterestGroupDetailsParams

Source§

const METHOD: &'static str = "Storage.getInterestGroupDetails"

Source§

type Response = GetInterestGroupDetailsReturns

Source§

impl CdpCommand for GetRelatedWebsiteSetsParams

Source§

const METHOD: &'static str = "Storage.getRelatedWebsiteSets"

Source§

type Response = GetRelatedWebsiteSetsReturns

Source§

impl CdpCommand for GetSharedStorageEntriesParams

Source§

const METHOD: &'static str = "Storage.getSharedStorageEntries"

Source§

type Response = GetSharedStorageEntriesReturns

Source§

impl CdpCommand for GetSharedStorageMetadataParams

Source§

const METHOD: &'static str = "Storage.getSharedStorageMetadata"

Source§

type Response = GetSharedStorageMetadataReturns

Source§

impl CdpCommand for GetStorageKeyForFrameParams

Source§

const METHOD: &'static str = "Storage.getStorageKeyForFrame"

Source§

type Response = GetStorageKeyForFrameReturns

Source§

impl CdpCommand for GetStorageKeyParams

Source§

const METHOD: &'static str = "Storage.getStorageKey"

Source§

type Response = GetStorageKeyReturns

Source§

impl CdpCommand for GetTrustTokensParams

Source§

const METHOD: &'static str = "Storage.getTrustTokens"

Source§

type Response = GetTrustTokensReturns

Source§

impl CdpCommand for GetUsageAndQuotaParams

Source§

const METHOD: &'static str = "Storage.getUsageAndQuota"

Source§

type Response = GetUsageAndQuotaReturns

Source§

impl CdpCommand for OverrideQuotaForOriginParams

Source§

const METHOD: &'static str = "Storage.overrideQuotaForOrigin"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ResetSharedStorageBudgetParams

Source§

const METHOD: &'static str = "Storage.resetSharedStorageBudget"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RunBounceTrackingMitigationsParams

Source§

const METHOD: &'static str = "Storage.runBounceTrackingMitigations"

Source§

type Response = RunBounceTrackingMitigationsReturns

Source§

impl CdpCommand for browser_protocol::storage::SetCookiesParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetInterestGroupAuctionTrackingParams

Source§

const METHOD: &'static str = "Storage.setInterestGroupAuctionTracking"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetInterestGroupTrackingParams

Source§

const METHOD: &'static str = "Storage.setInterestGroupTracking"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetProtectedAudienceKAnonymityParams

Source§

const METHOD: &'static str = "Storage.setProtectedAudienceKAnonymity"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetSharedStorageEntryParams

Source§

const METHOD: &'static str = "Storage.setSharedStorageEntry"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetSharedStorageTrackingParams

Source§

const METHOD: &'static str = "Storage.setSharedStorageTracking"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetStorageBucketTrackingParams

Source§

const METHOD: &'static str = "Storage.setStorageBucketTracking"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for TrackCacheStorageForOriginParams

Source§

const METHOD: &'static str = "Storage.trackCacheStorageForOrigin"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for TrackCacheStorageForStorageKeyParams

Source§

const METHOD: &'static str = "Storage.trackCacheStorageForStorageKey"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for TrackIndexedDBForOriginParams

Source§

const METHOD: &'static str = "Storage.trackIndexedDBForOrigin"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for TrackIndexedDBForStorageKeyParams

Source§

const METHOD: &'static str = "Storage.trackIndexedDBForStorageKey"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for UntrackCacheStorageForOriginParams

Source§

const METHOD: &'static str = "Storage.untrackCacheStorageForOrigin"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for UntrackCacheStorageForStorageKeyParams

Source§

const METHOD: &'static str = "Storage.untrackCacheStorageForStorageKey"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for UntrackIndexedDBForOriginParams

Source§

const METHOD: &'static str = "Storage.untrackIndexedDBForOrigin"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for UntrackIndexedDBForStorageKeyParams

Source§

const METHOD: &'static str = "Storage.untrackIndexedDBForStorageKey"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetFeatureStateParams

Source§

const METHOD: &'static str = "SystemInfo.getFeatureState"

Source§

type Response = GetFeatureStateReturns

Source§

impl CdpCommand for GetInfoParams

Source§

const METHOD: &'static str = "SystemInfo.getInfo"

Source§

type Response = GetInfoReturns

Source§

impl CdpCommand for GetProcessInfoParams

Source§

const METHOD: &'static str = "SystemInfo.getProcessInfo"

Source§

type Response = GetProcessInfoReturns

Source§

impl CdpCommand for ActivateTargetParams

Source§

const METHOD: &'static str = "Target.activateTarget"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for AttachToBrowserTargetParams

Source§

const METHOD: &'static str = "Target.attachToBrowserTarget"

Source§

type Response = AttachToBrowserTargetReturns

Source§

impl CdpCommand for AttachToTargetParams

Source§

const METHOD: &'static str = "Target.attachToTarget"

Source§

type Response = AttachToTargetReturns

Source§

impl CdpCommand for AutoAttachRelatedParams

Source§

const METHOD: &'static str = "Target.autoAttachRelated"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for CloseTargetParams

Source§

const METHOD: &'static str = "Target.closeTarget"

Source§

type Response = CloseTargetReturns

Source§

impl CdpCommand for CreateBrowserContextParams

Source§

const METHOD: &'static str = "Target.createBrowserContext"

Source§

type Response = CreateBrowserContextReturns

Source§

impl CdpCommand for CreateTargetParams

Source§

const METHOD: &'static str = "Target.createTarget"

Source§

type Response = CreateTargetReturns

Source§

impl CdpCommand for DetachFromTargetParams

Source§

const METHOD: &'static str = "Target.detachFromTarget"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for DisposeBrowserContextParams

Source§

const METHOD: &'static str = "Target.disposeBrowserContext"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for ExposeDevToolsProtocolParams

Source§

const METHOD: &'static str = "Target.exposeDevToolsProtocol"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetBrowserContextsParams

Source§

const METHOD: &'static str = "Target.getBrowserContexts"

Source§

type Response = GetBrowserContextsReturns

Source§

impl CdpCommand for GetDevToolsTargetParams

Source§

const METHOD: &'static str = "Target.getDevToolsTarget"

Source§

type Response = GetDevToolsTargetReturns

Source§

impl CdpCommand for GetTargetInfoParams

Source§

const METHOD: &'static str = "Target.getTargetInfo"

Source§

type Response = GetTargetInfoReturns

Source§

impl CdpCommand for GetTargetsParams

Source§

const METHOD: &'static str = "Target.getTargets"

Source§

type Response = GetTargetsReturns

Source§

impl CdpCommand for OpenDevToolsParams

Source§

const METHOD: &'static str = "Target.openDevTools"

Source§

type Response = OpenDevToolsReturns

Source§

impl CdpCommand for SendMessageToTargetParams

Source§

const METHOD: &'static str = "Target.sendMessageToTarget"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetAutoAttachParams

Source§

const METHOD: &'static str = "Target.setAutoAttach"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetDiscoverTargetsParams

Source§

const METHOD: &'static str = "Target.setDiscoverTargets"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetRemoteLocationsParams

Source§

const METHOD: &'static str = "Target.setRemoteLocations"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for BindParams

Source§

const METHOD: &'static str = "Tethering.bind"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for UnbindParams

Source§

const METHOD: &'static str = "Tethering.unbind"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for EndParams

Source§

const METHOD: &'static str = "Tracing.end"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetCategoriesParams

Source§

const METHOD: &'static str = "Tracing.getCategories"

Source§

type Response = GetCategoriesReturns

Source§

impl CdpCommand for GetTrackEventDescriptorParams

Source§

const METHOD: &'static str = "Tracing.getTrackEventDescriptor"

Source§

type Response = GetTrackEventDescriptorReturns

Source§

impl CdpCommand for RecordClockSyncMarkerParams

Source§

const METHOD: &'static str = "Tracing.recordClockSyncMarker"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RequestMemoryDumpParams

Source§

const METHOD: &'static str = "Tracing.requestMemoryDump"

Source§

type Response = RequestMemoryDumpReturns

Source§

impl CdpCommand for StartParams

Source§

const METHOD: &'static str = "Tracing.start"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::webaudio::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::webaudio::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetRealtimeDataParams

Source§

const METHOD: &'static str = "WebAudio.getRealtimeData"

Source§

type Response = GetRealtimeDataReturns

Source§

impl CdpCommand for AddCredentialParams

Source§

const METHOD: &'static str = "WebAuthn.addCredential"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for AddVirtualAuthenticatorParams

Source§

const METHOD: &'static str = "WebAuthn.addVirtualAuthenticator"

Source§

type Response = AddVirtualAuthenticatorReturns

Source§

impl CdpCommand for ClearCredentialsParams

Source§

const METHOD: &'static str = "WebAuthn.clearCredentials"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::webauthn::DisableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for browser_protocol::webauthn::EnableParams

Source§

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

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for GetCredentialParams

Source§

const METHOD: &'static str = "WebAuthn.getCredential"

Source§

type Response = GetCredentialReturns

Source§

impl CdpCommand for GetCredentialsParams

Source§

const METHOD: &'static str = "WebAuthn.getCredentials"

Source§

type Response = GetCredentialsReturns

Source§

impl CdpCommand for RemoveCredentialParams

Source§

const METHOD: &'static str = "WebAuthn.removeCredential"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for RemoveVirtualAuthenticatorParams

Source§

const METHOD: &'static str = "WebAuthn.removeVirtualAuthenticator"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetAutomaticPresenceSimulationParams

Source§

const METHOD: &'static str = "WebAuthn.setAutomaticPresenceSimulation"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetCredentialPropertiesParams

Source§

const METHOD: &'static str = "WebAuthn.setCredentialProperties"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetResponseOverrideBitsParams

Source§

const METHOD: &'static str = "WebAuthn.setResponseOverrideBits"

Source§

type Response = EmptyReturns

Source§

impl CdpCommand for SetUserVerifiedParams

Source§

const METHOD: &'static str = "WebAuthn.setUserVerified"

Source§

type Response = EmptyReturns