Method

Trait Method 

Source
pub trait Method: Debug {
    type ReturnObject: DeserializeOwned + Debug;

    const NAME: &'static str;

    // Provided method
    fn to_method_call(self, call_id: CallId) -> MethodCall<Self>
       where Self: Sized { ... }
}

Required Associated Constants§

Source

const NAME: &'static str

Required Associated Types§

Provided Methods§

Source

fn to_method_call(self, call_id: CallId) -> MethodCall<Self>
where Self: Sized,

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 Method for headless_chrome::protocol::cdp::Accessibility::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Accessibility::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GetAXNodeAndAncestors

Source§

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

Source§

type ReturnObject = GetAXNodeAndAncestorsReturnObject

Source§

impl Method for GetChildAXNodes

Source§

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

Source§

type ReturnObject = GetChildAXNodesReturnObject

Source§

impl Method for GetFullAXTree

Source§

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

Source§

type ReturnObject = GetFullAXTreeReturnObject

Source§

impl Method for GetPartialAXTree

Source§

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

Source§

type ReturnObject = GetPartialAXTreeReturnObject

Source§

impl Method for GetRootAXNode

Source§

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

Source§

type ReturnObject = GetRootAXNodeReturnObject

Source§

impl Method for QueryAXTree

Source§

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

Source§

type ReturnObject = QueryAXTreeReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Animation::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Animation::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GetCurrentTime

Source§

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

Source§

type ReturnObject = GetCurrentTimeReturnObject

Source§

impl Method for GetPlaybackRate

Source§

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

Source§

type ReturnObject = GetPlaybackRateReturnObject

Source§

impl Method for ReleaseAnimations

Source§

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

Source§

type ReturnObject = ReleaseAnimationsReturnObject

Source§

impl Method for ResolveAnimation

Source§

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

Source§

type ReturnObject = ResolveAnimationReturnObject

Source§

impl Method for SeekAnimations

Source§

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

Source§

type ReturnObject = SeekAnimationsReturnObject

Source§

impl Method for SetPaused

Source§

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

Source§

type ReturnObject = SetPausedReturnObject

Source§

impl Method for SetPlaybackRate

Source§

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

Source§

type ReturnObject = SetPlaybackRateReturnObject

Source§

impl Method for SetTiming

Source§

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

Source§

type ReturnObject = SetTimingReturnObject

Source§

impl Method for CheckContrast

Source§

const NAME: &'static str = "Audits.checkContrast"

Source§

type ReturnObject = CheckContrastReturnObject

Source§

impl Method for CheckFormsIssues

Source§

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

Source§

type ReturnObject = CheckFormsIssuesReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Audits::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Audits::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GetEncodedResponse

Source§

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

Source§

type ReturnObject = GetEncodedResponseReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Autofill::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Autofill::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for SetAddresses

Source§

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

Source§

type ReturnObject = SetAddressesReturnObject

Source§

impl Method for Trigger

Source§

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

Source§

type ReturnObject = TriggerReturnObject

Source§

impl Method for ClearEvents

Source§

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

Source§

type ReturnObject = ClearEventsReturnObject

Source§

impl Method for SetRecording

Source§

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

Source§

type ReturnObject = SetRecordingReturnObject

Source§

impl Method for StartObserving

Source§

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

Source§

type ReturnObject = StartObservingReturnObject

Source§

impl Method for StopObserving

Source§

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

Source§

type ReturnObject = StopObservingReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::BluetoothEmulation::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::BluetoothEmulation::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for SimulateAdvertisement

Source§

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

Source§

type ReturnObject = SimulateAdvertisementReturnObject

Source§

impl Method for SimulatePreconnectedPeripheral

Source§

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

Source§

type ReturnObject = SimulatePreconnectedPeripheralReturnObject

Source§

impl Method for AddPrivacySandboxEnrollmentOverride

Source§

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

Source§

type ReturnObject = AddPrivacySandboxEnrollmentOverrideReturnObject

Source§

impl Method for CancelDownload

Source§

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

Source§

type ReturnObject = CancelDownloadReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Browser::Close

Source§

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

Source§

type ReturnObject = CloseReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Browser::Crash

Source§

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

Source§

type ReturnObject = CrashReturnObject

Source§

impl Method for CrashGpuProcess

Source§

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

Source§

type ReturnObject = CrashGpuProcessReturnObject

Source§

impl Method for ExecuteBrowserCommand

Source§

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

Source§

type ReturnObject = ExecuteBrowserCommandReturnObject

Source§

impl Method for GetBrowserCommandLine

Source§

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

Source§

type ReturnObject = GetBrowserCommandLineReturnObject

Source§

impl Method for GetHistogram

Source§

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

Source§

type ReturnObject = GetHistogramReturnObject

Source§

impl Method for GetHistograms

Source§

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

Source§

type ReturnObject = GetHistogramsReturnObject

Source§

impl Method for GetVersion

Source§

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

Source§

type ReturnObject = GetVersionReturnObject

Source§

impl Method for GetWindowBounds

Source§

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

Source§

type ReturnObject = GetWindowBoundsReturnObject

Source§

impl Method for GetWindowForTarget

Source§

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

Source§

type ReturnObject = GetWindowForTargetReturnObject

Source§

impl Method for GrantPermissions

Source§

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

Source§

type ReturnObject = GrantPermissionsReturnObject

Source§

impl Method for ResetPermissions

Source§

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

Source§

type ReturnObject = ResetPermissionsReturnObject

Source§

impl Method for SetDockTile

Source§

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

Source§

type ReturnObject = SetDockTileReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Browser::SetDownloadBehavior

Source§

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

Source§

type ReturnObject = SetDownloadBehaviorReturnObject

Source§

impl Method for SetPermission

Source§

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

Source§

type ReturnObject = SetPermissionReturnObject

Source§

impl Method for SetWindowBounds

Source§

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

Source§

type ReturnObject = SetWindowBoundsReturnObject

Source§

impl Method for AddRule

Source§

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

Source§

type ReturnObject = AddRuleReturnObject

Source§

impl Method for CollectClassNames

Source§

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

Source§

type ReturnObject = CollectClassNamesReturnObject

Source§

impl Method for CreateStyleSheet

Source§

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

Source§

type ReturnObject = CreateStyleSheetReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::CSS::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::CSS::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for ForcePseudoState

Source§

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

Source§

type ReturnObject = ForcePseudoStateReturnObject

Source§

impl Method for GetBackgroundColors

Source§

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

Source§

type ReturnObject = GetBackgroundColorsReturnObject

Source§

impl Method for GetComputedStyleForNode

Source§

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

Source§

type ReturnObject = GetComputedStyleForNodeReturnObject

Source§

impl Method for GetInlineStylesForNode

Source§

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

Source§

type ReturnObject = GetInlineStylesForNodeReturnObject

Source§

impl Method for GetLayersForNode

Source§

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

Source§

type ReturnObject = GetLayersForNodeReturnObject

Source§

impl Method for GetLocationForSelector

Source§

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

Source§

type ReturnObject = GetLocationForSelectorReturnObject

Source§

impl Method for GetMatchedStylesForNode

Source§

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

Source§

type ReturnObject = GetMatchedStylesForNodeReturnObject

Source§

impl Method for GetMediaQueries

Source§

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

Source§

type ReturnObject = GetMediaQueriesReturnObject

Source§

impl Method for GetPlatformFontsForNode

Source§

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

Source§

type ReturnObject = GetPlatformFontsForNodeReturnObject

Source§

impl Method for GetStyleSheetText

Source§

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

Source§

type ReturnObject = GetStyleSheetTextReturnObject

Source§

impl Method for SetContainerQueryText

Source§

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

Source§

type ReturnObject = SetContainerQueryTextReturnObject

Source§

impl Method for SetEffectivePropertyValueForNode

Source§

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

Source§

type ReturnObject = SetEffectivePropertyValueForNodeReturnObject

Source§

impl Method for SetKeyframeKey

Source§

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

Source§

type ReturnObject = SetKeyframeKeyReturnObject

Source§

impl Method for SetLocalFontsEnabled

Source§

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

Source§

type ReturnObject = SetLocalFontsEnabledReturnObject

Source§

impl Method for SetMediaText

Source§

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

Source§

type ReturnObject = SetMediaTextReturnObject

Source§

impl Method for SetPropertyRulePropertyName

Source§

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

Source§

type ReturnObject = SetPropertyRulePropertyNameReturnObject

Source§

impl Method for SetRuleSelector

Source§

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

Source§

type ReturnObject = SetRuleSelectorReturnObject

Source§

impl Method for SetScopeText

Source§

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

Source§

type ReturnObject = SetScopeTextReturnObject

Source§

impl Method for SetStyleSheetText

Source§

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

Source§

type ReturnObject = SetStyleSheetTextReturnObject

Source§

impl Method for SetStyleTexts

Source§

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

Source§

type ReturnObject = SetStyleTextsReturnObject

Source§

impl Method for SetSupportsText

Source§

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

Source§

type ReturnObject = SetSupportsTextReturnObject

Source§

impl Method for StartRuleUsageTracking

Source§

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

Source§

type ReturnObject = StartRuleUsageTrackingReturnObject

Source§

impl Method for StopRuleUsageTracking

Source§

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

Source§

type ReturnObject = StopRuleUsageTrackingReturnObject

Source§

impl Method for TakeComputedStyleUpdates

Source§

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

Source§

type ReturnObject = TakeComputedStyleUpdatesReturnObject

Source§

impl Method for TakeCoverageDelta

Source§

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

Source§

type ReturnObject = TakeCoverageDeltaReturnObject

Source§

impl Method for TrackComputedStyleUpdates

Source§

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

Source§

type ReturnObject = TrackComputedStyleUpdatesReturnObject

Source§

impl Method for TrackComputedStyleUpdatesForNode

Source§

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

Source§

type ReturnObject = TrackComputedStyleUpdatesForNodeReturnObject

Source§

impl Method for DeleteCache

Source§

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

Source§

type ReturnObject = DeleteCacheReturnObject

Source§

impl Method for DeleteEntry

Source§

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

Source§

type ReturnObject = DeleteEntryReturnObject

Source§

impl Method for RequestCacheNames

Source§

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

Source§

type ReturnObject = RequestCacheNamesReturnObject

Source§

impl Method for RequestCachedResponse

Source§

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

Source§

type ReturnObject = RequestCachedResponseReturnObject

Source§

impl Method for RequestEntries

Source§

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

Source§

type ReturnObject = RequestEntriesReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Cast::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Cast::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for SetSinkToUse

Source§

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

Source§

type ReturnObject = SetSinkToUseReturnObject

Source§

impl Method for StartDesktopMirroring

Source§

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

Source§

type ReturnObject = StartDesktopMirroringReturnObject

Source§

impl Method for StartTabMirroring

Source§

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

Source§

type ReturnObject = StartTabMirroringReturnObject

Source§

impl Method for StopCasting

Source§

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

Source§

type ReturnObject = StopCastingReturnObject

Source§

impl Method for ClearMessages

Source§

const NAME: &'static str = "Console.clearMessages"

Source§

type ReturnObject = ClearMessagesReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Console::Disable

Source§

const NAME: &'static str = "Console.disable"

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Console::Enable

Source§

const NAME: &'static str = "Console.enable"

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for CollectClassNamesFromSubtree

Source§

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

Source§

type ReturnObject = CollectClassNamesFromSubtreeReturnObject

Source§

impl Method for CopyTo

Source§

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

Source§

type ReturnObject = CopyToReturnObject

Source§

impl Method for DescribeNode

Source§

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

Source§

type ReturnObject = DescribeNodeReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOM::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for DiscardSearchResults

Source§

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

Source§

type ReturnObject = DiscardSearchResultsReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOM::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for Focus

Source§

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

Source§

type ReturnObject = FocusReturnObject

Source§

impl Method for GetAnchorElement

Source§

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

Source§

type ReturnObject = GetAnchorElementReturnObject

Source§

impl Method for GetAttributes

Source§

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

Source§

type ReturnObject = GetAttributesReturnObject

Source§

impl Method for GetBoxModel

Source§

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

Source§

type ReturnObject = GetBoxModelReturnObject

Source§

impl Method for GetContainerForNode

Source§

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

Source§

type ReturnObject = GetContainerForNodeReturnObject

Source§

impl Method for GetContentQuads

Source§

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

Source§

type ReturnObject = GetContentQuadsReturnObject

Source§

impl Method for GetDetachedDomNodes

Source§

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

Source§

type ReturnObject = GetDetachedDomNodesReturnObject

Source§

impl Method for GetDocument

Source§

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

Source§

type ReturnObject = GetDocumentReturnObject

Source§

impl Method for GetElementByRelation

Source§

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

Source§

type ReturnObject = GetElementByRelationReturnObject

Source§

impl Method for GetFileInfo

Source§

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

Source§

type ReturnObject = GetFileInfoReturnObject

Source§

impl Method for GetFlattenedDocument

Source§

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

Source§

type ReturnObject = GetFlattenedDocumentReturnObject

Source§

impl Method for GetFrameOwner

Source§

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

Source§

type ReturnObject = GetFrameOwnerReturnObject

Source§

impl Method for GetNodeForLocation

Source§

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

Source§

type ReturnObject = GetNodeForLocationReturnObject

Source§

impl Method for GetNodeStackTraces

Source§

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

Source§

type ReturnObject = GetNodeStackTracesReturnObject

Source§

impl Method for GetNodesForSubtreeByStyle

Source§

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

Source§

type ReturnObject = GetNodesForSubtreeByStyleReturnObject

Source§

impl Method for GetOuterHTML

Source§

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

Source§

type ReturnObject = GetOuterHTMLReturnObject

Source§

impl Method for GetQueryingDescendantsForContainer

Source§

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

Source§

type ReturnObject = GetQueryingDescendantsForContainerReturnObject

Source§

impl Method for GetRelayoutBoundary

Source§

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

Source§

type ReturnObject = GetRelayoutBoundaryReturnObject

Source§

impl Method for GetSearchResults

Source§

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

Source§

type ReturnObject = GetSearchResultsReturnObject

Source§

impl Method for GetTopLayerElements

Source§

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

Source§

type ReturnObject = GetTopLayerElementsReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOM::HideHighlight

Source§

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

Source§

type ReturnObject = HideHighlightReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOM::HighlightNode

Source§

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

Source§

type ReturnObject = HighlightNodeReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOM::HighlightRect

Source§

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

Source§

type ReturnObject = HighlightRectReturnObject

Source§

impl Method for MarkUndoableState

Source§

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

Source§

type ReturnObject = MarkUndoableStateReturnObject

Source§

impl Method for MoveTo

Source§

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

Source§

type ReturnObject = MoveToReturnObject

Source§

impl Method for PerformSearch

Source§

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

Source§

type ReturnObject = PerformSearchReturnObject

Source§

impl Method for PushNodeByPathToFrontend

Source§

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

Source§

type ReturnObject = PushNodeByPathToFrontendReturnObject

Source§

impl Method for PushNodesByBackendIdsToFrontend

Source§

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

Source§

type ReturnObject = PushNodesByBackendIdsToFrontendReturnObject

Source§

impl Method for QuerySelector

Source§

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

Source§

type ReturnObject = QuerySelectorReturnObject

Source§

impl Method for QuerySelectorAll

Source§

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

Source§

type ReturnObject = QuerySelectorAllReturnObject

Source§

impl Method for Redo

Source§

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

Source§

type ReturnObject = RedoReturnObject

Source§

impl Method for RemoveAttribute

Source§

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

Source§

type ReturnObject = RemoveAttributeReturnObject

Source§

impl Method for RemoveNode

Source§

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

Source§

type ReturnObject = RemoveNodeReturnObject

Source§

impl Method for RequestChildNodes

Source§

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

Source§

type ReturnObject = RequestChildNodesReturnObject

Source§

impl Method for RequestNode

Source§

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

Source§

type ReturnObject = RequestNodeReturnObject

Source§

impl Method for ResolveNode

Source§

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

Source§

type ReturnObject = ResolveNodeReturnObject

Source§

impl Method for ScrollIntoViewIfNeeded

Source§

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

Source§

type ReturnObject = ScrollIntoViewIfNeededReturnObject

Source§

impl Method for SetAttributeValue

Source§

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

Source§

type ReturnObject = SetAttributeValueReturnObject

Source§

impl Method for SetAttributesAsText

Source§

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

Source§

type ReturnObject = SetAttributesAsTextReturnObject

Source§

impl Method for SetFileInputFiles

Source§

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

Source§

type ReturnObject = SetFileInputFilesReturnObject

Source§

impl Method for SetInspectedNode

Source§

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

Source§

type ReturnObject = SetInspectedNodeReturnObject

Source§

impl Method for SetNodeName

Source§

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

Source§

type ReturnObject = SetNodeNameReturnObject

Source§

impl Method for SetNodeStackTracesEnabled

Source§

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

Source§

type ReturnObject = SetNodeStackTracesEnabledReturnObject

Source§

impl Method for SetNodeValue

Source§

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

Source§

type ReturnObject = SetNodeValueReturnObject

Source§

impl Method for SetOuterHTML

Source§

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

Source§

type ReturnObject = SetOuterHTMLReturnObject

Source§

impl Method for Undo

Source§

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

Source§

type ReturnObject = UndoReturnObject

Source§

impl Method for GetEventListeners

Source§

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

Source§

type ReturnObject = GetEventListenersReturnObject

Source§

impl Method for RemoveDOMBreakpoint

Source§

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

Source§

type ReturnObject = RemoveDOMBreakpointReturnObject

Source§

impl Method for RemoveEventListenerBreakpoint

Source§

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

Source§

type ReturnObject = RemoveEventListenerBreakpointReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOMDebugger::RemoveInstrumentationBreakpoint

Source§

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

Source§

type ReturnObject = RemoveInstrumentationBreakpointReturnObject

Source§

impl Method for RemoveXHRBreakpoint

Source§

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

Source§

type ReturnObject = RemoveXHRBreakpointReturnObject

Source§

impl Method for SetBreakOnCSPViolation

Source§

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

Source§

type ReturnObject = SetBreakOnCSPViolationReturnObject

Source§

impl Method for SetDOMBreakpoint

Source§

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

Source§

type ReturnObject = SetDOMBreakpointReturnObject

Source§

impl Method for SetEventListenerBreakpoint

Source§

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

Source§

type ReturnObject = SetEventListenerBreakpointReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOMDebugger::SetInstrumentationBreakpoint

Source§

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

Source§

type ReturnObject = SetInstrumentationBreakpointReturnObject

Source§

impl Method for SetXHRBreakpoint

Source§

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

Source§

type ReturnObject = SetXHRBreakpointReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOMSnapshot::CaptureSnapshot

Source§

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

Source§

type ReturnObject = CaptureSnapshotReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOMSnapshot::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOMSnapshot::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GetSnapshot

Source§

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

Source§

type ReturnObject = GetSnapshotReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOMStorage::Clear

Source§

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

Source§

type ReturnObject = ClearReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOMStorage::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DOMStorage::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GetDOMStorageItems

Source§

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

Source§

type ReturnObject = GetDOMStorageItemsReturnObject

Source§

impl Method for RemoveDOMStorageItem

Source§

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

Source§

type ReturnObject = RemoveDOMStorageItemReturnObject

Source§

impl Method for SetDOMStorageItem

Source§

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

Source§

type ReturnObject = SetDOMStorageItemReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Database::Disable

Source§

const NAME: &'static str = "Database.disable"

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Database::Enable

Source§

const NAME: &'static str = "Database.enable"

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for ExecuteSQL

Source§

const NAME: &'static str = "Database.executeSQL"

Source§

type ReturnObject = ExecuteSQLReturnObject

Source§

impl Method for GetDatabaseTableNames

Source§

const NAME: &'static str = "Database.getDatabaseTableNames"

Source§

type ReturnObject = GetDatabaseTableNamesReturnObject

Source§

impl Method for ContinueToLocation

Source§

const NAME: &'static str = "Debugger.continueToLocation"

Source§

type ReturnObject = ContinueToLocationReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Debugger::Disable

Source§

const NAME: &'static str = "Debugger.disable"

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for DisassembleWasmModule

Source§

const NAME: &'static str = "Debugger.disassembleWasmModule"

Source§

type ReturnObject = DisassembleWasmModuleReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Debugger::Enable

Source§

const NAME: &'static str = "Debugger.enable"

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for EvaluateOnCallFrame

Source§

const NAME: &'static str = "Debugger.evaluateOnCallFrame"

Source§

type ReturnObject = EvaluateOnCallFrameReturnObject

Source§

impl Method for GetPossibleBreakpoints

Source§

const NAME: &'static str = "Debugger.getPossibleBreakpoints"

Source§

type ReturnObject = GetPossibleBreakpointsReturnObject

Source§

impl Method for GetScriptSource

Source§

const NAME: &'static str = "Debugger.getScriptSource"

Source§

type ReturnObject = GetScriptSourceReturnObject

Source§

impl Method for GetStackTrace

Source§

const NAME: &'static str = "Debugger.getStackTrace"

Source§

type ReturnObject = GetStackTraceReturnObject

Source§

impl Method for GetWasmBytecode

Source§

const NAME: &'static str = "Debugger.getWasmBytecode"

Source§

type ReturnObject = GetWasmBytecodeReturnObject

Source§

impl Method for NextWasmDisassemblyChunk

Source§

const NAME: &'static str = "Debugger.nextWasmDisassemblyChunk"

Source§

type ReturnObject = NextWasmDisassemblyChunkReturnObject

Source§

impl Method for Pause

Source§

const NAME: &'static str = "Debugger.pause"

Source§

type ReturnObject = PauseReturnObject

Source§

impl Method for PauseOnAsyncCall

Source§

const NAME: &'static str = "Debugger.pauseOnAsyncCall"

Source§

type ReturnObject = PauseOnAsyncCallReturnObject

Source§

impl Method for RemoveBreakpoint

Source§

const NAME: &'static str = "Debugger.removeBreakpoint"

Source§

type ReturnObject = RemoveBreakpointReturnObject

Source§

impl Method for RestartFrame

Source§

const NAME: &'static str = "Debugger.restartFrame"

Source§

type ReturnObject = RestartFrameReturnObject

Source§

impl Method for Resume

Source§

const NAME: &'static str = "Debugger.resume"

Source§

type ReturnObject = ResumeReturnObject

Source§

impl Method for SearchInContent

Source§

const NAME: &'static str = "Debugger.searchInContent"

Source§

type ReturnObject = SearchInContentReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Debugger::SetAsyncCallStackDepth

Source§

const NAME: &'static str = "Debugger.setAsyncCallStackDepth"

Source§

type ReturnObject = SetAsyncCallStackDepthReturnObject

Source§

impl Method for SetBlackboxExecutionContexts

Source§

const NAME: &'static str = "Debugger.setBlackboxExecutionContexts"

Source§

type ReturnObject = SetBlackboxExecutionContextsReturnObject

Source§

impl Method for SetBlackboxPatterns

Source§

const NAME: &'static str = "Debugger.setBlackboxPatterns"

Source§

type ReturnObject = SetBlackboxPatternsReturnObject

Source§

impl Method for SetBlackboxedRanges

Source§

const NAME: &'static str = "Debugger.setBlackboxedRanges"

Source§

type ReturnObject = SetBlackboxedRangesReturnObject

Source§

impl Method for SetBreakpoint

Source§

const NAME: &'static str = "Debugger.setBreakpoint"

Source§

type ReturnObject = SetBreakpointReturnObject

Source§

impl Method for SetBreakpointByUrl

Source§

const NAME: &'static str = "Debugger.setBreakpointByUrl"

Source§

type ReturnObject = SetBreakpointByUrlReturnObject

Source§

impl Method for SetBreakpointOnFunctionCall

Source§

const NAME: &'static str = "Debugger.setBreakpointOnFunctionCall"

Source§

type ReturnObject = SetBreakpointOnFunctionCallReturnObject

Source§

impl Method for SetBreakpointsActive

Source§

const NAME: &'static str = "Debugger.setBreakpointsActive"

Source§

type ReturnObject = SetBreakpointsActiveReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Debugger::SetInstrumentationBreakpoint

Source§

const NAME: &'static str = "Debugger.setInstrumentationBreakpoint"

Source§

type ReturnObject = SetInstrumentationBreakpointReturnObject

Source§

impl Method for SetPauseOnExceptions

Source§

const NAME: &'static str = "Debugger.setPauseOnExceptions"

Source§

type ReturnObject = SetPauseOnExceptionsReturnObject

Source§

impl Method for SetReturnValue

Source§

const NAME: &'static str = "Debugger.setReturnValue"

Source§

type ReturnObject = SetReturnValueReturnObject

Source§

impl Method for SetScriptSource

Source§

const NAME: &'static str = "Debugger.setScriptSource"

Source§

type ReturnObject = SetScriptSourceReturnObject

Source§

impl Method for SetSkipAllPauses

Source§

const NAME: &'static str = "Debugger.setSkipAllPauses"

Source§

type ReturnObject = SetSkipAllPausesReturnObject

Source§

impl Method for SetVariableValue

Source§

const NAME: &'static str = "Debugger.setVariableValue"

Source§

type ReturnObject = SetVariableValueReturnObject

Source§

impl Method for StepInto

Source§

const NAME: &'static str = "Debugger.stepInto"

Source§

type ReturnObject = StepIntoReturnObject

Source§

impl Method for StepOut

Source§

const NAME: &'static str = "Debugger.stepOut"

Source§

type ReturnObject = StepOutReturnObject

Source§

impl Method for StepOver

Source§

const NAME: &'static str = "Debugger.stepOver"

Source§

type ReturnObject = StepOverReturnObject

Source§

impl Method for CancelPrompt

Source§

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

Source§

type ReturnObject = CancelPromptReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DeviceAccess::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DeviceAccess::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for SelectPrompt

Source§

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

Source§

type ReturnObject = SelectPromptReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DeviceOrientation::ClearDeviceOrientationOverride

Source§

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

Source§

type ReturnObject = ClearDeviceOrientationOverrideReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::DeviceOrientation::SetDeviceOrientationOverride

Source§

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

Source§

type ReturnObject = SetDeviceOrientationOverrideReturnObject

Source§

impl Method for CanEmulate

Source§

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

Source§

type ReturnObject = CanEmulateReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Emulation::ClearDeviceMetricsOverride

Source§

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

Source§

type ReturnObject = ClearDeviceMetricsOverrideReturnObject

Source§

impl Method for ClearDevicePostureOverride

Source§

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

Source§

type ReturnObject = ClearDevicePostureOverrideReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Emulation::ClearGeolocationOverride

Source§

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

Source§

type ReturnObject = ClearGeolocationOverrideReturnObject

Source§

impl Method for ClearIdleOverride

Source§

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

Source§

type ReturnObject = ClearIdleOverrideReturnObject

Source§

impl Method for GetOverriddenSensorInformation

Source§

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

Source§

type ReturnObject = GetOverriddenSensorInformationReturnObject

Source§

impl Method for ResetPageScaleFactor

Source§

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

Source§

type ReturnObject = ResetPageScaleFactorReturnObject

Source§

impl Method for SetAutoDarkModeOverride

Source§

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

Source§

type ReturnObject = SetAutoDarkModeOverrideReturnObject

Source§

impl Method for SetAutomationOverride

Source§

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

Source§

type ReturnObject = SetAutomationOverrideReturnObject

Source§

impl Method for SetCPUThrottlingRate

Source§

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

Source§

type ReturnObject = SetCPUThrottlingRateReturnObject

Source§

impl Method for SetDefaultBackgroundColorOverride

Source§

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

Source§

type ReturnObject = SetDefaultBackgroundColorOverrideReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Emulation::SetDeviceMetricsOverride

Source§

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

Source§

type ReturnObject = SetDeviceMetricsOverrideReturnObject

Source§

impl Method for SetDevicePostureOverride

Source§

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

Source§

type ReturnObject = SetDevicePostureOverrideReturnObject

Source§

impl Method for SetDisabledImageTypes

Source§

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

Source§

type ReturnObject = SetDisabledImageTypesReturnObject

Source§

impl Method for SetDocumentCookieDisabled

Source§

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

Source§

type ReturnObject = SetDocumentCookieDisabledReturnObject

Source§

impl Method for SetEmitTouchEventsForMouse

Source§

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

Source§

type ReturnObject = SetEmitTouchEventsForMouseReturnObject

Source§

impl Method for SetEmulatedMedia

Source§

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

Source§

type ReturnObject = SetEmulatedMediaReturnObject

Source§

impl Method for SetEmulatedVisionDeficiency

Source§

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

Source§

type ReturnObject = SetEmulatedVisionDeficiencyReturnObject

Source§

impl Method for SetFocusEmulationEnabled

Source§

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

Source§

type ReturnObject = SetFocusEmulationEnabledReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Emulation::SetGeolocationOverride

Source§

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

Source§

type ReturnObject = SetGeolocationOverrideReturnObject

Source§

impl Method for SetHardwareConcurrencyOverride

Source§

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

Source§

type ReturnObject = SetHardwareConcurrencyOverrideReturnObject

Source§

impl Method for SetIdleOverride

Source§

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

Source§

type ReturnObject = SetIdleOverrideReturnObject

Source§

impl Method for SetLocaleOverride

Source§

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

Source§

type ReturnObject = SetLocaleOverrideReturnObject

Source§

impl Method for SetNavigatorOverrides

Source§

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

Source§

type ReturnObject = SetNavigatorOverridesReturnObject

Source§

impl Method for SetPageScaleFactor

Source§

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

Source§

type ReturnObject = SetPageScaleFactorReturnObject

Source§

impl Method for SetPressureSourceOverrideEnabled

Source§

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

Source§

type ReturnObject = SetPressureSourceOverrideEnabledReturnObject

Source§

impl Method for SetPressureStateOverride

Source§

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

Source§

type ReturnObject = SetPressureStateOverrideReturnObject

Source§

impl Method for SetScriptExecutionDisabled

Source§

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

Source§

type ReturnObject = SetScriptExecutionDisabledReturnObject

Source§

impl Method for SetScrollbarsHidden

Source§

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

Source§

type ReturnObject = SetScrollbarsHiddenReturnObject

Source§

impl Method for SetSensorOverrideEnabled

Source§

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

Source§

type ReturnObject = SetSensorOverrideEnabledReturnObject

Source§

impl Method for SetSensorOverrideReadings

Source§

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

Source§

type ReturnObject = SetSensorOverrideReadingsReturnObject

Source§

impl Method for SetTimezoneOverride

Source§

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

Source§

type ReturnObject = SetTimezoneOverrideReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Emulation::SetTouchEmulationEnabled

Source§

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

Source§

type ReturnObject = SetTouchEmulationEnabledReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Emulation::SetUserAgentOverride

Source§

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

Source§

type ReturnObject = SetUserAgentOverrideReturnObject

Source§

impl Method for SetVirtualTimePolicy

Source§

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

Source§

type ReturnObject = SetVirtualTimePolicyReturnObject

Source§

impl Method for SetVisibleSize

Source§

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

Source§

type ReturnObject = SetVisibleSizeReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::EventBreakpoints::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::EventBreakpoints::RemoveInstrumentationBreakpoint

Source§

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

Source§

type ReturnObject = RemoveInstrumentationBreakpointReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::EventBreakpoints::SetInstrumentationBreakpoint

Source§

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

Source§

type ReturnObject = SetInstrumentationBreakpointReturnObject

Source§

impl Method for ClearStorageItems

Source§

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

Source§

type ReturnObject = ClearStorageItemsReturnObject

Source§

impl Method for GetStorageItems

Source§

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

Source§

type ReturnObject = GetStorageItemsReturnObject

Source§

impl Method for LoadUnpacked

Source§

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

Source§

type ReturnObject = LoadUnpackedReturnObject

Source§

impl Method for RemoveStorageItems

Source§

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

Source§

type ReturnObject = RemoveStorageItemsReturnObject

Source§

impl Method for SetStorageItems

Source§

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

Source§

type ReturnObject = SetStorageItemsReturnObject

Source§

impl Method for ClickDialogButton

Source§

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

Source§

type ReturnObject = ClickDialogButtonReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::FedCm::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for DismissDialog

Source§

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

Source§

type ReturnObject = DismissDialogReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::FedCm::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for OpenUrl

Source§

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

Source§

type ReturnObject = OpenUrlReturnObject

Source§

impl Method for ResetCooldown

Source§

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

Source§

type ReturnObject = ResetCooldownReturnObject

Source§

impl Method for SelectAccount

Source§

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

Source§

type ReturnObject = SelectAccountReturnObject

Source§

impl Method for ContinueRequest

Source§

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

Source§

type ReturnObject = ContinueRequestReturnObject

Source§

impl Method for ContinueResponse

Source§

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

Source§

type ReturnObject = ContinueResponseReturnObject

Source§

impl Method for ContinueWithAuth

Source§

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

Source§

type ReturnObject = ContinueWithAuthReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Fetch::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Fetch::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for FailRequest

Source§

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

Source§

type ReturnObject = FailRequestReturnObject

Source§

impl Method for FulfillRequest

Source§

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

Source§

type ReturnObject = FulfillRequestReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Fetch::GetResponseBody

Source§

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

Source§

type ReturnObject = GetResponseBodyReturnObject

Source§

impl Method for TakeResponseBodyAsStream

Source§

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

Source§

type ReturnObject = TakeResponseBodyAsStreamReturnObject

Source§

impl Method for GetDirectory

Source§

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

Source§

type ReturnObject = GetDirectoryReturnObject

Source§

impl Method for BeginFrame

Source§

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

Source§

type ReturnObject = BeginFrameReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::HeadlessExperimental::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::HeadlessExperimental::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for AddInspectedHeapObject

Source§

const NAME: &'static str = "HeapProfiler.addInspectedHeapObject"

Source§

type ReturnObject = AddInspectedHeapObjectReturnObject

Source§

impl Method for CollectGarbage

Source§

const NAME: &'static str = "HeapProfiler.collectGarbage"

Source§

type ReturnObject = CollectGarbageReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::HeapProfiler::Disable

Source§

const NAME: &'static str = "HeapProfiler.disable"

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::HeapProfiler::Enable

Source§

const NAME: &'static str = "HeapProfiler.enable"

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GetHeapObjectId

Source§

const NAME: &'static str = "HeapProfiler.getHeapObjectId"

Source§

type ReturnObject = GetHeapObjectIdReturnObject

Source§

impl Method for GetObjectByHeapObjectId

Source§

const NAME: &'static str = "HeapProfiler.getObjectByHeapObjectId"

Source§

type ReturnObject = GetObjectByHeapObjectIdReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::HeapProfiler::GetSamplingProfile

Source§

const NAME: &'static str = "HeapProfiler.getSamplingProfile"

Source§

type ReturnObject = GetSamplingProfileReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::HeapProfiler::StartSampling

Source§

const NAME: &'static str = "HeapProfiler.startSampling"

Source§

type ReturnObject = StartSamplingReturnObject

Source§

impl Method for StartTrackingHeapObjects

Source§

const NAME: &'static str = "HeapProfiler.startTrackingHeapObjects"

Source§

type ReturnObject = StartTrackingHeapObjectsReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::HeapProfiler::StopSampling

Source§

const NAME: &'static str = "HeapProfiler.stopSampling"

Source§

type ReturnObject = StopSamplingReturnObject

Source§

impl Method for StopTrackingHeapObjects

Source§

const NAME: &'static str = "HeapProfiler.stopTrackingHeapObjects"

Source§

type ReturnObject = StopTrackingHeapObjectsReturnObject

Source§

impl Method for TakeHeapSnapshot

Source§

const NAME: &'static str = "HeapProfiler.takeHeapSnapshot"

Source§

type ReturnObject = TakeHeapSnapshotReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::IO::Close

Source§

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

Source§

type ReturnObject = CloseReturnObject

Source§

impl Method for Read

Source§

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

Source§

type ReturnObject = ReadReturnObject

Source§

impl Method for ResolveBlob

Source§

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

Source§

type ReturnObject = ResolveBlobReturnObject

Source§

impl Method for ClearObjectStore

Source§

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

Source§

type ReturnObject = ClearObjectStoreReturnObject

Source§

impl Method for DeleteDatabase

Source§

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

Source§

type ReturnObject = DeleteDatabaseReturnObject

Source§

impl Method for DeleteObjectStoreEntries

Source§

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

Source§

type ReturnObject = DeleteObjectStoreEntriesReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::IndexedDB::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::IndexedDB::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GetMetadata

Source§

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

Source§

type ReturnObject = GetMetadataReturnObject

Source§

impl Method for RequestData

Source§

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

Source§

type ReturnObject = RequestDataReturnObject

Source§

impl Method for RequestDatabase

Source§

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

Source§

type ReturnObject = RequestDatabaseReturnObject

Source§

impl Method for RequestDatabaseNames

Source§

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

Source§

type ReturnObject = RequestDatabaseNamesReturnObject

Source§

impl Method for CancelDragging

Source§

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

Source§

type ReturnObject = CancelDraggingReturnObject

Source§

impl Method for DispatchDragEvent

Source§

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

Source§

type ReturnObject = DispatchDragEventReturnObject

Source§

impl Method for DispatchKeyEvent

Source§

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

Source§

type ReturnObject = DispatchKeyEventReturnObject

Source§

impl Method for DispatchMouseEvent

Source§

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

Source§

type ReturnObject = DispatchMouseEventReturnObject

Source§

impl Method for DispatchTouchEvent

Source§

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

Source§

type ReturnObject = DispatchTouchEventReturnObject

Source§

impl Method for EmulateTouchFromMouseEvent

Source§

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

Source§

type ReturnObject = EmulateTouchFromMouseEventReturnObject

Source§

impl Method for ImeSetComposition

Source§

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

Source§

type ReturnObject = ImeSetCompositionReturnObject

Source§

impl Method for InsertText

Source§

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

Source§

type ReturnObject = InsertTextReturnObject

Source§

impl Method for SetIgnoreInputEvents

Source§

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

Source§

type ReturnObject = SetIgnoreInputEventsReturnObject

Source§

impl Method for SetInterceptDrags

Source§

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

Source§

type ReturnObject = SetInterceptDragsReturnObject

Source§

impl Method for SynthesizePinchGesture

Source§

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

Source§

type ReturnObject = SynthesizePinchGestureReturnObject

Source§

impl Method for SynthesizeScrollGesture

Source§

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

Source§

type ReturnObject = SynthesizeScrollGestureReturnObject

Source§

impl Method for SynthesizeTapGesture

Source§

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

Source§

type ReturnObject = SynthesizeTapGestureReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Inspector::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Inspector::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for CompositingReasons

Source§

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

Source§

type ReturnObject = CompositingReasonsReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::LayerTree::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::LayerTree::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for LoadSnapshot

Source§

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

Source§

type ReturnObject = LoadSnapshotReturnObject

Source§

impl Method for MakeSnapshot

Source§

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

Source§

type ReturnObject = MakeSnapshotReturnObject

Source§

impl Method for ProfileSnapshot

Source§

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

Source§

type ReturnObject = ProfileSnapshotReturnObject

Source§

impl Method for ReleaseSnapshot

Source§

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

Source§

type ReturnObject = ReleaseSnapshotReturnObject

Source§

impl Method for ReplaySnapshot

Source§

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

Source§

type ReturnObject = ReplaySnapshotReturnObject

Source§

impl Method for SnapshotCommandLog

Source§

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

Source§

type ReturnObject = SnapshotCommandLogReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Log::Clear

Source§

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

Source§

type ReturnObject = ClearReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Log::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Log::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for StartViolationsReport

Source§

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

Source§

type ReturnObject = StartViolationsReportReturnObject

Source§

impl Method for StopViolationsReport

Source§

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

Source§

type ReturnObject = StopViolationsReportReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Media::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Media::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for ForciblyPurgeJavaScriptMemory

Source§

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

Source§

type ReturnObject = ForciblyPurgeJavaScriptMemoryReturnObject

Source§

impl Method for GetAllTimeSamplingProfile

Source§

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

Source§

type ReturnObject = GetAllTimeSamplingProfileReturnObject

Source§

impl Method for GetBrowserSamplingProfile

Source§

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

Source§

type ReturnObject = GetBrowserSamplingProfileReturnObject

Source§

impl Method for GetDOMCounters

Source§

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

Source§

type ReturnObject = GetDOMCountersReturnObject

Source§

impl Method for GetDOMCountersForLeakDetection

Source§

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

Source§

type ReturnObject = GetDOMCountersForLeakDetectionReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Memory::GetSamplingProfile

Source§

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

Source§

type ReturnObject = GetSamplingProfileReturnObject

Source§

impl Method for PrepareForLeakDetection

Source§

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

Source§

type ReturnObject = PrepareForLeakDetectionReturnObject

Source§

impl Method for SetPressureNotificationsSuppressed

Source§

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

Source§

type ReturnObject = SetPressureNotificationsSuppressedReturnObject

Source§

impl Method for SimulatePressureNotification

Source§

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

Source§

type ReturnObject = SimulatePressureNotificationReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Memory::StartSampling

Source§

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

Source§

type ReturnObject = StartSamplingReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Memory::StopSampling

Source§

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

Source§

type ReturnObject = StopSamplingReturnObject

Source§

impl Method for CanClearBrowserCache

Source§

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

Source§

type ReturnObject = CanClearBrowserCacheReturnObject

Source§

impl Method for CanClearBrowserCookies

Source§

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

Source§

type ReturnObject = CanClearBrowserCookiesReturnObject

Source§

impl Method for CanEmulateNetworkConditions

Source§

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

Source§

type ReturnObject = CanEmulateNetworkConditionsReturnObject

Source§

impl Method for ClearAcceptedEncodingsOverride

Source§

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

Source§

type ReturnObject = ClearAcceptedEncodingsOverrideReturnObject

Source§

impl Method for ClearBrowserCache

Source§

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

Source§

type ReturnObject = ClearBrowserCacheReturnObject

Source§

impl Method for ClearBrowserCookies

Source§

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

Source§

type ReturnObject = ClearBrowserCookiesReturnObject

Source§

impl Method for ContinueInterceptedRequest

Source§

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

Source§

type ReturnObject = ContinueInterceptedRequestReturnObject

Source§

impl Method for DeleteCookies

Source§

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

Source§

type ReturnObject = DeleteCookiesReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Network::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for EmulateNetworkConditions

Source§

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

Source§

type ReturnObject = EmulateNetworkConditionsReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Network::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for EnableReportingApi

Source§

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

Source§

type ReturnObject = EnableReportingApiReturnObject

Source§

impl Method for GetAllCookies

Source§

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

Source§

type ReturnObject = GetAllCookiesReturnObject

Source§

impl Method for GetCertificate

Source§

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

Source§

type ReturnObject = GetCertificateReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Network::GetCookies

Source§

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

Source§

type ReturnObject = GetCookiesReturnObject

Source§

impl Method for GetRequestPostData

Source§

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

Source§

type ReturnObject = GetRequestPostDataReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Network::GetResponseBody

Source§

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

Source§

type ReturnObject = GetResponseBodyReturnObject

Source§

impl Method for GetResponseBodyForInterception

Source§

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

Source§

type ReturnObject = GetResponseBodyForInterceptionReturnObject

Source§

impl Method for GetSecurityIsolationStatus

Source§

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

Source§

type ReturnObject = GetSecurityIsolationStatusReturnObject

Source§

impl Method for LoadNetworkResource

Source§

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

Source§

type ReturnObject = LoadNetworkResourceReturnObject

Source§

impl Method for ReplayXHR

Source§

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

Source§

type ReturnObject = ReplayXHRReturnObject

Source§

impl Method for SearchInResponseBody

Source§

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

Source§

type ReturnObject = SearchInResponseBodyReturnObject

Source§

impl Method for SetAcceptedEncodings

Source§

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

Source§

type ReturnObject = SetAcceptedEncodingsReturnObject

Source§

impl Method for SetAttachDebugStack

Source§

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

Source§

type ReturnObject = SetAttachDebugStackReturnObject

Source§

impl Method for SetBlockedURLs

Source§

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

Source§

type ReturnObject = SetBlockedURLsReturnObject

Source§

impl Method for SetBypassServiceWorker

Source§

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

Source§

type ReturnObject = SetBypassServiceWorkerReturnObject

Source§

impl Method for SetCacheDisabled

Source§

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

Source§

type ReturnObject = SetCacheDisabledReturnObject

Source§

impl Method for SetCookie

Source§

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

Source§

type ReturnObject = SetCookieReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Network::SetCookies

Source§

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

Source§

type ReturnObject = SetCookiesReturnObject

Source§

impl Method for SetExtraHTTPHeaders

Source§

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

Source§

type ReturnObject = SetExtraHTTPHeadersReturnObject

Source§

impl Method for SetRequestInterception

Source§

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

Source§

type ReturnObject = SetRequestInterceptionReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Network::SetUserAgentOverride

Source§

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

Source§

type ReturnObject = SetUserAgentOverrideReturnObject

Source§

impl Method for StreamResourceContent

Source§

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

Source§

type ReturnObject = StreamResourceContentReturnObject

Source§

impl Method for TakeResponseBodyForInterceptionAsStream

Source§

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

Source§

type ReturnObject = TakeResponseBodyForInterceptionAsStreamReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Overlay::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Overlay::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GetGridHighlightObjectsForTest

Source§

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

Source§

type ReturnObject = GetGridHighlightObjectsForTestReturnObject

Source§

impl Method for GetHighlightObjectForTest

Source§

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

Source§

type ReturnObject = GetHighlightObjectForTestReturnObject

Source§

impl Method for GetSourceOrderHighlightObjectForTest

Source§

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

Source§

type ReturnObject = GetSourceOrderHighlightObjectForTestReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Overlay::HideHighlight

Source§

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

Source§

type ReturnObject = HideHighlightReturnObject

Source§

impl Method for HighlightFrame

Source§

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

Source§

type ReturnObject = HighlightFrameReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Overlay::HighlightNode

Source§

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

Source§

type ReturnObject = HighlightNodeReturnObject

Source§

impl Method for HighlightQuad

Source§

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

Source§

type ReturnObject = HighlightQuadReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Overlay::HighlightRect

Source§

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

Source§

type ReturnObject = HighlightRectReturnObject

Source§

impl Method for HighlightSourceOrder

Source§

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

Source§

type ReturnObject = HighlightSourceOrderReturnObject

Source§

impl Method for SetInspectMode

Source§

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

Source§

type ReturnObject = SetInspectModeReturnObject

Source§

impl Method for SetPausedInDebuggerMessage

Source§

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

Source§

type ReturnObject = SetPausedInDebuggerMessageReturnObject

Source§

impl Method for SetShowAdHighlights

Source§

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

Source§

type ReturnObject = SetShowAdHighlightsReturnObject

Source§

impl Method for SetShowContainerQueryOverlays

Source§

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

Source§

type ReturnObject = SetShowContainerQueryOverlaysReturnObject

Source§

impl Method for SetShowDebugBorders

Source§

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

Source§

type ReturnObject = SetShowDebugBordersReturnObject

Source§

impl Method for SetShowFPSCounter

Source§

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

Source§

type ReturnObject = SetShowFPSCounterReturnObject

Source§

impl Method for SetShowFlexOverlays

Source§

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

Source§

type ReturnObject = SetShowFlexOverlaysReturnObject

Source§

impl Method for SetShowGridOverlays

Source§

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

Source§

type ReturnObject = SetShowGridOverlaysReturnObject

Source§

impl Method for SetShowHinge

Source§

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

Source§

type ReturnObject = SetShowHingeReturnObject

Source§

impl Method for SetShowHitTestBorders

Source§

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

Source§

type ReturnObject = SetShowHitTestBordersReturnObject

Source§

impl Method for SetShowIsolatedElements

Source§

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

Source§

type ReturnObject = SetShowIsolatedElementsReturnObject

Source§

impl Method for SetShowLayoutShiftRegions

Source§

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

Source§

type ReturnObject = SetShowLayoutShiftRegionsReturnObject

Source§

impl Method for SetShowPaintRects

Source§

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

Source§

type ReturnObject = SetShowPaintRectsReturnObject

Source§

impl Method for SetShowScrollBottleneckRects

Source§

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

Source§

type ReturnObject = SetShowScrollBottleneckRectsReturnObject

Source§

impl Method for SetShowScrollSnapOverlays

Source§

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

Source§

type ReturnObject = SetShowScrollSnapOverlaysReturnObject

Source§

impl Method for SetShowViewportSizeOnResize

Source§

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

Source§

type ReturnObject = SetShowViewportSizeOnResizeReturnObject

Source§

impl Method for SetShowWebVitals

Source§

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

Source§

type ReturnObject = SetShowWebVitalsReturnObject

Source§

impl Method for SetShowWindowControlsOverlay

Source§

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

Source§

type ReturnObject = SetShowWindowControlsOverlayReturnObject

Source§

impl Method for ChangeAppUserSettings

Source§

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

Source§

type ReturnObject = ChangeAppUserSettingsReturnObject

Source§

impl Method for GetOsAppState

Source§

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

Source§

type ReturnObject = GetOsAppStateReturnObject

Source§

impl Method for Install

Source§

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

Source§

type ReturnObject = InstallReturnObject

Source§

impl Method for Launch

Source§

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

Source§

type ReturnObject = LaunchReturnObject

Source§

impl Method for LaunchFilesInApp

Source§

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

Source§

type ReturnObject = LaunchFilesInAppReturnObject

Source§

impl Method for OpenCurrentPageInApp

Source§

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

Source§

type ReturnObject = OpenCurrentPageInAppReturnObject

Source§

impl Method for Uninstall

Source§

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

Source§

type ReturnObject = UninstallReturnObject

Source§

impl Method for AddCompilationCache

Source§

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

Source§

type ReturnObject = AddCompilationCacheReturnObject

Source§

impl Method for AddScriptToEvaluateOnLoad

Source§

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

Source§

type ReturnObject = AddScriptToEvaluateOnLoadReturnObject

Source§

impl Method for AddScriptToEvaluateOnNewDocument

Source§

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

Source§

type ReturnObject = AddScriptToEvaluateOnNewDocumentReturnObject

Source§

impl Method for BringToFront

Source§

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

Source§

type ReturnObject = BringToFrontReturnObject

Source§

impl Method for CaptureScreenshot

Source§

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

Source§

type ReturnObject = CaptureScreenshotReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::CaptureSnapshot

Source§

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

Source§

type ReturnObject = CaptureSnapshotReturnObject

Source§

impl Method for ClearCompilationCache

Source§

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

Source§

type ReturnObject = ClearCompilationCacheReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::ClearDeviceMetricsOverride

Source§

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

Source§

type ReturnObject = ClearDeviceMetricsOverrideReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::ClearDeviceOrientationOverride

Source§

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

Source§

type ReturnObject = ClearDeviceOrientationOverrideReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::ClearGeolocationOverride

Source§

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

Source§

type ReturnObject = ClearGeolocationOverrideReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::Close

Source§

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

Source§

type ReturnObject = CloseReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::Crash

Source§

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

Source§

type ReturnObject = CrashReturnObject

Source§

impl Method for CreateIsolatedWorld

Source§

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

Source§

type ReturnObject = CreateIsolatedWorldReturnObject

Source§

impl Method for DeleteCookie

Source§

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

Source§

type ReturnObject = DeleteCookieReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GenerateTestReport

Source§

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

Source§

type ReturnObject = GenerateTestReportReturnObject

Source§

impl Method for GetAdScriptId

Source§

const NAME: &'static str = "Page.getAdScriptId"

Source§

type ReturnObject = GetAdScriptIdReturnObject

Source§

impl Method for GetAppId

Source§

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

Source§

type ReturnObject = GetAppIdReturnObject

Source§

impl Method for GetAppManifest

Source§

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

Source§

type ReturnObject = GetAppManifestReturnObject

Source§

impl Method for GetFrameTree

Source§

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

Source§

type ReturnObject = GetFrameTreeReturnObject

Source§

impl Method for GetInstallabilityErrors

Source§

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

Source§

type ReturnObject = GetInstallabilityErrorsReturnObject

Source§

impl Method for GetLayoutMetrics

Source§

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

Source§

type ReturnObject = GetLayoutMetricsReturnObject

Source§

impl Method for GetManifestIcons

Source§

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

Source§

type ReturnObject = GetManifestIconsReturnObject

Source§

impl Method for GetNavigationHistory

Source§

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

Source§

type ReturnObject = GetNavigationHistoryReturnObject

Source§

impl Method for GetOriginTrials

Source§

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

Source§

type ReturnObject = GetOriginTrialsReturnObject

Source§

impl Method for GetPermissionsPolicyState

Source§

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

Source§

type ReturnObject = GetPermissionsPolicyStateReturnObject

Source§

impl Method for GetResourceContent

Source§

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

Source§

type ReturnObject = GetResourceContentReturnObject

Source§

impl Method for GetResourceTree

Source§

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

Source§

type ReturnObject = GetResourceTreeReturnObject

Source§

impl Method for HandleJavaScriptDialog

Source§

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

Source§

type ReturnObject = HandleJavaScriptDialogReturnObject

Source§

impl Method for Navigate

Source§

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

Source§

type ReturnObject = NavigateReturnObject

Source§

impl Method for NavigateToHistoryEntry

Source§

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

Source§

type ReturnObject = NavigateToHistoryEntryReturnObject

Source§

impl Method for PrintToPDF

Source§

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

Source§

type ReturnObject = PrintToPDFReturnObject

Source§

impl Method for ProduceCompilationCache

Source§

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

Source§

type ReturnObject = ProduceCompilationCacheReturnObject

Source§

impl Method for Reload

Source§

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

Source§

type ReturnObject = ReloadReturnObject

Source§

impl Method for RemoveScriptToEvaluateOnLoad

Source§

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

Source§

type ReturnObject = RemoveScriptToEvaluateOnLoadReturnObject

Source§

impl Method for RemoveScriptToEvaluateOnNewDocument

Source§

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

Source§

type ReturnObject = RemoveScriptToEvaluateOnNewDocumentReturnObject

Source§

impl Method for ResetNavigationHistory

Source§

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

Source§

type ReturnObject = ResetNavigationHistoryReturnObject

Source§

impl Method for ScreencastFrameAck

Source§

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

Source§

type ReturnObject = ScreencastFrameAckReturnObject

Source§

impl Method for SearchInResource

Source§

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

Source§

type ReturnObject = SearchInResourceReturnObject

Source§

impl Method for SetAdBlockingEnabled

Source§

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

Source§

type ReturnObject = SetAdBlockingEnabledReturnObject

Source§

impl Method for SetBypassCSP

Source§

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

Source§

type ReturnObject = SetBypassCSPReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::SetDeviceMetricsOverride

Source§

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

Source§

type ReturnObject = SetDeviceMetricsOverrideReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::SetDeviceOrientationOverride

Source§

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

Source§

type ReturnObject = SetDeviceOrientationOverrideReturnObject

Source§

impl Method for SetDocumentContent

Source§

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

Source§

type ReturnObject = SetDocumentContentReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::SetDownloadBehavior

Source§

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

Source§

type ReturnObject = SetDownloadBehaviorReturnObject

Source§

impl Method for SetFontFamilies

Source§

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

Source§

type ReturnObject = SetFontFamiliesReturnObject

Source§

impl Method for SetFontSizes

Source§

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

Source§

type ReturnObject = SetFontSizesReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::SetGeolocationOverride

Source§

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

Source§

type ReturnObject = SetGeolocationOverrideReturnObject

Source§

impl Method for SetInterceptFileChooserDialog

Source§

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

Source§

type ReturnObject = SetInterceptFileChooserDialogReturnObject

Source§

impl Method for SetLifecycleEventsEnabled

Source§

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

Source§

type ReturnObject = SetLifecycleEventsEnabledReturnObject

Source§

impl Method for SetPrerenderingAllowed

Source§

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

Source§

type ReturnObject = SetPrerenderingAllowedReturnObject

Source§

impl Method for SetRPHRegistrationMode

Source§

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

Source§

type ReturnObject = SetRPHRegistrationModeReturnObject

Source§

impl Method for SetSPCTransactionMode

Source§

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

Source§

type ReturnObject = SetSPCTransactionModeReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Page::SetTouchEmulationEnabled

Source§

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

Source§

type ReturnObject = SetTouchEmulationEnabledReturnObject

Source§

impl Method for SetWebLifecycleState

Source§

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

Source§

type ReturnObject = SetWebLifecycleStateReturnObject

Source§

impl Method for StartScreencast

Source§

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

Source§

type ReturnObject = StartScreencastReturnObject

Source§

impl Method for StopLoading

Source§

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

Source§

type ReturnObject = StopLoadingReturnObject

Source§

impl Method for StopScreencast

Source§

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

Source§

type ReturnObject = StopScreencastReturnObject

Source§

impl Method for WaitForDebugger

Source§

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

Source§

type ReturnObject = WaitForDebuggerReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Performance::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Performance::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GetMetrics

Source§

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

Source§

type ReturnObject = GetMetricsReturnObject

Source§

impl Method for SetTimeDomain

Source§

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

Source§

type ReturnObject = SetTimeDomainReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::PerformanceTimeline::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Preload::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Preload::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Profiler::Disable

Source§

const NAME: &'static str = "Profiler.disable"

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Profiler::Enable

Source§

const NAME: &'static str = "Profiler.enable"

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GetBestEffortCoverage

Source§

const NAME: &'static str = "Profiler.getBestEffortCoverage"

Source§

type ReturnObject = GetBestEffortCoverageReturnObject

Source§

impl Method for SetSamplingInterval

Source§

const NAME: &'static str = "Profiler.setSamplingInterval"

Source§

type ReturnObject = SetSamplingIntervalReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Profiler::Start

Source§

const NAME: &'static str = "Profiler.start"

Source§

type ReturnObject = StartReturnObject

Source§

impl Method for StartPreciseCoverage

Source§

const NAME: &'static str = "Profiler.startPreciseCoverage"

Source§

type ReturnObject = StartPreciseCoverageReturnObject

Source§

impl Method for Stop

Source§

const NAME: &'static str = "Profiler.stop"

Source§

type ReturnObject = StopReturnObject

Source§

impl Method for StopPreciseCoverage

Source§

const NAME: &'static str = "Profiler.stopPreciseCoverage"

Source§

type ReturnObject = StopPreciseCoverageReturnObject

Source§

impl Method for TakePreciseCoverage

Source§

const NAME: &'static str = "Profiler.takePreciseCoverage"

Source§

type ReturnObject = TakePreciseCoverageReturnObject

Source§

impl Method for AddBinding

Source§

const NAME: &'static str = "Runtime.addBinding"

Source§

type ReturnObject = AddBindingReturnObject

Source§

impl Method for AwaitPromise

Source§

const NAME: &'static str = "Runtime.awaitPromise"

Source§

type ReturnObject = AwaitPromiseReturnObject

Source§

impl Method for CallFunctionOn

Source§

const NAME: &'static str = "Runtime.callFunctionOn"

Source§

type ReturnObject = CallFunctionOnReturnObject

Source§

impl Method for CompileScript

Source§

const NAME: &'static str = "Runtime.compileScript"

Source§

type ReturnObject = CompileScriptReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Runtime::Disable

Source§

const NAME: &'static str = "Runtime.disable"

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for DiscardConsoleEntries

Source§

const NAME: &'static str = "Runtime.discardConsoleEntries"

Source§

type ReturnObject = DiscardConsoleEntriesReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Runtime::Enable

Source§

const NAME: &'static str = "Runtime.enable"

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for Evaluate

Source§

const NAME: &'static str = "Runtime.evaluate"

Source§

type ReturnObject = EvaluateReturnObject

Source§

impl Method for GetExceptionDetails

Source§

const NAME: &'static str = "Runtime.getExceptionDetails"

Source§

type ReturnObject = GetExceptionDetailsReturnObject

Source§

impl Method for GetHeapUsage

Source§

const NAME: &'static str = "Runtime.getHeapUsage"

Source§

type ReturnObject = GetHeapUsageReturnObject

Source§

impl Method for GetIsolateId

Source§

const NAME: &'static str = "Runtime.getIsolateId"

Source§

type ReturnObject = GetIsolateIdReturnObject

Source§

impl Method for GetProperties

Source§

const NAME: &'static str = "Runtime.getProperties"

Source§

type ReturnObject = GetPropertiesReturnObject

Source§

impl Method for GlobalLexicalScopeNames

Source§

const NAME: &'static str = "Runtime.globalLexicalScopeNames"

Source§

type ReturnObject = GlobalLexicalScopeNamesReturnObject

Source§

impl Method for QueryObjects

Source§

const NAME: &'static str = "Runtime.queryObjects"

Source§

type ReturnObject = QueryObjectsReturnObject

Source§

impl Method for ReleaseObject

Source§

const NAME: &'static str = "Runtime.releaseObject"

Source§

type ReturnObject = ReleaseObjectReturnObject

Source§

impl Method for ReleaseObjectGroup

Source§

const NAME: &'static str = "Runtime.releaseObjectGroup"

Source§

type ReturnObject = ReleaseObjectGroupReturnObject

Source§

impl Method for RemoveBinding

Source§

const NAME: &'static str = "Runtime.removeBinding"

Source§

type ReturnObject = RemoveBindingReturnObject

Source§

impl Method for RunIfWaitingForDebugger

Source§

const NAME: &'static str = "Runtime.runIfWaitingForDebugger"

Source§

type ReturnObject = RunIfWaitingForDebuggerReturnObject

Source§

impl Method for RunScript

Source§

const NAME: &'static str = "Runtime.runScript"

Source§

type ReturnObject = RunScriptReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Runtime::SetAsyncCallStackDepth

Source§

const NAME: &'static str = "Runtime.setAsyncCallStackDepth"

Source§

type ReturnObject = SetAsyncCallStackDepthReturnObject

Source§

impl Method for SetCustomObjectFormatterEnabled

Source§

const NAME: &'static str = "Runtime.setCustomObjectFormatterEnabled"

Source§

type ReturnObject = SetCustomObjectFormatterEnabledReturnObject

Source§

impl Method for SetMaxCallStackSizeToCapture

Source§

const NAME: &'static str = "Runtime.setMaxCallStackSizeToCapture"

Source§

type ReturnObject = SetMaxCallStackSizeToCaptureReturnObject

Source§

impl Method for TerminateExecution

Source§

const NAME: &'static str = "Runtime.terminateExecution"

Source§

type ReturnObject = TerminateExecutionReturnObject

Source§

impl Method for GetDomains

Source§

const NAME: &'static str = "Schema.getDomains"

Source§

type ReturnObject = GetDomainsReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Security::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Security::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for HandleCertificateError

Source§

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

Source§

type ReturnObject = HandleCertificateErrorReturnObject

Source§

impl Method for SetIgnoreCertificateErrors

Source§

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

Source§

type ReturnObject = SetIgnoreCertificateErrorsReturnObject

Source§

impl Method for SetOverrideCertificateErrors

Source§

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

Source§

type ReturnObject = SetOverrideCertificateErrorsReturnObject

Source§

impl Method for DeliverPushMessage

Source§

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

Source§

type ReturnObject = DeliverPushMessageReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::ServiceWorker::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for DispatchPeriodicSyncEvent

Source§

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

Source§

type ReturnObject = DispatchPeriodicSyncEventReturnObject

Source§

impl Method for DispatchSyncEvent

Source§

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

Source§

type ReturnObject = DispatchSyncEventReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::ServiceWorker::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for InspectWorker

Source§

const NAME: &'static str = "ServiceWorker.inspectWorker"

Source§

type ReturnObject = InspectWorkerReturnObject

Source§

impl Method for SetForceUpdateOnPageLoad

Source§

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

Source§

type ReturnObject = SetForceUpdateOnPageLoadReturnObject

Source§

impl Method for SkipWaiting

Source§

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

Source§

type ReturnObject = SkipWaitingReturnObject

Source§

impl Method for StartWorker

Source§

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

Source§

type ReturnObject = StartWorkerReturnObject

Source§

impl Method for StopAllWorkers

Source§

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

Source§

type ReturnObject = StopAllWorkersReturnObject

Source§

impl Method for StopWorker

Source§

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

Source§

type ReturnObject = StopWorkerReturnObject

Source§

impl Method for Unregister

Source§

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

Source§

type ReturnObject = UnregisterReturnObject

Source§

impl Method for UpdateRegistration

Source§

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

Source§

type ReturnObject = UpdateRegistrationReturnObject

Source§

impl Method for ClearCookies

Source§

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

Source§

type ReturnObject = ClearCookiesReturnObject

Source§

impl Method for ClearDataForOrigin

Source§

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

Source§

type ReturnObject = ClearDataForOriginReturnObject

Source§

impl Method for ClearDataForStorageKey

Source§

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

Source§

type ReturnObject = ClearDataForStorageKeyReturnObject

Source§

impl Method for ClearSharedStorageEntries

Source§

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

Source§

type ReturnObject = ClearSharedStorageEntriesReturnObject

Source§

impl Method for ClearTrustTokens

Source§

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

Source§

type ReturnObject = ClearTrustTokensReturnObject

Source§

impl Method for DeleteSharedStorageEntry

Source§

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

Source§

type ReturnObject = DeleteSharedStorageEntryReturnObject

Source§

impl Method for DeleteStorageBucket

Source§

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

Source§

type ReturnObject = DeleteStorageBucketReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Storage::GetCookies

Source§

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

Source§

type ReturnObject = GetCookiesReturnObject

Source§

impl Method for GetInterestGroupDetails

Source§

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

Source§

type ReturnObject = GetInterestGroupDetailsReturnObject

Source§

impl Method for GetRelatedWebsiteSets

Source§

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

Source§

type ReturnObject = GetRelatedWebsiteSetsReturnObject

Source§

impl Method for GetSharedStorageEntries

Source§

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

Source§

type ReturnObject = GetSharedStorageEntriesReturnObject

Source§

impl Method for GetSharedStorageMetadata

Source§

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

Source§

type ReturnObject = GetSharedStorageMetadataReturnObject

Source§

impl Method for GetStorageKeyForFrame

Source§

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

Source§

type ReturnObject = GetStorageKeyForFrameReturnObject

Source§

impl Method for GetTrustTokens

Source§

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

Source§

type ReturnObject = GetTrustTokensReturnObject

Source§

impl Method for GetUsageAndQuota

Source§

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

Source§

type ReturnObject = GetUsageAndQuotaReturnObject

Source§

impl Method for OverrideQuotaForOrigin

Source§

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

Source§

type ReturnObject = OverrideQuotaForOriginReturnObject

Source§

impl Method for ResetSharedStorageBudget

Source§

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

Source§

type ReturnObject = ResetSharedStorageBudgetReturnObject

Source§

impl Method for RunBounceTrackingMitigations

Source§

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

Source§

type ReturnObject = RunBounceTrackingMitigationsReturnObject

Source§

impl Method for SendPendingAttributionReports

Source§

const NAME: &'static str = "Storage.sendPendingAttributionReports"

Source§

type ReturnObject = SendPendingAttributionReportsReturnObject

Source§

impl Method for SetAttributionReportingLocalTestingMode

Source§

const NAME: &'static str = "Storage.setAttributionReportingLocalTestingMode"

Source§

type ReturnObject = SetAttributionReportingLocalTestingModeReturnObject

Source§

impl Method for SetAttributionReportingTracking

Source§

const NAME: &'static str = "Storage.setAttributionReportingTracking"

Source§

type ReturnObject = SetAttributionReportingTrackingReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Storage::SetCookies

Source§

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

Source§

type ReturnObject = SetCookiesReturnObject

Source§

impl Method for SetInterestGroupAuctionTracking

Source§

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

Source§

type ReturnObject = SetInterestGroupAuctionTrackingReturnObject

Source§

impl Method for SetInterestGroupTracking

Source§

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

Source§

type ReturnObject = SetInterestGroupTrackingReturnObject

Source§

impl Method for SetSharedStorageEntry

Source§

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

Source§

type ReturnObject = SetSharedStorageEntryReturnObject

Source§

impl Method for SetSharedStorageTracking

Source§

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

Source§

type ReturnObject = SetSharedStorageTrackingReturnObject

Source§

impl Method for SetStorageBucketTracking

Source§

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

Source§

type ReturnObject = SetStorageBucketTrackingReturnObject

Source§

impl Method for TrackCacheStorageForOrigin

Source§

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

Source§

type ReturnObject = TrackCacheStorageForOriginReturnObject

Source§

impl Method for TrackCacheStorageForStorageKey

Source§

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

Source§

type ReturnObject = TrackCacheStorageForStorageKeyReturnObject

Source§

impl Method for TrackIndexedDBForOrigin

Source§

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

Source§

type ReturnObject = TrackIndexedDBForOriginReturnObject

Source§

impl Method for TrackIndexedDBForStorageKey

Source§

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

Source§

type ReturnObject = TrackIndexedDBForStorageKeyReturnObject

Source§

impl Method for UntrackCacheStorageForOrigin

Source§

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

Source§

type ReturnObject = UntrackCacheStorageForOriginReturnObject

Source§

impl Method for UntrackCacheStorageForStorageKey

Source§

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

Source§

type ReturnObject = UntrackCacheStorageForStorageKeyReturnObject

Source§

impl Method for UntrackIndexedDBForOrigin

Source§

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

Source§

type ReturnObject = UntrackIndexedDBForOriginReturnObject

Source§

impl Method for UntrackIndexedDBForStorageKey

Source§

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

Source§

type ReturnObject = UntrackIndexedDBForStorageKeyReturnObject

Source§

impl Method for GetFeatureState

Source§

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

Source§

type ReturnObject = GetFeatureStateReturnObject

Source§

impl Method for GetInfo

Source§

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

Source§

type ReturnObject = GetInfoReturnObject

Source§

impl Method for GetProcessInfo

Source§

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

Source§

type ReturnObject = GetProcessInfoReturnObject

Source§

impl Method for ActivateTarget

Source§

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

Source§

type ReturnObject = ActivateTargetReturnObject

Source§

impl Method for AttachToBrowserTarget

Source§

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

Source§

type ReturnObject = AttachToBrowserTargetReturnObject

Source§

impl Method for AttachToTarget

Source§

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

Source§

type ReturnObject = AttachToTargetReturnObject

Source§

impl Method for AutoAttachRelated

Source§

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

Source§

type ReturnObject = AutoAttachRelatedReturnObject

Source§

impl Method for CloseTarget

Source§

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

Source§

type ReturnObject = CloseTargetReturnObject

Source§

impl Method for CreateBrowserContext

Source§

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

Source§

type ReturnObject = CreateBrowserContextReturnObject

Source§

impl Method for CreateTarget

Source§

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

Source§

type ReturnObject = CreateTargetReturnObject

Source§

impl Method for DetachFromTarget

Source§

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

Source§

type ReturnObject = DetachFromTargetReturnObject

Source§

impl Method for DisposeBrowserContext

Source§

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

Source§

type ReturnObject = DisposeBrowserContextReturnObject

Source§

impl Method for ExposeDevToolsProtocol

Source§

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

Source§

type ReturnObject = ExposeDevToolsProtocolReturnObject

Source§

impl Method for GetBrowserContexts

Source§

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

Source§

type ReturnObject = GetBrowserContextsReturnObject

Source§

impl Method for GetTargetInfo

Source§

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

Source§

type ReturnObject = GetTargetInfoReturnObject

Source§

impl Method for GetTargets

Source§

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

Source§

type ReturnObject = GetTargetsReturnObject

Source§

impl Method for SendMessageToTarget

Source§

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

Source§

type ReturnObject = SendMessageToTargetReturnObject

Source§

impl Method for SetAutoAttach

Source§

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

Source§

type ReturnObject = SetAutoAttachReturnObject

Source§

impl Method for SetDiscoverTargets

Source§

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

Source§

type ReturnObject = SetDiscoverTargetsReturnObject

Source§

impl Method for SetRemoteLocations

Source§

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

Source§

type ReturnObject = SetRemoteLocationsReturnObject

Source§

impl Method for Bind

Source§

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

Source§

type ReturnObject = BindReturnObject

Source§

impl Method for Unbind

Source§

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

Source§

type ReturnObject = UnbindReturnObject

Source§

impl Method for End

Source§

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

Source§

type ReturnObject = EndReturnObject

Source§

impl Method for GetCategories

Source§

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

Source§

type ReturnObject = GetCategoriesReturnObject

Source§

impl Method for RecordClockSyncMarker

Source§

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

Source§

type ReturnObject = RecordClockSyncMarkerReturnObject

Source§

impl Method for RequestMemoryDump

Source§

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

Source§

type ReturnObject = RequestMemoryDumpReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::Tracing::Start

Source§

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

Source§

type ReturnObject = StartReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::WebAudio::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::WebAudio::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GetRealtimeData

Source§

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

Source§

type ReturnObject = GetRealtimeDataReturnObject

Source§

impl Method for AddCredential

Source§

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

Source§

type ReturnObject = AddCredentialReturnObject

Source§

impl Method for AddVirtualAuthenticator

Source§

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

Source§

type ReturnObject = AddVirtualAuthenticatorReturnObject

Source§

impl Method for ClearCredentials

Source§

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

Source§

type ReturnObject = ClearCredentialsReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::WebAuthn::Disable

Source§

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

Source§

type ReturnObject = DisableReturnObject

Source§

impl Method for headless_chrome::protocol::cdp::WebAuthn::Enable

Source§

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

Source§

type ReturnObject = EnableReturnObject

Source§

impl Method for GetCredential

Source§

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

Source§

type ReturnObject = GetCredentialReturnObject

Source§

impl Method for GetCredentials

Source§

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

Source§

type ReturnObject = GetCredentialsReturnObject

Source§

impl Method for RemoveCredential

Source§

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

Source§

type ReturnObject = RemoveCredentialReturnObject

Source§

impl Method for RemoveVirtualAuthenticator

Source§

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

Source§

type ReturnObject = RemoveVirtualAuthenticatorReturnObject

Source§

impl Method for SetAutomaticPresenceSimulation

Source§

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

Source§

type ReturnObject = SetAutomaticPresenceSimulationReturnObject

Source§

impl Method for SetCredentialProperties

Source§

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

Source§

type ReturnObject = SetCredentialPropertiesReturnObject

Source§

impl Method for SetResponseOverrideBits

Source§

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

Source§

type ReturnObject = SetResponseOverrideBitsReturnObject

Source§

impl Method for SetUserVerified

Source§

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

Source§

type ReturnObject = SetUserVerifiedReturnObject