Trait chrome_remote_interface_model::Command[][src]

pub trait Command: Serialize {
    type Return: for<'a> Deserialize<'a>;

    const METHOD: &'static str;
    fn into_request(
        self,
        session_id: Option<SessionId>,
        id: u32
    ) -> Request<Self>
    where
        Self: Sized
, { ... } }

Chrome DevTools Protocol Command.

Associated Types

type Return: for<'a> Deserialize<'a>[src]

Return type.

Loading content...

Associated Constants

const METHOD: &'static str[src]

Command method name.

Loading content...

Provided methods

fn into_request(self, session_id: Option<SessionId>, id: u32) -> Request<Self> where
    Self: Sized
[src]

Into command request.

Loading content...

Implementors

impl Command for chrome_remote_interface_model::accessibility::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::accessibility::EnableCommand[src]

type Return = EnableReturn

impl Command for GetFullAxTreeCommand[src]

impl Command for GetPartialAxTreeCommand[src]

impl Command for QueryAxTreeCommand[src]

type Return = QueryAxTreeReturn

impl Command for chrome_remote_interface_model::animation::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::animation::EnableCommand[src]

type Return = EnableReturn

impl Command for GetCurrentTimeCommand[src]

impl Command for GetPlaybackRateCommand[src]

impl Command for ReleaseAnimationsCommand[src]

impl Command for ResolveAnimationCommand[src]

impl Command for SeekAnimationsCommand[src]

impl Command for SetPausedCommand[src]

type Return = SetPausedReturn

impl Command for SetPlaybackRateCommand[src]

impl Command for SetTimingCommand[src]

type Return = SetTimingReturn

impl Command for chrome_remote_interface_model::application_cache::EnableCommand[src]

type Return = EnableReturn

impl Command for GetApplicationCacheForFrameCommand[src]

impl Command for GetFramesWithManifestsCommand[src]

impl Command for GetManifestForFrameCommand[src]

impl Command for chrome_remote_interface_model::audits::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::audits::EnableCommand[src]

type Return = EnableReturn

impl Command for GetEncodedResponseCommand[src]

impl Command for ClearEventsCommand[src]

type Return = ClearEventsReturn

impl Command for SetRecordingCommand[src]

impl Command for StartObservingCommand[src]

impl Command for StopObservingCommand[src]

impl Command for chrome_remote_interface_model::browser::CloseCommand[src]

type Return = CloseReturn

impl Command for chrome_remote_interface_model::browser::CrashCommand[src]

type Return = CrashReturn

impl Command for CrashGpuProcessCommand[src]

impl Command for ExecuteBrowserCommandCommand[src]

impl Command for GetBrowserCommandLineCommand[src]

impl Command for GetHistogramCommand[src]

impl Command for GetHistogramsCommand[src]

impl Command for GetVersionCommand[src]

type Return = GetVersionReturn

impl Command for GetWindowBoundsCommand[src]

impl Command for GetWindowForTargetCommand[src]

impl Command for GrantPermissionsCommand[src]

impl Command for ResetPermissionsCommand[src]

impl Command for SetDockTileCommand[src]

type Return = SetDockTileReturn

impl Command for chrome_remote_interface_model::browser::SetDownloadBehaviorCommand[src]

impl Command for SetPermissionCommand[src]

impl Command for SetWindowBoundsCommand[src]

impl Command for DeleteCacheCommand[src]

type Return = DeleteCacheReturn

impl Command for DeleteEntryCommand[src]

type Return = DeleteEntryReturn

impl Command for RequestCacheNamesCommand[src]

impl Command for RequestCachedResponseCommand[src]

impl Command for RequestEntriesCommand[src]

impl Command for chrome_remote_interface_model::cast::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::cast::EnableCommand[src]

type Return = EnableReturn

impl Command for SetSinkToUseCommand[src]

impl Command for StartTabMirroringCommand[src]

impl Command for StopCastingCommand[src]

type Return = StopCastingReturn

impl Command for ClearMessagesCommand[src]

impl Command for chrome_remote_interface_model::console::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::console::EnableCommand[src]

type Return = EnableReturn

impl Command for AddRuleCommand[src]

type Return = AddRuleReturn

impl Command for CollectClassNamesCommand[src]

impl Command for CreateStyleSheetCommand[src]

impl Command for chrome_remote_interface_model::css::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::css::EnableCommand[src]

type Return = EnableReturn

impl Command for ForcePseudoStateCommand[src]

impl Command for GetBackgroundColorsCommand[src]

impl Command for GetComputedStyleForNodeCommand[src]

impl Command for GetInlineStylesForNodeCommand[src]

impl Command for GetMatchedStylesForNodeCommand[src]

impl Command for GetMediaQueriesCommand[src]

impl Command for GetPlatformFontsForNodeCommand[src]

impl Command for GetStyleSheetTextCommand[src]

impl Command for SetEffectivePropertyValueForNodeCommand[src]

impl Command for SetKeyframeKeyCommand[src]

impl Command for SetLocalFontsEnabledCommand[src]

impl Command for SetMediaTextCommand[src]

impl Command for SetRuleSelectorCommand[src]

impl Command for SetStyleSheetTextCommand[src]

impl Command for SetStyleTextsCommand[src]

impl Command for StartRuleUsageTrackingCommand[src]

impl Command for StopRuleUsageTrackingCommand[src]

impl Command for TakeComputedStyleUpdatesCommand[src]

impl Command for TakeCoverageDeltaCommand[src]

impl Command for TrackComputedStyleUpdatesCommand[src]

impl Command for chrome_remote_interface_model::database::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::database::EnableCommand[src]

type Return = EnableReturn

impl Command for ExecuteSqlCommand[src]

type Return = ExecuteSqlReturn

impl Command for GetDatabaseTableNamesCommand[src]

impl Command for ContinueToLocationCommand[src]

impl Command for chrome_remote_interface_model::debugger::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::debugger::EnableCommand[src]

type Return = EnableReturn

impl Command for EvaluateOnCallFrameCommand[src]

impl Command for ExecuteWasmEvaluatorCommand[src]

impl Command for GetPossibleBreakpointsCommand[src]

impl Command for GetScriptSourceCommand[src]

impl Command for GetStackTraceCommand[src]

impl Command for GetWasmBytecodeCommand[src]

impl Command for PauseCommand[src]

type Return = PauseReturn

impl Command for PauseOnAsyncCallCommand[src]

impl Command for RemoveBreakpointCommand[src]

impl Command for RestartFrameCommand[src]

impl Command for ResumeCommand[src]

type Return = ResumeReturn

impl Command for SearchInContentCommand[src]

impl Command for chrome_remote_interface_model::debugger::SetAsyncCallStackDepthCommand[src]

impl Command for SetBlackboxPatternsCommand[src]

impl Command for SetBlackboxedRangesCommand[src]

impl Command for SetBreakpointByUrlCommand[src]

impl Command for SetBreakpointCommand[src]

impl Command for SetBreakpointOnFunctionCallCommand[src]

impl Command for SetBreakpointsActiveCommand[src]

impl Command for chrome_remote_interface_model::debugger::SetInstrumentationBreakpointCommand[src]

impl Command for SetPauseOnExceptionsCommand[src]

impl Command for SetReturnValueCommand[src]

impl Command for SetScriptSourceCommand[src]

impl Command for SetSkipAllPausesCommand[src]

impl Command for SetVariableValueCommand[src]

impl Command for StepIntoCommand[src]

type Return = StepIntoReturn

impl Command for StepOutCommand[src]

type Return = StepOutReturn

impl Command for StepOverCommand[src]

type Return = StepOverReturn

impl Command for chrome_remote_interface_model::device_orientation::ClearDeviceOrientationOverrideCommand[src]

impl Command for chrome_remote_interface_model::device_orientation::SetDeviceOrientationOverrideCommand[src]

impl Command for CollectClassNamesFromSubtreeCommand[src]

impl Command for CopyToCommand[src]

type Return = CopyToReturn

impl Command for DescribeNodeCommand[src]

impl Command for chrome_remote_interface_model::dom::DisableCommand[src]

type Return = DisableReturn

impl Command for DiscardSearchResultsCommand[src]

impl Command for chrome_remote_interface_model::dom::EnableCommand[src]

type Return = EnableReturn

impl Command for FocusCommand[src]

type Return = FocusReturn

impl Command for GetAttributesCommand[src]

impl Command for GetBoxModelCommand[src]

type Return = GetBoxModelReturn

impl Command for GetContentQuadsCommand[src]

impl Command for GetDocumentCommand[src]

type Return = GetDocumentReturn

impl Command for GetFileInfoCommand[src]

type Return = GetFileInfoReturn

impl Command for GetFlattenedDocumentCommand[src]

impl Command for GetFrameOwnerCommand[src]

impl Command for GetNodeForLocationCommand[src]

impl Command for GetNodeStackTracesCommand[src]

impl Command for GetNodesForSubtreeByStyleCommand[src]

impl Command for GetOuterHtmlCommand[src]

impl Command for GetRelayoutBoundaryCommand[src]

impl Command for GetSearchResultsCommand[src]

impl Command for chrome_remote_interface_model::dom::HideHighlightCommand[src]

impl Command for chrome_remote_interface_model::dom::HighlightNodeCommand[src]

impl Command for chrome_remote_interface_model::dom::HighlightRectCommand[src]

impl Command for MarkUndoableStateCommand[src]

impl Command for MoveToCommand[src]

type Return = MoveToReturn

impl Command for PerformSearchCommand[src]

impl Command for PushNodeByPathToFrontendCommand[src]

impl Command for PushNodesByBackendIdsToFrontendCommand[src]

impl Command for QuerySelectorAllCommand[src]

impl Command for QuerySelectorCommand[src]

impl Command for RedoCommand[src]

type Return = RedoReturn

impl Command for RemoveAttributeCommand[src]

impl Command for RemoveNodeCommand[src]

type Return = RemoveNodeReturn

impl Command for RequestChildNodesCommand[src]

impl Command for RequestNodeCommand[src]

type Return = RequestNodeReturn

impl Command for ResolveNodeCommand[src]

type Return = ResolveNodeReturn

impl Command for ScrollIntoViewIfNeededCommand[src]

impl Command for SetAttributeValueCommand[src]

impl Command for SetAttributesAsTextCommand[src]

impl Command for SetFileInputFilesCommand[src]

impl Command for SetInspectedNodeCommand[src]

impl Command for SetNodeNameCommand[src]

type Return = SetNodeNameReturn

impl Command for SetNodeStackTracesEnabledCommand[src]

impl Command for SetNodeValueCommand[src]

impl Command for SetOuterHtmlCommand[src]

impl Command for UndoCommand[src]

type Return = UndoReturn

impl Command for GetEventListenersCommand[src]

impl Command for RemoveDomBreakpointCommand[src]

impl Command for RemoveEventListenerBreakpointCommand[src]

impl Command for RemoveInstrumentationBreakpointCommand[src]

impl Command for RemoveXhrBreakpointCommand[src]

impl Command for SetDomBreakpointCommand[src]

impl Command for SetEventListenerBreakpointCommand[src]

impl Command for chrome_remote_interface_model::dom_debugger::SetInstrumentationBreakpointCommand[src]

impl Command for SetXhrBreakpointCommand[src]

impl Command for chrome_remote_interface_model::dom_snapshot::CaptureSnapshotCommand[src]

impl Command for chrome_remote_interface_model::dom_snapshot::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::dom_snapshot::EnableCommand[src]

type Return = EnableReturn

impl Command for GetSnapshotCommand[src]

type Return = GetSnapshotReturn

impl Command for chrome_remote_interface_model::dom_storage::ClearCommand[src]

type Return = ClearReturn

impl Command for chrome_remote_interface_model::dom_storage::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::dom_storage::EnableCommand[src]

type Return = EnableReturn

impl Command for GetDomStorageItemsCommand[src]

impl Command for RemoveDomStorageItemCommand[src]

impl Command for SetDomStorageItemCommand[src]

impl Command for CanEmulateCommand[src]

type Return = CanEmulateReturn

impl Command for chrome_remote_interface_model::emulation::ClearDeviceMetricsOverrideCommand[src]

impl Command for chrome_remote_interface_model::emulation::ClearGeolocationOverrideCommand[src]

impl Command for ClearIdleOverrideCommand[src]

impl Command for ResetPageScaleFactorCommand[src]

impl Command for SetCpuThrottlingRateCommand[src]

impl Command for SetDefaultBackgroundColorOverrideCommand[src]

impl Command for chrome_remote_interface_model::emulation::SetDeviceMetricsOverrideCommand[src]

impl Command for SetDisabledImageTypesCommand[src]

impl Command for SetDocumentCookieDisabledCommand[src]

impl Command for SetEmitTouchEventsForMouseCommand[src]

impl Command for SetEmulatedMediaCommand[src]

impl Command for SetEmulatedVisionDeficiencyCommand[src]

impl Command for SetFocusEmulationEnabledCommand[src]

impl Command for chrome_remote_interface_model::emulation::SetGeolocationOverrideCommand[src]

impl Command for SetIdleOverrideCommand[src]

impl Command for SetLocaleOverrideCommand[src]

impl Command for SetNavigatorOverridesCommand[src]

impl Command for SetPageScaleFactorCommand[src]

impl Command for SetScriptExecutionDisabledCommand[src]

impl Command for SetScrollbarsHiddenCommand[src]

impl Command for SetTimezoneOverrideCommand[src]

impl Command for chrome_remote_interface_model::emulation::SetTouchEmulationEnabledCommand[src]

impl Command for chrome_remote_interface_model::emulation::SetUserAgentOverrideCommand[src]

impl Command for SetVirtualTimePolicyCommand[src]

impl Command for SetVisibleSizeCommand[src]

impl Command for ContinueRequestCommand[src]

impl Command for ContinueWithAuthCommand[src]

impl Command for chrome_remote_interface_model::fetch::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::fetch::EnableCommand[src]

type Return = EnableReturn

impl Command for FailRequestCommand[src]

type Return = FailRequestReturn

impl Command for FulfillRequestCommand[src]

impl Command for chrome_remote_interface_model::fetch::GetResponseBodyCommand[src]

impl Command for TakeResponseBodyAsStreamCommand[src]

impl Command for BeginFrameCommand[src]

type Return = BeginFrameReturn

impl Command for chrome_remote_interface_model::headless_experimental::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::headless_experimental::EnableCommand[src]

type Return = EnableReturn

impl Command for AddInspectedHeapObjectCommand[src]

impl Command for CollectGarbageCommand[src]

impl Command for chrome_remote_interface_model::heap_profiler::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::heap_profiler::EnableCommand[src]

type Return = EnableReturn

impl Command for GetHeapObjectIdCommand[src]

impl Command for GetObjectByHeapObjectIdCommand[src]

impl Command for chrome_remote_interface_model::heap_profiler::GetSamplingProfileCommand[src]

impl Command for chrome_remote_interface_model::heap_profiler::StartSamplingCommand[src]

impl Command for StartTrackingHeapObjectsCommand[src]

impl Command for chrome_remote_interface_model::heap_profiler::StopSamplingCommand[src]

impl Command for StopTrackingHeapObjectsCommand[src]

impl Command for TakeHeapSnapshotCommand[src]

impl Command for ClearObjectStoreCommand[src]

impl Command for DeleteDatabaseCommand[src]

impl Command for DeleteObjectStoreEntriesCommand[src]

impl Command for chrome_remote_interface_model::indexed_db::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::indexed_db::EnableCommand[src]

type Return = EnableReturn

impl Command for GetMetadataCommand[src]

type Return = GetMetadataReturn

impl Command for RequestDataCommand[src]

type Return = RequestDataReturn

impl Command for RequestDatabaseCommand[src]

impl Command for RequestDatabaseNamesCommand[src]

impl Command for DispatchKeyEventCommand[src]

impl Command for DispatchMouseEventCommand[src]

impl Command for DispatchTouchEventCommand[src]

impl Command for EmulateTouchFromMouseEventCommand[src]

impl Command for InsertTextCommand[src]

type Return = InsertTextReturn

impl Command for SetIgnoreInputEventsCommand[src]

impl Command for SynthesizePinchGestureCommand[src]

impl Command for SynthesizeScrollGestureCommand[src]

impl Command for SynthesizeTapGestureCommand[src]

impl Command for chrome_remote_interface_model::inspector::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::inspector::EnableCommand[src]

type Return = EnableReturn

impl Command for chrome_remote_interface_model::io::CloseCommand[src]

type Return = CloseReturn

impl Command for ReadCommand[src]

type Return = ReadReturn

impl Command for ResolveBlobCommand[src]

type Return = ResolveBlobReturn

impl Command for CompositingReasonsCommand[src]

impl Command for chrome_remote_interface_model::layer_tree::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::layer_tree::EnableCommand[src]

type Return = EnableReturn

impl Command for LoadSnapshotCommand[src]

impl Command for MakeSnapshotCommand[src]

impl Command for ProfileSnapshotCommand[src]

impl Command for ReleaseSnapshotCommand[src]

impl Command for ReplaySnapshotCommand[src]

impl Command for SnapshotCommandLogCommand[src]

impl Command for chrome_remote_interface_model::log::ClearCommand[src]

type Return = ClearReturn

impl Command for chrome_remote_interface_model::log::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::log::EnableCommand[src]

type Return = EnableReturn

impl Command for StartViolationsReportCommand[src]

impl Command for StopViolationsReportCommand[src]

impl Command for chrome_remote_interface_model::media::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::media::EnableCommand[src]

type Return = EnableReturn

impl Command for ForciblyPurgeJavaScriptMemoryCommand[src]

impl Command for GetAllTimeSamplingProfileCommand[src]

impl Command for GetBrowserSamplingProfileCommand[src]

impl Command for GetDomCountersCommand[src]

impl Command for chrome_remote_interface_model::memory::GetSamplingProfileCommand[src]

impl Command for PrepareForLeakDetectionCommand[src]

impl Command for SetPressureNotificationsSuppressedCommand[src]

impl Command for SimulatePressureNotificationCommand[src]

impl Command for chrome_remote_interface_model::memory::StartSamplingCommand[src]

impl Command for chrome_remote_interface_model::memory::StopSamplingCommand[src]

impl Command for CanClearBrowserCacheCommand[src]

impl Command for CanClearBrowserCookiesCommand[src]

impl Command for CanEmulateNetworkConditionsCommand[src]

impl Command for ClearBrowserCacheCommand[src]

impl Command for ClearBrowserCookiesCommand[src]

impl Command for ContinueInterceptedRequestCommand[src]

impl Command for DeleteCookiesCommand[src]

impl Command for chrome_remote_interface_model::network::DisableCommand[src]

type Return = DisableReturn

impl Command for EmulateNetworkConditionsCommand[src]

impl Command for chrome_remote_interface_model::network::EnableCommand[src]

type Return = EnableReturn

impl Command for GetAllCookiesCommand[src]

impl Command for GetCertificateCommand[src]

impl Command for chrome_remote_interface_model::network::GetCookiesCommand[src]

type Return = GetCookiesReturn

impl Command for GetRequestPostDataCommand[src]

impl Command for chrome_remote_interface_model::network::GetResponseBodyCommand[src]

impl Command for GetResponseBodyForInterceptionCommand[src]

impl Command for GetSecurityIsolationStatusCommand[src]

impl Command for LoadNetworkResourceCommand[src]

impl Command for ReplayXhrCommand[src]

type Return = ReplayXhrReturn

impl Command for SearchInResponseBodyCommand[src]

impl Command for SetAttachDebugStackCommand[src]

impl Command for SetBlockedUrLsCommand[src]

impl Command for SetBypassServiceWorkerCommand[src]

impl Command for SetCacheDisabledCommand[src]

impl Command for SetCookieCommand[src]

type Return = SetCookieReturn

impl Command for chrome_remote_interface_model::network::SetCookiesCommand[src]

type Return = SetCookiesReturn

impl Command for SetDataSizeLimitsForTestCommand[src]

impl Command for SetExtraHttpHeadersCommand[src]

impl Command for SetRequestInterceptionCommand[src]

impl Command for chrome_remote_interface_model::network::SetUserAgentOverrideCommand[src]

impl Command for TakeResponseBodyForInterceptionAsStreamCommand[src]

impl Command for chrome_remote_interface_model::overlay::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::overlay::EnableCommand[src]

type Return = EnableReturn

impl Command for GetGridHighlightObjectsForTestCommand[src]

impl Command for GetHighlightObjectForTestCommand[src]

impl Command for GetSourceOrderHighlightObjectForTestCommand[src]

impl Command for chrome_remote_interface_model::overlay::HideHighlightCommand[src]

impl Command for HighlightFrameCommand[src]

impl Command for chrome_remote_interface_model::overlay::HighlightNodeCommand[src]

impl Command for HighlightQuadCommand[src]

impl Command for chrome_remote_interface_model::overlay::HighlightRectCommand[src]

impl Command for HighlightSourceOrderCommand[src]

impl Command for SetInspectModeCommand[src]

impl Command for SetPausedInDebuggerMessageCommand[src]

impl Command for SetShowAdHighlightsCommand[src]

impl Command for SetShowDebugBordersCommand[src]

impl Command for SetShowFpsCounterCommand[src]

impl Command for SetShowGridOverlaysCommand[src]

impl Command for SetShowHingeCommand[src]

impl Command for SetShowHitTestBordersCommand[src]

impl Command for SetShowLayoutShiftRegionsCommand[src]

impl Command for SetShowPaintRectsCommand[src]

impl Command for SetShowScrollBottleneckRectsCommand[src]

impl Command for SetShowViewportSizeOnResizeCommand[src]

impl Command for AddCompilationCacheCommand[src]

impl Command for AddScriptToEvaluateOnLoadCommand[src]

impl Command for AddScriptToEvaluateOnNewDocumentCommand[src]

impl Command for BringToFrontCommand[src]

impl Command for CaptureScreenshotCommand[src]

impl Command for chrome_remote_interface_model::page::CaptureSnapshotCommand[src]

impl Command for ClearCompilationCacheCommand[src]

impl Command for chrome_remote_interface_model::page::ClearDeviceMetricsOverrideCommand[src]

impl Command for chrome_remote_interface_model::page::ClearDeviceOrientationOverrideCommand[src]

impl Command for chrome_remote_interface_model::page::ClearGeolocationOverrideCommand[src]

impl Command for chrome_remote_interface_model::page::CloseCommand[src]

type Return = CloseReturn

impl Command for chrome_remote_interface_model::page::CrashCommand[src]

type Return = CrashReturn

impl Command for CreateIsolatedWorldCommand[src]

impl Command for DeleteCookieCommand[src]

impl Command for chrome_remote_interface_model::page::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::page::EnableCommand[src]

type Return = EnableReturn

impl Command for GenerateTestReportCommand[src]

impl Command for GetAppManifestCommand[src]

impl Command for chrome_remote_interface_model::page::GetCookiesCommand[src]

type Return = GetCookiesReturn

impl Command for GetFrameTreeCommand[src]

impl Command for GetInstallabilityErrorsCommand[src]

impl Command for GetLayoutMetricsCommand[src]

impl Command for GetManifestIconsCommand[src]

impl Command for GetNavigationHistoryCommand[src]

impl Command for GetResourceContentCommand[src]

impl Command for GetResourceTreeCommand[src]

impl Command for HandleJavaScriptDialogCommand[src]

impl Command for NavigateCommand[src]

type Return = NavigateReturn

impl Command for NavigateToHistoryEntryCommand[src]

impl Command for PrintToPdfCommand[src]

type Return = PrintToPdfReturn

impl Command for ReloadCommand[src]

type Return = ReloadReturn

impl Command for RemoveScriptToEvaluateOnLoadCommand[src]

impl Command for RemoveScriptToEvaluateOnNewDocumentCommand[src]

impl Command for ResetNavigationHistoryCommand[src]

impl Command for ScreencastFrameAckCommand[src]

impl Command for SearchInResourceCommand[src]

impl Command for SetAdBlockingEnabledCommand[src]

impl Command for SetBypassCspCommand[src]

impl Command for chrome_remote_interface_model::page::SetDeviceMetricsOverrideCommand[src]

impl Command for chrome_remote_interface_model::page::SetDeviceOrientationOverrideCommand[src]

impl Command for SetDocumentContentCommand[src]

impl Command for chrome_remote_interface_model::page::SetDownloadBehaviorCommand[src]

impl Command for SetFontFamiliesCommand[src]

impl Command for SetFontSizesCommand[src]

impl Command for chrome_remote_interface_model::page::SetGeolocationOverrideCommand[src]

impl Command for SetInterceptFileChooserDialogCommand[src]

impl Command for SetLifecycleEventsEnabledCommand[src]

impl Command for SetProduceCompilationCacheCommand[src]

impl Command for chrome_remote_interface_model::page::SetTouchEmulationEnabledCommand[src]

impl Command for SetWebLifecycleStateCommand[src]

impl Command for StartScreencastCommand[src]

impl Command for StopLoadingCommand[src]

type Return = StopLoadingReturn

impl Command for StopScreencastCommand[src]

impl Command for WaitForDebuggerCommand[src]

impl Command for chrome_remote_interface_model::performance::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::performance::EnableCommand[src]

type Return = EnableReturn

impl Command for GetMetricsCommand[src]

type Return = GetMetricsReturn

impl Command for SetTimeDomainCommand[src]

impl Command for chrome_remote_interface_model::profiler::DisableCommand[src]

type Return = DisableReturn

impl Command for DisableCountersCommand[src]

impl Command for DisableRuntimeCallStatsCommand[src]

impl Command for chrome_remote_interface_model::profiler::EnableCommand[src]

type Return = EnableReturn

impl Command for EnableCountersCommand[src]

impl Command for EnableRuntimeCallStatsCommand[src]

impl Command for GetBestEffortCoverageCommand[src]

impl Command for GetCountersCommand[src]

type Return = GetCountersReturn

impl Command for GetRuntimeCallStatsCommand[src]

impl Command for SetSamplingIntervalCommand[src]

impl Command for chrome_remote_interface_model::profiler::StartCommand[src]

type Return = StartReturn

impl Command for StartPreciseCoverageCommand[src]

impl Command for StartTypeProfileCommand[src]

impl Command for StopCommand[src]

type Return = StopReturn

impl Command for StopPreciseCoverageCommand[src]

impl Command for StopTypeProfileCommand[src]

impl Command for TakePreciseCoverageCommand[src]

impl Command for TakeTypeProfileCommand[src]

impl Command for AddBindingCommand[src]

type Return = AddBindingReturn

impl Command for AwaitPromiseCommand[src]

impl Command for CallFunctionOnCommand[src]

impl Command for CompileScriptCommand[src]

impl Command for chrome_remote_interface_model::runtime::DisableCommand[src]

type Return = DisableReturn

impl Command for DiscardConsoleEntriesCommand[src]

impl Command for chrome_remote_interface_model::runtime::EnableCommand[src]

type Return = EnableReturn

impl Command for EvaluateCommand[src]

type Return = EvaluateReturn

impl Command for GetHeapUsageCommand[src]

impl Command for GetIsolateIdCommand[src]

impl Command for GetPropertiesCommand[src]

impl Command for GlobalLexicalScopeNamesCommand[src]

impl Command for QueryObjectsCommand[src]

impl Command for ReleaseObjectCommand[src]

impl Command for ReleaseObjectGroupCommand[src]

impl Command for RemoveBindingCommand[src]

impl Command for RunIfWaitingForDebuggerCommand[src]

impl Command for RunScriptCommand[src]

type Return = RunScriptReturn

impl Command for chrome_remote_interface_model::runtime::SetAsyncCallStackDepthCommand[src]

impl Command for SetCustomObjectFormatterEnabledCommand[src]

impl Command for SetMaxCallStackSizeToCaptureCommand[src]

impl Command for TerminateExecutionCommand[src]

impl Command for GetDomainsCommand[src]

type Return = GetDomainsReturn

impl Command for chrome_remote_interface_model::security::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::security::EnableCommand[src]

type Return = EnableReturn

impl Command for HandleCertificateErrorCommand[src]

impl Command for SetIgnoreCertificateErrorsCommand[src]

impl Command for SetOverrideCertificateErrorsCommand[src]

impl Command for DeliverPushMessageCommand[src]

impl Command for chrome_remote_interface_model::service_worker::DisableCommand[src]

type Return = DisableReturn

impl Command for DispatchPeriodicSyncEventCommand[src]

impl Command for DispatchSyncEventCommand[src]

impl Command for chrome_remote_interface_model::service_worker::EnableCommand[src]

type Return = EnableReturn

impl Command for InspectWorkerCommand[src]

impl Command for SetForceUpdateOnPageLoadCommand[src]

impl Command for SkipWaitingCommand[src]

type Return = SkipWaitingReturn

impl Command for StartWorkerCommand[src]

type Return = StartWorkerReturn

impl Command for StopAllWorkersCommand[src]

impl Command for StopWorkerCommand[src]

type Return = StopWorkerReturn

impl Command for UnregisterCommand[src]

type Return = UnregisterReturn

impl Command for UpdateRegistrationCommand[src]

impl Command for ClearCookiesCommand[src]

impl Command for ClearDataForOriginCommand[src]

impl Command for chrome_remote_interface_model::storage::GetCookiesCommand[src]

type Return = GetCookiesReturn

impl Command for GetUsageAndQuotaCommand[src]

impl Command for OverrideQuotaForOriginCommand[src]

impl Command for chrome_remote_interface_model::storage::SetCookiesCommand[src]

type Return = SetCookiesReturn

impl Command for TrackCacheStorageForOriginCommand[src]

impl Command for TrackIndexedDbForOriginCommand[src]

impl Command for UntrackCacheStorageForOriginCommand[src]

impl Command for UntrackIndexedDbForOriginCommand[src]

impl Command for GetInfoCommand[src]

type Return = GetInfoReturn

impl Command for GetProcessInfoCommand[src]

impl Command for ActivateTargetCommand[src]

impl Command for AttachToBrowserTargetCommand[src]

impl Command for AttachToTargetCommand[src]

impl Command for CloseTargetCommand[src]

type Return = CloseTargetReturn

impl Command for CreateBrowserContextCommand[src]

impl Command for CreateTargetCommand[src]

impl Command for DetachFromTargetCommand[src]

impl Command for DisposeBrowserContextCommand[src]

impl Command for ExposeDevToolsProtocolCommand[src]

impl Command for GetBrowserContextsCommand[src]

impl Command for GetTargetInfoCommand[src]

impl Command for GetTargetsCommand[src]

type Return = GetTargetsReturn

impl Command for SendMessageToTargetCommand[src]

impl Command for SetAutoAttachCommand[src]

impl Command for SetDiscoverTargetsCommand[src]

impl Command for SetRemoteLocationsCommand[src]

impl Command for BindCommand[src]

type Return = BindReturn

impl Command for UnbindCommand[src]

type Return = UnbindReturn

impl Command for EndCommand[src]

type Return = EndReturn

impl Command for GetCategoriesCommand[src]

impl Command for RecordClockSyncMarkerCommand[src]

impl Command for RequestMemoryDumpCommand[src]

impl Command for chrome_remote_interface_model::tracing::StartCommand[src]

type Return = StartReturn

impl Command for chrome_remote_interface_model::web_audio::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::web_audio::EnableCommand[src]

type Return = EnableReturn

impl Command for GetRealtimeDataCommand[src]

impl Command for AddCredentialCommand[src]

impl Command for AddVirtualAuthenticatorCommand[src]

impl Command for ClearCredentialsCommand[src]

impl Command for chrome_remote_interface_model::web_authn::DisableCommand[src]

type Return = DisableReturn

impl Command for chrome_remote_interface_model::web_authn::EnableCommand[src]

type Return = EnableReturn

impl Command for GetCredentialCommand[src]

impl Command for GetCredentialsCommand[src]

impl Command for RemoveCredentialCommand[src]

impl Command for RemoveVirtualAuthenticatorCommand[src]

impl Command for SetAutomaticPresenceSimulationCommand[src]

impl Command for SetUserVerifiedCommand[src]

Loading content...