Trait headless_chrome::protocol::cdp::types::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 Types§

Required Associated Constants§

source

const NAME: &'static str

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GetAXNodeAndAncestors

source§

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

§

type ReturnObject = GetAXNodeAndAncestorsReturnObject

source§

impl Method for GetChildAXNodes

source§

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

§

type ReturnObject = GetChildAXNodesReturnObject

source§

impl Method for GetFullAXTree

source§

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

§

type ReturnObject = GetFullAXTreeReturnObject

source§

impl Method for GetPartialAXTree

source§

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

§

type ReturnObject = GetPartialAXTreeReturnObject

source§

impl Method for GetRootAXNode

source§

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

§

type ReturnObject = GetRootAXNodeReturnObject

source§

impl Method for QueryAXTree

source§

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

§

type ReturnObject = QueryAXTreeReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GetCurrentTime

source§

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

§

type ReturnObject = GetCurrentTimeReturnObject

source§

impl Method for GetPlaybackRate

source§

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

§

type ReturnObject = GetPlaybackRateReturnObject

source§

impl Method for ReleaseAnimations

source§

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

§

type ReturnObject = ReleaseAnimationsReturnObject

source§

impl Method for ResolveAnimation

source§

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

§

type ReturnObject = ResolveAnimationReturnObject

source§

impl Method for SeekAnimations

source§

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

§

type ReturnObject = SeekAnimationsReturnObject

source§

impl Method for SetPaused

source§

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

§

type ReturnObject = SetPausedReturnObject

source§

impl Method for SetPlaybackRate

source§

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

§

type ReturnObject = SetPlaybackRateReturnObject

source§

impl Method for SetTiming

source§

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

§

type ReturnObject = SetTimingReturnObject

source§

impl Method for CheckContrast

source§

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

§

type ReturnObject = CheckContrastReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GetEncodedResponse

source§

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

§

type ReturnObject = GetEncodedResponseReturnObject

source§

impl Method for ClearEvents

source§

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

§

type ReturnObject = ClearEventsReturnObject

source§

impl Method for SetRecording

source§

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

§

type ReturnObject = SetRecordingReturnObject

source§

impl Method for StartObserving

source§

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

§

type ReturnObject = StartObservingReturnObject

source§

impl Method for StopObserving

source§

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

§

type ReturnObject = StopObservingReturnObject

source§

impl Method for CancelDownload

source§

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

§

type ReturnObject = CancelDownloadReturnObject

source§

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

source§

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

§

type ReturnObject = CloseReturnObject

source§

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

source§

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

§

type ReturnObject = CrashReturnObject

source§

impl Method for CrashGpuProcess

source§

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

§

type ReturnObject = CrashGpuProcessReturnObject

source§

impl Method for ExecuteBrowserCommand

source§

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

§

type ReturnObject = ExecuteBrowserCommandReturnObject

source§

impl Method for GetBrowserCommandLine

source§

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

§

type ReturnObject = GetBrowserCommandLineReturnObject

source§

impl Method for GetHistogram

source§

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

§

type ReturnObject = GetHistogramReturnObject

source§

impl Method for GetHistograms

source§

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

§

type ReturnObject = GetHistogramsReturnObject

source§

impl Method for GetVersion

source§

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

§

type ReturnObject = GetVersionReturnObject

source§

impl Method for GetWindowBounds

source§

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

§

type ReturnObject = GetWindowBoundsReturnObject

source§

impl Method for GetWindowForTarget

source§

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

§

type ReturnObject = GetWindowForTargetReturnObject

source§

impl Method for GrantPermissions

source§

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

§

type ReturnObject = GrantPermissionsReturnObject

source§

impl Method for ResetPermissions

source§

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

§

type ReturnObject = ResetPermissionsReturnObject

source§

impl Method for SetDockTile

source§

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

§

type ReturnObject = SetDockTileReturnObject

source§

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

source§

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

§

type ReturnObject = SetDownloadBehaviorReturnObject

source§

impl Method for SetPermission

source§

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

§

type ReturnObject = SetPermissionReturnObject

source§

impl Method for SetWindowBounds

source§

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

§

type ReturnObject = SetWindowBoundsReturnObject

source§

impl Method for AddRule

source§

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

§

type ReturnObject = AddRuleReturnObject

source§

impl Method for CollectClassNames

source§

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

§

type ReturnObject = CollectClassNamesReturnObject

source§

impl Method for CreateStyleSheet

source§

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

§

type ReturnObject = CreateStyleSheetReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for ForcePseudoState

source§

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

§

type ReturnObject = ForcePseudoStateReturnObject

source§

impl Method for GetBackgroundColors

source§

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

§

type ReturnObject = GetBackgroundColorsReturnObject

source§

impl Method for GetComputedStyleForNode

source§

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

§

type ReturnObject = GetComputedStyleForNodeReturnObject

source§

impl Method for GetInlineStylesForNode

source§

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

§

type ReturnObject = GetInlineStylesForNodeReturnObject

source§

impl Method for GetMatchedStylesForNode

source§

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

§

type ReturnObject = GetMatchedStylesForNodeReturnObject

source§

impl Method for GetMediaQueries

source§

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

§

type ReturnObject = GetMediaQueriesReturnObject

source§

impl Method for GetPlatformFontsForNode

source§

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

§

type ReturnObject = GetPlatformFontsForNodeReturnObject

source§

impl Method for GetStyleSheetText

source§

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

§

type ReturnObject = GetStyleSheetTextReturnObject

source§

impl Method for SetContainerQueryText

source§

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

§

type ReturnObject = SetContainerQueryTextReturnObject

source§

impl Method for SetEffectivePropertyValueForNode

source§

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

§

type ReturnObject = SetEffectivePropertyValueForNodeReturnObject

source§

impl Method for SetKeyframeKey

source§

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

§

type ReturnObject = SetKeyframeKeyReturnObject

source§

impl Method for SetLocalFontsEnabled

source§

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

§

type ReturnObject = SetLocalFontsEnabledReturnObject

source§

impl Method for SetMediaText

source§

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

§

type ReturnObject = SetMediaTextReturnObject

source§

impl Method for SetRuleSelector

source§

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

§

type ReturnObject = SetRuleSelectorReturnObject

source§

impl Method for SetStyleSheetText

source§

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

§

type ReturnObject = SetStyleSheetTextReturnObject

source§

impl Method for SetStyleTexts

source§

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

§

type ReturnObject = SetStyleTextsReturnObject

source§

impl Method for StartRuleUsageTracking

source§

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

§

type ReturnObject = StartRuleUsageTrackingReturnObject

source§

impl Method for StopRuleUsageTracking

source§

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

§

type ReturnObject = StopRuleUsageTrackingReturnObject

source§

impl Method for TakeComputedStyleUpdates

source§

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

§

type ReturnObject = TakeComputedStyleUpdatesReturnObject

source§

impl Method for TakeCoverageDelta

source§

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

§

type ReturnObject = TakeCoverageDeltaReturnObject

source§

impl Method for TrackComputedStyleUpdates

source§

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

§

type ReturnObject = TrackComputedStyleUpdatesReturnObject

source§

impl Method for DeleteCache

source§

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

§

type ReturnObject = DeleteCacheReturnObject

source§

impl Method for DeleteEntry

source§

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

§

type ReturnObject = DeleteEntryReturnObject

source§

impl Method for RequestCacheNames

source§

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

§

type ReturnObject = RequestCacheNamesReturnObject

source§

impl Method for RequestCachedResponse

source§

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

§

type ReturnObject = RequestCachedResponseReturnObject

source§

impl Method for RequestEntries

source§

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

§

type ReturnObject = RequestEntriesReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for SetSinkToUse

source§

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

§

type ReturnObject = SetSinkToUseReturnObject

source§

impl Method for StartTabMirroring

source§

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

§

type ReturnObject = StartTabMirroringReturnObject

source§

impl Method for StopCasting

source§

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

§

type ReturnObject = StopCastingReturnObject

source§

impl Method for ClearMessages

source§

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

§

type ReturnObject = ClearMessagesReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for CollectClassNamesFromSubtree

source§

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

§

type ReturnObject = CollectClassNamesFromSubtreeReturnObject

source§

impl Method for CopyTo

source§

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

§

type ReturnObject = CopyToReturnObject

source§

impl Method for DescribeNode

source§

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

§

type ReturnObject = DescribeNodeReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

impl Method for DiscardSearchResults

source§

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

§

type ReturnObject = DiscardSearchResultsReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for Focus

source§

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

§

type ReturnObject = FocusReturnObject

source§

impl Method for GetAttributes

source§

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

§

type ReturnObject = GetAttributesReturnObject

source§

impl Method for GetBoxModel

source§

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

§

type ReturnObject = GetBoxModelReturnObject

source§

impl Method for GetContainerForNode

source§

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

§

type ReturnObject = GetContainerForNodeReturnObject

source§

impl Method for GetContentQuads

source§

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

§

type ReturnObject = GetContentQuadsReturnObject

source§

impl Method for GetDocument

source§

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

§

type ReturnObject = GetDocumentReturnObject

source§

impl Method for GetFileInfo

source§

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

§

type ReturnObject = GetFileInfoReturnObject

source§

impl Method for GetFlattenedDocument

source§

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

§

type ReturnObject = GetFlattenedDocumentReturnObject

source§

impl Method for GetFrameOwner

source§

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

§

type ReturnObject = GetFrameOwnerReturnObject

source§

impl Method for GetNodeForLocation

source§

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

§

type ReturnObject = GetNodeForLocationReturnObject

source§

impl Method for GetNodeStackTraces

source§

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

§

type ReturnObject = GetNodeStackTracesReturnObject

source§

impl Method for GetNodesForSubtreeByStyle

source§

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

§

type ReturnObject = GetNodesForSubtreeByStyleReturnObject

source§

impl Method for GetOuterHTML

source§

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

§

type ReturnObject = GetOuterHTMLReturnObject

source§

impl Method for GetQueryingDescendantsForContainer

source§

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

§

type ReturnObject = GetQueryingDescendantsForContainerReturnObject

source§

impl Method for GetRelayoutBoundary

source§

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

§

type ReturnObject = GetRelayoutBoundaryReturnObject

source§

impl Method for GetSearchResults

source§

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

§

type ReturnObject = GetSearchResultsReturnObject

source§

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

source§

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

§

type ReturnObject = HideHighlightReturnObject

source§

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

source§

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

§

type ReturnObject = HighlightNodeReturnObject

source§

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

source§

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

§

type ReturnObject = HighlightRectReturnObject

source§

impl Method for MarkUndoableState

source§

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

§

type ReturnObject = MarkUndoableStateReturnObject

source§

impl Method for MoveTo

source§

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

§

type ReturnObject = MoveToReturnObject

source§

impl Method for PerformSearch

source§

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

§

type ReturnObject = PerformSearchReturnObject

source§

impl Method for PushNodeByPathToFrontend

source§

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

§

type ReturnObject = PushNodeByPathToFrontendReturnObject

source§

impl Method for PushNodesByBackendIdsToFrontend

source§

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

§

type ReturnObject = PushNodesByBackendIdsToFrontendReturnObject

source§

impl Method for QuerySelector

source§

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

§

type ReturnObject = QuerySelectorReturnObject

source§

impl Method for QuerySelectorAll

source§

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

§

type ReturnObject = QuerySelectorAllReturnObject

source§

impl Method for Redo

source§

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

§

type ReturnObject = RedoReturnObject

source§

impl Method for RemoveAttribute

source§

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

§

type ReturnObject = RemoveAttributeReturnObject

source§

impl Method for RemoveNode

source§

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

§

type ReturnObject = RemoveNodeReturnObject

source§

impl Method for RequestChildNodes

source§

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

§

type ReturnObject = RequestChildNodesReturnObject

source§

impl Method for RequestNode

source§

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

§

type ReturnObject = RequestNodeReturnObject

source§

impl Method for ResolveNode

source§

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

§

type ReturnObject = ResolveNodeReturnObject

source§

impl Method for ScrollIntoViewIfNeeded

source§

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

§

type ReturnObject = ScrollIntoViewIfNeededReturnObject

source§

impl Method for SetAttributeValue

source§

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

§

type ReturnObject = SetAttributeValueReturnObject

source§

impl Method for SetAttributesAsText

source§

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

§

type ReturnObject = SetAttributesAsTextReturnObject

source§

impl Method for SetFileInputFiles

source§

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

§

type ReturnObject = SetFileInputFilesReturnObject

source§

impl Method for SetInspectedNode

source§

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

§

type ReturnObject = SetInspectedNodeReturnObject

source§

impl Method for SetNodeName

source§

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

§

type ReturnObject = SetNodeNameReturnObject

source§

impl Method for SetNodeStackTracesEnabled

source§

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

§

type ReturnObject = SetNodeStackTracesEnabledReturnObject

source§

impl Method for SetNodeValue

source§

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

§

type ReturnObject = SetNodeValueReturnObject

source§

impl Method for SetOuterHTML

source§

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

§

type ReturnObject = SetOuterHTMLReturnObject

source§

impl Method for Undo

source§

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

§

type ReturnObject = UndoReturnObject

source§

impl Method for GetEventListeners

source§

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

§

type ReturnObject = GetEventListenersReturnObject

source§

impl Method for RemoveDOMBreakpoint

source§

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

§

type ReturnObject = RemoveDOMBreakpointReturnObject

source§

impl Method for RemoveEventListenerBreakpoint

source§

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

§

type ReturnObject = RemoveEventListenerBreakpointReturnObject

source§

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

source§

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

§

type ReturnObject = RemoveInstrumentationBreakpointReturnObject

source§

impl Method for RemoveXHRBreakpoint

source§

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

§

type ReturnObject = RemoveXHRBreakpointReturnObject

source§

impl Method for SetBreakOnCSPViolation

source§

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

§

type ReturnObject = SetBreakOnCSPViolationReturnObject

source§

impl Method for SetDOMBreakpoint

source§

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

§

type ReturnObject = SetDOMBreakpointReturnObject

source§

impl Method for SetEventListenerBreakpoint

source§

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

§

type ReturnObject = SetEventListenerBreakpointReturnObject

source§

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

source§

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

§

type ReturnObject = SetInstrumentationBreakpointReturnObject

source§

impl Method for SetXHRBreakpoint

source§

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

§

type ReturnObject = SetXHRBreakpointReturnObject

source§

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

source§

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

§

type ReturnObject = CaptureSnapshotReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GetSnapshot

source§

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

§

type ReturnObject = GetSnapshotReturnObject

source§

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

source§

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

§

type ReturnObject = ClearReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GetDOMStorageItems

source§

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

§

type ReturnObject = GetDOMStorageItemsReturnObject

source§

impl Method for RemoveDOMStorageItem

source§

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

§

type ReturnObject = RemoveDOMStorageItemReturnObject

source§

impl Method for SetDOMStorageItem

source§

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

§

type ReturnObject = SetDOMStorageItemReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for ExecuteSQL

source§

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

§

type ReturnObject = ExecuteSQLReturnObject

source§

impl Method for GetDatabaseTableNames

source§

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

§

type ReturnObject = GetDatabaseTableNamesReturnObject

source§

impl Method for ContinueToLocation

source§

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

§

type ReturnObject = ContinueToLocationReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for EvaluateOnCallFrame

source§

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

§

type ReturnObject = EvaluateOnCallFrameReturnObject

source§

impl Method for GetPossibleBreakpoints

source§

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

§

type ReturnObject = GetPossibleBreakpointsReturnObject

source§

impl Method for GetScriptSource

source§

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

§

type ReturnObject = GetScriptSourceReturnObject

source§

impl Method for GetStackTrace

source§

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

§

type ReturnObject = GetStackTraceReturnObject

source§

impl Method for GetWasmBytecode

source§

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

§

type ReturnObject = GetWasmBytecodeReturnObject

source§

impl Method for Pause

source§

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

§

type ReturnObject = PauseReturnObject

source§

impl Method for PauseOnAsyncCall

source§

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

§

type ReturnObject = PauseOnAsyncCallReturnObject

source§

impl Method for RemoveBreakpoint

source§

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

§

type ReturnObject = RemoveBreakpointReturnObject

source§

impl Method for RestartFrame

source§

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

§

type ReturnObject = RestartFrameReturnObject

source§

impl Method for Resume

source§

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

§

type ReturnObject = ResumeReturnObject

source§

impl Method for SearchInContent

source§

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

§

type ReturnObject = SearchInContentReturnObject

source§

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

source§

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

§

type ReturnObject = SetAsyncCallStackDepthReturnObject

source§

impl Method for SetBlackboxPatterns

source§

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

§

type ReturnObject = SetBlackboxPatternsReturnObject

source§

impl Method for SetBlackboxedRanges

source§

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

§

type ReturnObject = SetBlackboxedRangesReturnObject

source§

impl Method for SetBreakpoint

source§

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

§

type ReturnObject = SetBreakpointReturnObject

source§

impl Method for SetBreakpointByUrl

source§

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

§

type ReturnObject = SetBreakpointByUrlReturnObject

source§

impl Method for SetBreakpointOnFunctionCall

source§

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

§

type ReturnObject = SetBreakpointOnFunctionCallReturnObject

source§

impl Method for SetBreakpointsActive

source§

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

§

type ReturnObject = SetBreakpointsActiveReturnObject

source§

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

source§

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

§

type ReturnObject = SetInstrumentationBreakpointReturnObject

source§

impl Method for SetPauseOnExceptions

source§

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

§

type ReturnObject = SetPauseOnExceptionsReturnObject

source§

impl Method for SetReturnValue

source§

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

§

type ReturnObject = SetReturnValueReturnObject

source§

impl Method for SetScriptSource

source§

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

§

type ReturnObject = SetScriptSourceReturnObject

source§

impl Method for SetSkipAllPauses

source§

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

§

type ReturnObject = SetSkipAllPausesReturnObject

source§

impl Method for SetVariableValue

source§

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

§

type ReturnObject = SetVariableValueReturnObject

source§

impl Method for StepInto

source§

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

§

type ReturnObject = StepIntoReturnObject

source§

impl Method for StepOut

source§

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

§

type ReturnObject = StepOutReturnObject

source§

impl Method for StepOver

source§

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

§

type ReturnObject = StepOverReturnObject

source§

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

source§

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

§

type ReturnObject = ClearDeviceOrientationOverrideReturnObject

source§

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

source§

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

§

type ReturnObject = SetDeviceOrientationOverrideReturnObject

source§

impl Method for CanEmulate

source§

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

§

type ReturnObject = CanEmulateReturnObject

source§

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

source§

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

§

type ReturnObject = ClearDeviceMetricsOverrideReturnObject

source§

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

source§

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

§

type ReturnObject = ClearGeolocationOverrideReturnObject

source§

impl Method for ClearIdleOverride

source§

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

§

type ReturnObject = ClearIdleOverrideReturnObject

source§

impl Method for ResetPageScaleFactor

source§

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

§

type ReturnObject = ResetPageScaleFactorReturnObject

source§

impl Method for SetAutoDarkModeOverride

source§

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

§

type ReturnObject = SetAutoDarkModeOverrideReturnObject

source§

impl Method for SetCPUThrottlingRate

source§

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

§

type ReturnObject = SetCPUThrottlingRateReturnObject

source§

impl Method for SetDefaultBackgroundColorOverride

source§

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

§

type ReturnObject = SetDefaultBackgroundColorOverrideReturnObject

source§

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

source§

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

§

type ReturnObject = SetDeviceMetricsOverrideReturnObject

source§

impl Method for SetDisabledImageTypes

source§

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

§

type ReturnObject = SetDisabledImageTypesReturnObject

source§

impl Method for SetDocumentCookieDisabled

source§

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

§

type ReturnObject = SetDocumentCookieDisabledReturnObject

source§

impl Method for SetEmitTouchEventsForMouse

source§

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

§

type ReturnObject = SetEmitTouchEventsForMouseReturnObject

source§

impl Method for SetEmulatedMedia

source§

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

§

type ReturnObject = SetEmulatedMediaReturnObject

source§

impl Method for SetEmulatedVisionDeficiency

source§

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

§

type ReturnObject = SetEmulatedVisionDeficiencyReturnObject

source§

impl Method for SetFocusEmulationEnabled

source§

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

§

type ReturnObject = SetFocusEmulationEnabledReturnObject

source§

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

source§

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

§

type ReturnObject = SetGeolocationOverrideReturnObject

source§

impl Method for SetIdleOverride

source§

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

§

type ReturnObject = SetIdleOverrideReturnObject

source§

impl Method for SetLocaleOverride

source§

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

§

type ReturnObject = SetLocaleOverrideReturnObject

source§

impl Method for SetNavigatorOverrides

source§

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

§

type ReturnObject = SetNavigatorOverridesReturnObject

source§

impl Method for SetPageScaleFactor

source§

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

§

type ReturnObject = SetPageScaleFactorReturnObject

source§

impl Method for SetScriptExecutionDisabled

source§

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

§

type ReturnObject = SetScriptExecutionDisabledReturnObject

source§

impl Method for SetScrollbarsHidden

source§

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

§

type ReturnObject = SetScrollbarsHiddenReturnObject

source§

impl Method for SetTimezoneOverride

source§

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

§

type ReturnObject = SetTimezoneOverrideReturnObject

source§

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

source§

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

§

type ReturnObject = SetTouchEmulationEnabledReturnObject

source§

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

source§

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

§

type ReturnObject = SetUserAgentOverrideReturnObject

source§

impl Method for SetVirtualTimePolicy

source§

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

§

type ReturnObject = SetVirtualTimePolicyReturnObject

source§

impl Method for SetVisibleSize

source§

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

§

type ReturnObject = SetVisibleSizeReturnObject

source§

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

source§

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

§

type ReturnObject = RemoveInstrumentationBreakpointReturnObject

source§

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

source§

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

§

type ReturnObject = SetInstrumentationBreakpointReturnObject

source§

impl Method for ContinueRequest

source§

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

§

type ReturnObject = ContinueRequestReturnObject

source§

impl Method for ContinueResponse

source§

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

§

type ReturnObject = ContinueResponseReturnObject

source§

impl Method for ContinueWithAuth

source§

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

§

type ReturnObject = ContinueWithAuthReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for FailRequest

source§

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

§

type ReturnObject = FailRequestReturnObject

source§

impl Method for FulfillRequest

source§

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

§

type ReturnObject = FulfillRequestReturnObject

source§

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

source§

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

§

type ReturnObject = GetResponseBodyReturnObject

source§

impl Method for TakeResponseBodyAsStream

source§

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

§

type ReturnObject = TakeResponseBodyAsStreamReturnObject

source§

impl Method for BeginFrame

source§

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

§

type ReturnObject = BeginFrameReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for AddInspectedHeapObject

source§

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

§

type ReturnObject = AddInspectedHeapObjectReturnObject

source§

impl Method for CollectGarbage

source§

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

§

type ReturnObject = CollectGarbageReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GetHeapObjectId

source§

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

§

type ReturnObject = GetHeapObjectIdReturnObject

source§

impl Method for GetObjectByHeapObjectId

source§

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

§

type ReturnObject = GetObjectByHeapObjectIdReturnObject

source§

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

source§

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

§

type ReturnObject = GetSamplingProfileReturnObject

source§

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

source§

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

§

type ReturnObject = StartSamplingReturnObject

source§

impl Method for StartTrackingHeapObjects

source§

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

§

type ReturnObject = StartTrackingHeapObjectsReturnObject

source§

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

source§

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

§

type ReturnObject = StopSamplingReturnObject

source§

impl Method for StopTrackingHeapObjects

source§

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

§

type ReturnObject = StopTrackingHeapObjectsReturnObject

source§

impl Method for TakeHeapSnapshot

source§

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

§

type ReturnObject = TakeHeapSnapshotReturnObject

source§

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

source§

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

§

type ReturnObject = CloseReturnObject

source§

impl Method for Read

source§

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

§

type ReturnObject = ReadReturnObject

source§

impl Method for ResolveBlob

source§

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

§

type ReturnObject = ResolveBlobReturnObject

source§

impl Method for ClearObjectStore

source§

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

§

type ReturnObject = ClearObjectStoreReturnObject

source§

impl Method for DeleteDatabase

source§

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

§

type ReturnObject = DeleteDatabaseReturnObject

source§

impl Method for DeleteObjectStoreEntries

source§

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

§

type ReturnObject = DeleteObjectStoreEntriesReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GetMetadata

source§

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

§

type ReturnObject = GetMetadataReturnObject

source§

impl Method for RequestData

source§

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

§

type ReturnObject = RequestDataReturnObject

source§

impl Method for RequestDatabase

source§

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

§

type ReturnObject = RequestDatabaseReturnObject

source§

impl Method for RequestDatabaseNames

source§

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

§

type ReturnObject = RequestDatabaseNamesReturnObject

source§

impl Method for DispatchDragEvent

source§

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

§

type ReturnObject = DispatchDragEventReturnObject

source§

impl Method for DispatchKeyEvent

source§

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

§

type ReturnObject = DispatchKeyEventReturnObject

source§

impl Method for DispatchMouseEvent

source§

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

§

type ReturnObject = DispatchMouseEventReturnObject

source§

impl Method for DispatchTouchEvent

source§

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

§

type ReturnObject = DispatchTouchEventReturnObject

source§

impl Method for EmulateTouchFromMouseEvent

source§

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

§

type ReturnObject = EmulateTouchFromMouseEventReturnObject

source§

impl Method for ImeSetComposition

source§

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

§

type ReturnObject = ImeSetCompositionReturnObject

source§

impl Method for InsertText

source§

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

§

type ReturnObject = InsertTextReturnObject

source§

impl Method for SetIgnoreInputEvents

source§

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

§

type ReturnObject = SetIgnoreInputEventsReturnObject

source§

impl Method for SetInterceptDrags

source§

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

§

type ReturnObject = SetInterceptDragsReturnObject

source§

impl Method for SynthesizePinchGesture

source§

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

§

type ReturnObject = SynthesizePinchGestureReturnObject

source§

impl Method for SynthesizeScrollGesture

source§

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

§

type ReturnObject = SynthesizeScrollGestureReturnObject

source§

impl Method for SynthesizeTapGesture

source§

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

§

type ReturnObject = SynthesizeTapGestureReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for CompositingReasons

source§

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

§

type ReturnObject = CompositingReasonsReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for LoadSnapshot

source§

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

§

type ReturnObject = LoadSnapshotReturnObject

source§

impl Method for MakeSnapshot

source§

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

§

type ReturnObject = MakeSnapshotReturnObject

source§

impl Method for ProfileSnapshot

source§

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

§

type ReturnObject = ProfileSnapshotReturnObject

source§

impl Method for ReleaseSnapshot

source§

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

§

type ReturnObject = ReleaseSnapshotReturnObject

source§

impl Method for ReplaySnapshot

source§

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

§

type ReturnObject = ReplaySnapshotReturnObject

source§

impl Method for SnapshotCommandLog

source§

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

§

type ReturnObject = SnapshotCommandLogReturnObject

source§

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

source§

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

§

type ReturnObject = ClearReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for StartViolationsReport

source§

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

§

type ReturnObject = StartViolationsReportReturnObject

source§

impl Method for StopViolationsReport

source§

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

§

type ReturnObject = StopViolationsReportReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for ForciblyPurgeJavaScriptMemory

source§

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

§

type ReturnObject = ForciblyPurgeJavaScriptMemoryReturnObject

source§

impl Method for GetAllTimeSamplingProfile

source§

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

§

type ReturnObject = GetAllTimeSamplingProfileReturnObject

source§

impl Method for GetBrowserSamplingProfile

source§

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

§

type ReturnObject = GetBrowserSamplingProfileReturnObject

source§

impl Method for GetDOMCounters

source§

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

§

type ReturnObject = GetDOMCountersReturnObject

source§

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

source§

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

§

type ReturnObject = GetSamplingProfileReturnObject

source§

impl Method for PrepareForLeakDetection

source§

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

§

type ReturnObject = PrepareForLeakDetectionReturnObject

source§

impl Method for SetPressureNotificationsSuppressed

source§

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

§

type ReturnObject = SetPressureNotificationsSuppressedReturnObject

source§

impl Method for SimulatePressureNotification

source§

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

§

type ReturnObject = SimulatePressureNotificationReturnObject

source§

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

source§

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

§

type ReturnObject = StartSamplingReturnObject

source§

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

source§

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

§

type ReturnObject = StopSamplingReturnObject

source§

impl Method for CanClearBrowserCache

source§

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

§

type ReturnObject = CanClearBrowserCacheReturnObject

source§

impl Method for CanClearBrowserCookies

source§

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

§

type ReturnObject = CanClearBrowserCookiesReturnObject

source§

impl Method for CanEmulateNetworkConditions

source§

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

§

type ReturnObject = CanEmulateNetworkConditionsReturnObject

source§

impl Method for ClearAcceptedEncodingsOverride

source§

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

§

type ReturnObject = ClearAcceptedEncodingsOverrideReturnObject

source§

impl Method for ClearBrowserCache

source§

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

§

type ReturnObject = ClearBrowserCacheReturnObject

source§

impl Method for ClearBrowserCookies

source§

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

§

type ReturnObject = ClearBrowserCookiesReturnObject

source§

impl Method for ContinueInterceptedRequest

source§

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

§

type ReturnObject = ContinueInterceptedRequestReturnObject

source§

impl Method for DeleteCookies

source§

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

§

type ReturnObject = DeleteCookiesReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

impl Method for EmulateNetworkConditions

source§

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

§

type ReturnObject = EmulateNetworkConditionsReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for EnableReportingApi

source§

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

§

type ReturnObject = EnableReportingApiReturnObject

source§

impl Method for GetAllCookies

source§

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

§

type ReturnObject = GetAllCookiesReturnObject

source§

impl Method for GetCertificate

source§

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

§

type ReturnObject = GetCertificateReturnObject

source§

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

source§

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

§

type ReturnObject = GetCookiesReturnObject

source§

impl Method for GetRequestPostData

source§

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

§

type ReturnObject = GetRequestPostDataReturnObject

source§

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

source§

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

§

type ReturnObject = GetResponseBodyReturnObject

source§

impl Method for GetResponseBodyForInterception

source§

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

§

type ReturnObject = GetResponseBodyForInterceptionReturnObject

source§

impl Method for GetSecurityIsolationStatus

source§

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

§

type ReturnObject = GetSecurityIsolationStatusReturnObject

source§

impl Method for LoadNetworkResource

source§

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

§

type ReturnObject = LoadNetworkResourceReturnObject

source§

impl Method for ReplayXHR

source§

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

§

type ReturnObject = ReplayXHRReturnObject

source§

impl Method for SearchInResponseBody

source§

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

§

type ReturnObject = SearchInResponseBodyReturnObject

source§

impl Method for SetAcceptedEncodings

source§

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

§

type ReturnObject = SetAcceptedEncodingsReturnObject

source§

impl Method for SetAttachDebugStack

source§

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

§

type ReturnObject = SetAttachDebugStackReturnObject

source§

impl Method for SetBlockedURLs

source§

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

§

type ReturnObject = SetBlockedURLsReturnObject

source§

impl Method for SetBypassServiceWorker

source§

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

§

type ReturnObject = SetBypassServiceWorkerReturnObject

source§

impl Method for SetCacheDisabled

source§

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

§

type ReturnObject = SetCacheDisabledReturnObject

source§

impl Method for SetCookie

source§

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

§

type ReturnObject = SetCookieReturnObject

source§

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

source§

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

§

type ReturnObject = SetCookiesReturnObject

source§

impl Method for SetExtraHTTPHeaders

source§

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

§

type ReturnObject = SetExtraHTTPHeadersReturnObject

source§

impl Method for SetRequestInterception

source§

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

§

type ReturnObject = SetRequestInterceptionReturnObject

source§

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

source§

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

§

type ReturnObject = SetUserAgentOverrideReturnObject

source§

impl Method for TakeResponseBodyForInterceptionAsStream

source§

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

§

type ReturnObject = TakeResponseBodyForInterceptionAsStreamReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GetGridHighlightObjectsForTest

source§

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

§

type ReturnObject = GetGridHighlightObjectsForTestReturnObject

source§

impl Method for GetHighlightObjectForTest

source§

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

§

type ReturnObject = GetHighlightObjectForTestReturnObject

source§

impl Method for GetSourceOrderHighlightObjectForTest

source§

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

§

type ReturnObject = GetSourceOrderHighlightObjectForTestReturnObject

source§

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

source§

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

§

type ReturnObject = HideHighlightReturnObject

source§

impl Method for HighlightFrame

source§

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

§

type ReturnObject = HighlightFrameReturnObject

source§

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

source§

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

§

type ReturnObject = HighlightNodeReturnObject

source§

impl Method for HighlightQuad

source§

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

§

type ReturnObject = HighlightQuadReturnObject

source§

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

source§

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

§

type ReturnObject = HighlightRectReturnObject

source§

impl Method for HighlightSourceOrder

source§

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

§

type ReturnObject = HighlightSourceOrderReturnObject

source§

impl Method for SetInspectMode

source§

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

§

type ReturnObject = SetInspectModeReturnObject

source§

impl Method for SetPausedInDebuggerMessage

source§

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

§

type ReturnObject = SetPausedInDebuggerMessageReturnObject

source§

impl Method for SetShowAdHighlights

source§

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

§

type ReturnObject = SetShowAdHighlightsReturnObject

source§

impl Method for SetShowContainerQueryOverlays

source§

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

§

type ReturnObject = SetShowContainerQueryOverlaysReturnObject

source§

impl Method for SetShowDebugBorders

source§

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

§

type ReturnObject = SetShowDebugBordersReturnObject

source§

impl Method for SetShowFPSCounter

source§

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

§

type ReturnObject = SetShowFPSCounterReturnObject

source§

impl Method for SetShowFlexOverlays

source§

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

§

type ReturnObject = SetShowFlexOverlaysReturnObject

source§

impl Method for SetShowGridOverlays

source§

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

§

type ReturnObject = SetShowGridOverlaysReturnObject

source§

impl Method for SetShowHinge

source§

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

§

type ReturnObject = SetShowHingeReturnObject

source§

impl Method for SetShowHitTestBorders

source§

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

§

type ReturnObject = SetShowHitTestBordersReturnObject

source§

impl Method for SetShowIsolatedElements

source§

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

§

type ReturnObject = SetShowIsolatedElementsReturnObject

source§

impl Method for SetShowLayoutShiftRegions

source§

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

§

type ReturnObject = SetShowLayoutShiftRegionsReturnObject

source§

impl Method for SetShowPaintRects

source§

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

§

type ReturnObject = SetShowPaintRectsReturnObject

source§

impl Method for SetShowScrollBottleneckRects

source§

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

§

type ReturnObject = SetShowScrollBottleneckRectsReturnObject

source§

impl Method for SetShowScrollSnapOverlays

source§

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

§

type ReturnObject = SetShowScrollSnapOverlaysReturnObject

source§

impl Method for SetShowViewportSizeOnResize

source§

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

§

type ReturnObject = SetShowViewportSizeOnResizeReturnObject

source§

impl Method for SetShowWebVitals

source§

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

§

type ReturnObject = SetShowWebVitalsReturnObject

source§

impl Method for AddCompilationCache

source§

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

§

type ReturnObject = AddCompilationCacheReturnObject

source§

impl Method for AddScriptToEvaluateOnLoad

source§

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

§

type ReturnObject = AddScriptToEvaluateOnLoadReturnObject

source§

impl Method for AddScriptToEvaluateOnNewDocument

source§

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

§

type ReturnObject = AddScriptToEvaluateOnNewDocumentReturnObject

source§

impl Method for BringToFront

source§

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

§

type ReturnObject = BringToFrontReturnObject

source§

impl Method for CaptureScreenshot

source§

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

§

type ReturnObject = CaptureScreenshotReturnObject

source§

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

source§

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

§

type ReturnObject = CaptureSnapshotReturnObject

source§

impl Method for ClearCompilationCache

source§

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

§

type ReturnObject = ClearCompilationCacheReturnObject

source§

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

source§

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

§

type ReturnObject = ClearDeviceMetricsOverrideReturnObject

source§

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

source§

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

§

type ReturnObject = ClearDeviceOrientationOverrideReturnObject

source§

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

source§

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

§

type ReturnObject = ClearGeolocationOverrideReturnObject

source§

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

source§

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

§

type ReturnObject = CloseReturnObject

source§

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

source§

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

§

type ReturnObject = CrashReturnObject

source§

impl Method for CreateIsolatedWorld

source§

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

§

type ReturnObject = CreateIsolatedWorldReturnObject

source§

impl Method for DeleteCookie

source§

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

§

type ReturnObject = DeleteCookieReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GenerateTestReport

source§

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

§

type ReturnObject = GenerateTestReportReturnObject

source§

impl Method for GetAppId

source§

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

§

type ReturnObject = GetAppIdReturnObject

source§

impl Method for GetAppManifest

source§

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

§

type ReturnObject = GetAppManifestReturnObject

source§

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

source§

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

§

type ReturnObject = GetCookiesReturnObject

source§

impl Method for GetFrameTree

source§

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

§

type ReturnObject = GetFrameTreeReturnObject

source§

impl Method for GetInstallabilityErrors

source§

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

§

type ReturnObject = GetInstallabilityErrorsReturnObject

source§

impl Method for GetLayoutMetrics

source§

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

§

type ReturnObject = GetLayoutMetricsReturnObject

source§

impl Method for GetManifestIcons

source§

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

§

type ReturnObject = GetManifestIconsReturnObject

source§

impl Method for GetNavigationHistory

source§

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

§

type ReturnObject = GetNavigationHistoryReturnObject

source§

impl Method for GetOriginTrials

source§

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

§

type ReturnObject = GetOriginTrialsReturnObject

source§

impl Method for GetPermissionsPolicyState

source§

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

§

type ReturnObject = GetPermissionsPolicyStateReturnObject

source§

impl Method for GetResourceContent

source§

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

§

type ReturnObject = GetResourceContentReturnObject

source§

impl Method for GetResourceTree

source§

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

§

type ReturnObject = GetResourceTreeReturnObject

source§

impl Method for HandleJavaScriptDialog

source§

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

§

type ReturnObject = HandleJavaScriptDialogReturnObject

source§

impl Method for Navigate

source§

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

§

type ReturnObject = NavigateReturnObject

source§

impl Method for NavigateToHistoryEntry

source§

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

§

type ReturnObject = NavigateToHistoryEntryReturnObject

source§

impl Method for PrintToPDF

source§

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

§

type ReturnObject = PrintToPDFReturnObject

source§

impl Method for ProduceCompilationCache

source§

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

§

type ReturnObject = ProduceCompilationCacheReturnObject

source§

impl Method for Reload

source§

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

§

type ReturnObject = ReloadReturnObject

source§

impl Method for RemoveScriptToEvaluateOnLoad

source§

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

§

type ReturnObject = RemoveScriptToEvaluateOnLoadReturnObject

source§

impl Method for RemoveScriptToEvaluateOnNewDocument

source§

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

§

type ReturnObject = RemoveScriptToEvaluateOnNewDocumentReturnObject

source§

impl Method for ResetNavigationHistory

source§

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

§

type ReturnObject = ResetNavigationHistoryReturnObject

source§

impl Method for ScreencastFrameAck

source§

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

§

type ReturnObject = ScreencastFrameAckReturnObject

source§

impl Method for SearchInResource

source§

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

§

type ReturnObject = SearchInResourceReturnObject

source§

impl Method for SetAdBlockingEnabled

source§

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

§

type ReturnObject = SetAdBlockingEnabledReturnObject

source§

impl Method for SetBypassCSP

source§

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

§

type ReturnObject = SetBypassCSPReturnObject

source§

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

source§

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

§

type ReturnObject = SetDeviceMetricsOverrideReturnObject

source§

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

source§

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

§

type ReturnObject = SetDeviceOrientationOverrideReturnObject

source§

impl Method for SetDocumentContent

source§

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

§

type ReturnObject = SetDocumentContentReturnObject

source§

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

source§

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

§

type ReturnObject = SetDownloadBehaviorReturnObject

source§

impl Method for SetFontFamilies

source§

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

§

type ReturnObject = SetFontFamiliesReturnObject

source§

impl Method for SetFontSizes

source§

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

§

type ReturnObject = SetFontSizesReturnObject

source§

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

source§

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

§

type ReturnObject = SetGeolocationOverrideReturnObject

source§

impl Method for SetInterceptFileChooserDialog

source§

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

§

type ReturnObject = SetInterceptFileChooserDialogReturnObject

source§

impl Method for SetLifecycleEventsEnabled

source§

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

§

type ReturnObject = SetLifecycleEventsEnabledReturnObject

source§

impl Method for SetSPCTransactionMode

source§

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

§

type ReturnObject = SetSPCTransactionModeReturnObject

source§

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

source§

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

§

type ReturnObject = SetTouchEmulationEnabledReturnObject

source§

impl Method for SetWebLifecycleState

source§

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

§

type ReturnObject = SetWebLifecycleStateReturnObject

source§

impl Method for StartScreencast

source§

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

§

type ReturnObject = StartScreencastReturnObject

source§

impl Method for StopLoading

source§

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

§

type ReturnObject = StopLoadingReturnObject

source§

impl Method for StopScreencast

source§

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

§

type ReturnObject = StopScreencastReturnObject

source§

impl Method for WaitForDebugger

source§

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

§

type ReturnObject = WaitForDebuggerReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GetMetrics

source§

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

§

type ReturnObject = GetMetricsReturnObject

source§

impl Method for SetTimeDomain

source§

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

§

type ReturnObject = SetTimeDomainReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GetBestEffortCoverage

source§

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

§

type ReturnObject = GetBestEffortCoverageReturnObject

source§

impl Method for SetSamplingInterval

source§

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

§

type ReturnObject = SetSamplingIntervalReturnObject

source§

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

source§

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

§

type ReturnObject = StartReturnObject

source§

impl Method for StartPreciseCoverage

source§

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

§

type ReturnObject = StartPreciseCoverageReturnObject

source§

impl Method for StartTypeProfile

source§

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

§

type ReturnObject = StartTypeProfileReturnObject

source§

impl Method for Stop

source§

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

§

type ReturnObject = StopReturnObject

source§

impl Method for StopPreciseCoverage

source§

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

§

type ReturnObject = StopPreciseCoverageReturnObject

source§

impl Method for StopTypeProfile

source§

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

§

type ReturnObject = StopTypeProfileReturnObject

source§

impl Method for TakePreciseCoverage

source§

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

§

type ReturnObject = TakePreciseCoverageReturnObject

source§

impl Method for TakeTypeProfile

source§

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

§

type ReturnObject = TakeTypeProfileReturnObject

source§

impl Method for AddBinding

source§

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

§

type ReturnObject = AddBindingReturnObject

source§

impl Method for AwaitPromise

source§

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

§

type ReturnObject = AwaitPromiseReturnObject

source§

impl Method for CallFunctionOn

source§

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

§

type ReturnObject = CallFunctionOnReturnObject

source§

impl Method for CompileScript

source§

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

§

type ReturnObject = CompileScriptReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

impl Method for DiscardConsoleEntries

source§

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

§

type ReturnObject = DiscardConsoleEntriesReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for Evaluate

source§

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

§

type ReturnObject = EvaluateReturnObject

source§

impl Method for GetHeapUsage

source§

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

§

type ReturnObject = GetHeapUsageReturnObject

source§

impl Method for GetIsolateId

source§

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

§

type ReturnObject = GetIsolateIdReturnObject

source§

impl Method for GetProperties

source§

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

§

type ReturnObject = GetPropertiesReturnObject

source§

impl Method for GlobalLexicalScopeNames

source§

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

§

type ReturnObject = GlobalLexicalScopeNamesReturnObject

source§

impl Method for QueryObjects

source§

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

§

type ReturnObject = QueryObjectsReturnObject

source§

impl Method for ReleaseObject

source§

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

§

type ReturnObject = ReleaseObjectReturnObject

source§

impl Method for ReleaseObjectGroup

source§

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

§

type ReturnObject = ReleaseObjectGroupReturnObject

source§

impl Method for RemoveBinding

source§

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

§

type ReturnObject = RemoveBindingReturnObject

source§

impl Method for RunIfWaitingForDebugger

source§

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

§

type ReturnObject = RunIfWaitingForDebuggerReturnObject

source§

impl Method for RunScript

source§

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

§

type ReturnObject = RunScriptReturnObject

source§

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

source§

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

§

type ReturnObject = SetAsyncCallStackDepthReturnObject

source§

impl Method for SetCustomObjectFormatterEnabled

source§

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

§

type ReturnObject = SetCustomObjectFormatterEnabledReturnObject

source§

impl Method for SetMaxCallStackSizeToCapture

source§

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

§

type ReturnObject = SetMaxCallStackSizeToCaptureReturnObject

source§

impl Method for TerminateExecution

source§

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

§

type ReturnObject = TerminateExecutionReturnObject

source§

impl Method for GetDomains

source§

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

§

type ReturnObject = GetDomainsReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for HandleCertificateError

source§

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

§

type ReturnObject = HandleCertificateErrorReturnObject

source§

impl Method for SetIgnoreCertificateErrors

source§

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

§

type ReturnObject = SetIgnoreCertificateErrorsReturnObject

source§

impl Method for SetOverrideCertificateErrors

source§

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

§

type ReturnObject = SetOverrideCertificateErrorsReturnObject

source§

impl Method for DeliverPushMessage

source§

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

§

type ReturnObject = DeliverPushMessageReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

impl Method for DispatchPeriodicSyncEvent

source§

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

§

type ReturnObject = DispatchPeriodicSyncEventReturnObject

source§

impl Method for DispatchSyncEvent

source§

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

§

type ReturnObject = DispatchSyncEventReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for InspectWorker

source§

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

§

type ReturnObject = InspectWorkerReturnObject

source§

impl Method for SetForceUpdateOnPageLoad

source§

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

§

type ReturnObject = SetForceUpdateOnPageLoadReturnObject

source§

impl Method for SkipWaiting

source§

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

§

type ReturnObject = SkipWaitingReturnObject

source§

impl Method for StartWorker

source§

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

§

type ReturnObject = StartWorkerReturnObject

source§

impl Method for StopAllWorkers

source§

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

§

type ReturnObject = StopAllWorkersReturnObject

source§

impl Method for StopWorker

source§

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

§

type ReturnObject = StopWorkerReturnObject

source§

impl Method for Unregister

source§

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

§

type ReturnObject = UnregisterReturnObject

source§

impl Method for UpdateRegistration

source§

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

§

type ReturnObject = UpdateRegistrationReturnObject

source§

impl Method for ClearCookies

source§

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

§

type ReturnObject = ClearCookiesReturnObject

source§

impl Method for ClearDataForOrigin

source§

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

§

type ReturnObject = ClearDataForOriginReturnObject

source§

impl Method for ClearTrustTokens

source§

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

§

type ReturnObject = ClearTrustTokensReturnObject

source§

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

source§

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

§

type ReturnObject = GetCookiesReturnObject

source§

impl Method for GetTrustTokens

source§

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

§

type ReturnObject = GetTrustTokensReturnObject

source§

impl Method for GetUsageAndQuota

source§

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

§

type ReturnObject = GetUsageAndQuotaReturnObject

source§

impl Method for OverrideQuotaForOrigin

source§

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

§

type ReturnObject = OverrideQuotaForOriginReturnObject

source§

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

source§

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

§

type ReturnObject = SetCookiesReturnObject

source§

impl Method for TrackCacheStorageForOrigin

source§

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

§

type ReturnObject = TrackCacheStorageForOriginReturnObject

source§

impl Method for TrackIndexedDBForOrigin

source§

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

§

type ReturnObject = TrackIndexedDBForOriginReturnObject

source§

impl Method for UntrackCacheStorageForOrigin

source§

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

§

type ReturnObject = UntrackCacheStorageForOriginReturnObject

source§

impl Method for UntrackIndexedDBForOrigin

source§

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

§

type ReturnObject = UntrackIndexedDBForOriginReturnObject

source§

impl Method for GetInfo

source§

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

§

type ReturnObject = GetInfoReturnObject

source§

impl Method for GetProcessInfo

source§

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

§

type ReturnObject = GetProcessInfoReturnObject

source§

impl Method for ActivateTarget

source§

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

§

type ReturnObject = ActivateTargetReturnObject

source§

impl Method for AttachToBrowserTarget

source§

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

§

type ReturnObject = AttachToBrowserTargetReturnObject

source§

impl Method for AttachToTarget

source§

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

§

type ReturnObject = AttachToTargetReturnObject

source§

impl Method for AutoAttachRelated

source§

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

§

type ReturnObject = AutoAttachRelatedReturnObject

source§

impl Method for CloseTarget

source§

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

§

type ReturnObject = CloseTargetReturnObject

source§

impl Method for CreateBrowserContext

source§

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

§

type ReturnObject = CreateBrowserContextReturnObject

source§

impl Method for CreateTarget

source§

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

§

type ReturnObject = CreateTargetReturnObject

source§

impl Method for DetachFromTarget

source§

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

§

type ReturnObject = DetachFromTargetReturnObject

source§

impl Method for DisposeBrowserContext

source§

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

§

type ReturnObject = DisposeBrowserContextReturnObject

source§

impl Method for ExposeDevToolsProtocol

source§

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

§

type ReturnObject = ExposeDevToolsProtocolReturnObject

source§

impl Method for GetBrowserContexts

source§

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

§

type ReturnObject = GetBrowserContextsReturnObject

source§

impl Method for GetTargetInfo

source§

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

§

type ReturnObject = GetTargetInfoReturnObject

source§

impl Method for GetTargets

source§

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

§

type ReturnObject = GetTargetsReturnObject

source§

impl Method for SendMessageToTarget

source§

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

§

type ReturnObject = SendMessageToTargetReturnObject

source§

impl Method for SetAutoAttach

source§

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

§

type ReturnObject = SetAutoAttachReturnObject

source§

impl Method for SetDiscoverTargets

source§

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

§

type ReturnObject = SetDiscoverTargetsReturnObject

source§

impl Method for SetRemoteLocations

source§

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

§

type ReturnObject = SetRemoteLocationsReturnObject

source§

impl Method for Bind

source§

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

§

type ReturnObject = BindReturnObject

source§

impl Method for Unbind

source§

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

§

type ReturnObject = UnbindReturnObject

source§

impl Method for End

source§

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

§

type ReturnObject = EndReturnObject

source§

impl Method for GetCategories

source§

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

§

type ReturnObject = GetCategoriesReturnObject

source§

impl Method for RecordClockSyncMarker

source§

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

§

type ReturnObject = RecordClockSyncMarkerReturnObject

source§

impl Method for RequestMemoryDump

source§

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

§

type ReturnObject = RequestMemoryDumpReturnObject

source§

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

source§

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

§

type ReturnObject = StartReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GetRealtimeData

source§

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

§

type ReturnObject = GetRealtimeDataReturnObject

source§

impl Method for AddCredential

source§

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

§

type ReturnObject = AddCredentialReturnObject

source§

impl Method for AddVirtualAuthenticator

source§

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

§

type ReturnObject = AddVirtualAuthenticatorReturnObject

source§

impl Method for ClearCredentials

source§

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

§

type ReturnObject = ClearCredentialsReturnObject

source§

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

source§

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

§

type ReturnObject = DisableReturnObject

source§

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

source§

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

§

type ReturnObject = EnableReturnObject

source§

impl Method for GetCredential

source§

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

§

type ReturnObject = GetCredentialReturnObject

source§

impl Method for GetCredentials

source§

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

§

type ReturnObject = GetCredentialsReturnObject

source§

impl Method for RemoveCredential

source§

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

§

type ReturnObject = RemoveCredentialReturnObject

source§

impl Method for RemoveVirtualAuthenticator

source§

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

§

type ReturnObject = RemoveVirtualAuthenticatorReturnObject

source§

impl Method for SetAutomaticPresenceSimulation

source§

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

§

type ReturnObject = SetAutomaticPresenceSimulationReturnObject

source§

impl Method for SetUserVerified

source§

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

§

type ReturnObject = SetUserVerifiedReturnObject