Documentation ¶
Overview ¶
Package cdproto provides the Chrome DevTools Protocol commands, types, and events for the cdproto domain.
Chrome DevTools Protocol types.
Generated by the cdproto-gen command.
Index ¶
Constants ¶
const ( CommandAccessibilityDisable = accessibility.CommandDisable CommandAccessibilityEnable = accessibility.CommandEnable CommandAccessibilityGetPartialAXTree = accessibility.CommandGetPartialAXTree CommandAccessibilityGetFullAXTree = accessibility.CommandGetFullAXTree CommandAnimationDisable = animation.CommandDisable CommandAnimationEnable = animation.CommandEnable CommandAnimationGetCurrentTime = animation.CommandGetCurrentTime CommandAnimationGetPlaybackRate = animation.CommandGetPlaybackRate CommandAnimationReleaseAnimations = animation.CommandReleaseAnimations CommandAnimationResolveAnimation = animation.CommandResolveAnimation CommandAnimationSeekAnimations = animation.CommandSeekAnimations CommandAnimationSetPaused = animation.CommandSetPaused CommandAnimationSetPlaybackRate = animation.CommandSetPlaybackRate CommandAnimationSetTiming = animation.CommandSetTiming EventAnimationAnimationCanceled = "Animation.animationCanceled" EventAnimationAnimationCreated = "Animation.animationCreated" EventAnimationAnimationStarted = "Animation.animationStarted" CommandApplicationCacheEnable = applicationcache.CommandEnable CommandApplicationCacheGetApplicationCacheForFrame = applicationcache.CommandGetApplicationCacheForFrame CommandApplicationCacheGetFramesWithManifests = applicationcache.CommandGetFramesWithManifests CommandApplicationCacheGetManifestForFrame = applicationcache.CommandGetManifestForFrame EventApplicationCacheApplicationCacheStatusUpdated = "ApplicationCache.applicationCacheStatusUpdated" EventApplicationCacheNetworkStateUpdated = "ApplicationCache.networkStateUpdated" CommandAuditsGetEncodedResponse = audits.CommandGetEncodedResponse CommandAuditsDisable = audits.CommandDisable CommandAuditsEnable = audits.CommandEnable EventAuditsIssueAdded = "Audits.issueAdded" CommandBackgroundServiceStartObserving = backgroundservice.CommandStartObserving CommandBackgroundServiceStopObserving = backgroundservice.CommandStopObserving CommandBackgroundServiceSetRecording = backgroundservice.CommandSetRecording CommandBackgroundServiceClearEvents = backgroundservice.CommandClearEvents EventBackgroundServiceRecordingStateChanged = "BackgroundService.recordingStateChanged" EventBackgroundServiceBackgroundServiceEventReceived = "BackgroundService.backgroundServiceEventReceived" CommandBrowserSetPermission = browser.CommandSetPermission CommandBrowserGrantPermissions = browser.CommandGrantPermissions CommandBrowserResetPermissions = browser.CommandResetPermissions CommandBrowserClose = browser.CommandClose CommandBrowserCrash = browser.CommandCrash CommandBrowserCrashGpuProcess = browser.CommandCrashGpuProcess CommandBrowserGetVersion = browser.CommandGetVersion CommandBrowserGetBrowserCommandLine = browser.CommandGetBrowserCommandLine CommandBrowserGetHistograms = browser.CommandGetHistograms CommandBrowserGetHistogram = browser.CommandGetHistogram CommandBrowserGetWindowBounds = browser.CommandGetWindowBounds CommandBrowserGetWindowForTarget = browser.CommandGetWindowForTarget CommandBrowserSetWindowBounds = browser.CommandSetWindowBounds CommandBrowserSetDockTile = browser.CommandSetDockTile CommandCSSAddRule = css.CommandAddRule CommandCSSCollectClassNames = css.CommandCollectClassNames CommandCSSCreateStyleSheet = css.CommandCreateStyleSheet CommandCSSDisable = css.CommandDisable CommandCSSEnable = css.CommandEnable CommandCSSForcePseudoState = css.CommandForcePseudoState CommandCSSGetBackgroundColors = css.CommandGetBackgroundColors CommandCSSGetComputedStyleForNode = css.CommandGetComputedStyleForNode CommandCSSGetInlineStylesForNode = css.CommandGetInlineStylesForNode CommandCSSGetMatchedStylesForNode = css.CommandGetMatchedStylesForNode CommandCSSGetMediaQueries = css.CommandGetMediaQueries CommandCSSGetPlatformFontsForNode = css.CommandGetPlatformFontsForNode CommandCSSGetStyleSheetText = css.CommandGetStyleSheetText CommandCSSSetEffectivePropertyValueForNode = css.CommandSetEffectivePropertyValueForNode CommandCSSSetKeyframeKey = css.CommandSetKeyframeKey CommandCSSSetMediaText = css.CommandSetMediaText CommandCSSSetRuleSelector = css.CommandSetRuleSelector CommandCSSSetStyleSheetText = css.CommandSetStyleSheetText CommandCSSSetStyleTexts = css.CommandSetStyleTexts CommandCSSStartRuleUsageTracking = css.CommandStartRuleUsageTracking CommandCSSStopRuleUsageTracking = css.CommandStopRuleUsageTracking CommandCSSTakeCoverageDelta = css.CommandTakeCoverageDelta EventCSSFontsUpdated = "CSS.fontsUpdated" EventCSSMediaQueryResultChanged = "CSS.mediaQueryResultChanged" EventCSSStyleSheetAdded = "CSS.styleSheetAdded" EventCSSStyleSheetChanged = "CSS.styleSheetChanged" EventCSSStyleSheetRemoved = "CSS.styleSheetRemoved" CommandCacheStorageDeleteCache = cachestorage.CommandDeleteCache CommandCacheStorageDeleteEntry = cachestorage.CommandDeleteEntry CommandCacheStorageRequestCacheNames = cachestorage.CommandRequestCacheNames CommandCacheStorageRequestCachedResponse = cachestorage.CommandRequestCachedResponse CommandCacheStorageRequestEntries = cachestorage.CommandRequestEntries CommandCastEnable = cast.CommandEnable CommandCastDisable = cast.CommandDisable CommandCastSetSinkToUse = cast.CommandSetSinkToUse CommandCastStartTabMirroring = cast.CommandStartTabMirroring CommandCastStopCasting = cast.CommandStopCasting EventCastSinksUpdated = "Cast.sinksUpdated" EventCastIssueUpdated = "Cast.issueUpdated" CommandDOMCollectClassNamesFromSubtree = dom.CommandCollectClassNamesFromSubtree CommandDOMCopyTo = dom.CommandCopyTo CommandDOMDescribeNode = dom.CommandDescribeNode CommandDOMDisable = dom.CommandDisable CommandDOMDiscardSearchResults = dom.CommandDiscardSearchResults CommandDOMEnable = dom.CommandEnable CommandDOMFocus = dom.CommandFocus CommandDOMGetAttributes = dom.CommandGetAttributes CommandDOMGetBoxModel = dom.CommandGetBoxModel CommandDOMGetContentQuads = dom.CommandGetContentQuads CommandDOMGetDocument = dom.CommandGetDocument CommandDOMGetFlattenedDocument = dom.CommandGetFlattenedDocument CommandDOMGetNodeForLocation = dom.CommandGetNodeForLocation CommandDOMGetOuterHTML = dom.CommandGetOuterHTML CommandDOMGetRelayoutBoundary = dom.CommandGetRelayoutBoundary CommandDOMGetSearchResults = dom.CommandGetSearchResults CommandDOMMarkUndoableState = dom.CommandMarkUndoableState CommandDOMMoveTo = dom.CommandMoveTo CommandDOMPerformSearch = dom.CommandPerformSearch CommandDOMPushNodeByPathToFrontend = dom.CommandPushNodeByPathToFrontend CommandDOMPushNodesByBackendIdsToFrontend = dom.CommandPushNodesByBackendIdsToFrontend CommandDOMQuerySelector = dom.CommandQuerySelector CommandDOMQuerySelectorAll = dom.CommandQuerySelectorAll CommandDOMRedo = dom.CommandRedo CommandDOMRemoveAttribute = dom.CommandRemoveAttribute CommandDOMRemoveNode = dom.CommandRemoveNode CommandDOMRequestChildNodes = dom.CommandRequestChildNodes CommandDOMRequestNode = dom.CommandRequestNode CommandDOMResolveNode = dom.CommandResolveNode CommandDOMSetAttributeValue = dom.CommandSetAttributeValue CommandDOMSetAttributesAsText = dom.CommandSetAttributesAsText CommandDOMSetFileInputFiles = dom.CommandSetFileInputFiles CommandDOMSetNodeStackTracesEnabled = dom.CommandSetNodeStackTracesEnabled CommandDOMGetNodeStackTraces = dom.CommandGetNodeStackTraces CommandDOMGetFileInfo = dom.CommandGetFileInfo CommandDOMSetInspectedNode = dom.CommandSetInspectedNode CommandDOMSetNodeName = dom.CommandSetNodeName CommandDOMSetNodeValue = dom.CommandSetNodeValue CommandDOMSetOuterHTML = dom.CommandSetOuterHTML CommandDOMUndo = dom.CommandUndo CommandDOMGetFrameOwner = dom.CommandGetFrameOwner EventDOMAttributeModified = "DOM.attributeModified" EventDOMAttributeRemoved = "DOM.attributeRemoved" EventDOMCharacterDataModified = "DOM.characterDataModified" EventDOMChildNodeCountUpdated = "DOM.childNodeCountUpdated" EventDOMChildNodeInserted = "DOM.childNodeInserted" EventDOMChildNodeRemoved = "DOM.childNodeRemoved" EventDOMDistributedNodesUpdated = "DOM.distributedNodesUpdated" EventDOMDocumentUpdated = "DOM.documentUpdated" EventDOMInlineStyleInvalidated = "DOM.inlineStyleInvalidated" EventDOMPseudoElementAdded = "DOM.pseudoElementAdded" EventDOMPseudoElementRemoved = "DOM.pseudoElementRemoved" EventDOMSetChildNodes = "DOM.setChildNodes" EventDOMShadowRootPopped = "DOM.shadowRootPopped" EventDOMShadowRootPushed = "DOM.shadowRootPushed" CommandDOMDebuggerGetEventListeners = domdebugger.CommandGetEventListeners CommandDOMDebuggerRemoveDOMBreakpoint = domdebugger.CommandRemoveDOMBreakpoint CommandDOMDebuggerRemoveEventListenerBreakpoint = domdebugger.CommandRemoveEventListenerBreakpoint CommandDOMDebuggerRemoveInstrumentationBreakpoint = domdebugger.CommandRemoveInstrumentationBreakpoint CommandDOMDebuggerRemoveXHRBreakpoint = domdebugger.CommandRemoveXHRBreakpoint CommandDOMDebuggerSetDOMBreakpoint = domdebugger.CommandSetDOMBreakpoint CommandDOMDebuggerSetEventListenerBreakpoint = domdebugger.CommandSetEventListenerBreakpoint CommandDOMDebuggerSetInstrumentationBreakpoint = domdebugger.CommandSetInstrumentationBreakpoint CommandDOMDebuggerSetXHRBreakpoint = domdebugger.CommandSetXHRBreakpoint CommandDOMSnapshotDisable = domsnapshot.CommandDisable CommandDOMSnapshotEnable = domsnapshot.CommandEnable CommandDOMSnapshotCaptureSnapshot = domsnapshot.CommandCaptureSnapshot CommandDOMStorageClear = domstorage.CommandClear CommandDOMStorageDisable = domstorage.CommandDisable CommandDOMStorageEnable = domstorage.CommandEnable CommandDOMStorageGetDOMStorageItems = domstorage.CommandGetDOMStorageItems CommandDOMStorageRemoveDOMStorageItem = domstorage.CommandRemoveDOMStorageItem CommandDOMStorageSetDOMStorageItem = domstorage.CommandSetDOMStorageItem EventDOMStorageDomStorageItemAdded = "DOMStorage.domStorageItemAdded" EventDOMStorageDomStorageItemRemoved = "DOMStorage.domStorageItemRemoved" EventDOMStorageDomStorageItemUpdated = "DOMStorage.domStorageItemUpdated" EventDOMStorageDomStorageItemsCleared = "DOMStorage.domStorageItemsCleared" CommandDatabaseDisable = database.CommandDisable CommandDatabaseEnable = database.CommandEnable CommandDatabaseExecuteSQL = database.CommandExecuteSQL CommandDatabaseGetDatabaseTableNames = database.CommandGetDatabaseTableNames EventDatabaseAddDatabase = "Database.addDatabase" CommandDebuggerContinueToLocation = debugger.CommandContinueToLocation CommandDebuggerDisable = debugger.CommandDisable CommandDebuggerEnable = debugger.CommandEnable CommandDebuggerEvaluateOnCallFrame = debugger.CommandEvaluateOnCallFrame CommandDebuggerGetPossibleBreakpoints = debugger.CommandGetPossibleBreakpoints CommandDebuggerGetScriptSource = debugger.CommandGetScriptSource CommandDebuggerGetStackTrace = debugger.CommandGetStackTrace CommandDebuggerPause = debugger.CommandPause CommandDebuggerRemoveBreakpoint = debugger.CommandRemoveBreakpoint CommandDebuggerRestartFrame = debugger.CommandRestartFrame CommandDebuggerResume = debugger.CommandResume CommandDebuggerSearchInContent = debugger.CommandSearchInContent CommandDebuggerSetAsyncCallStackDepth = debugger.CommandSetAsyncCallStackDepth CommandDebuggerSetBlackboxPatterns = debugger.CommandSetBlackboxPatterns CommandDebuggerSetBlackboxedRanges = debugger.CommandSetBlackboxedRanges CommandDebuggerSetBreakpoint = debugger.CommandSetBreakpoint CommandDebuggerSetInstrumentationBreakpoint = debugger.CommandSetInstrumentationBreakpoint CommandDebuggerSetBreakpointByURL = debugger.CommandSetBreakpointByURL CommandDebuggerSetBreakpointOnFunctionCall = debugger.CommandSetBreakpointOnFunctionCall CommandDebuggerSetBreakpointsActive = debugger.CommandSetBreakpointsActive CommandDebuggerSetPauseOnExceptions = debugger.CommandSetPauseOnExceptions CommandDebuggerSetReturnValue = debugger.CommandSetReturnValue CommandDebuggerSetScriptSource = debugger.CommandSetScriptSource CommandDebuggerSetSkipAllPauses = debugger.CommandSetSkipAllPauses CommandDebuggerSetVariableValue = debugger.CommandSetVariableValue CommandDebuggerStepInto = debugger.CommandStepInto CommandDebuggerStepOut = debugger.CommandStepOut CommandDebuggerStepOver = debugger.CommandStepOver EventDebuggerBreakpointResolved = "Debugger.breakpointResolved" EventDebuggerPaused = "Debugger.paused" EventDebuggerResumed = "Debugger.resumed" EventDebuggerScriptFailedToParse = "Debugger.scriptFailedToParse" EventDebuggerScriptParsed = "Debugger.scriptParsed" CommandDeviceOrientationClearDeviceOrientationOverride = deviceorientation.CommandClearDeviceOrientationOverride CommandDeviceOrientationSetDeviceOrientationOverride = deviceorientation.CommandSetDeviceOrientationOverride CommandEmulationCanEmulate = emulation.CommandCanEmulate CommandEmulationClearDeviceMetricsOverride = emulation.CommandClearDeviceMetricsOverride CommandEmulationClearGeolocationOverride = emulation.CommandClearGeolocationOverride CommandEmulationResetPageScaleFactor = emulation.CommandResetPageScaleFactor CommandEmulationSetFocusEmulationEnabled = emulation.CommandSetFocusEmulationEnabled CommandEmulationSetCPUThrottlingRate = emulation.CommandSetCPUThrottlingRate CommandEmulationSetDefaultBackgroundColorOverride = emulation.CommandSetDefaultBackgroundColorOverride CommandEmulationSetDeviceMetricsOverride = emulation.CommandSetDeviceMetricsOverride CommandEmulationSetScrollbarsHidden = emulation.CommandSetScrollbarsHidden CommandEmulationSetDocumentCookieDisabled = emulation.CommandSetDocumentCookieDisabled CommandEmulationSetEmitTouchEventsForMouse = emulation.CommandSetEmitTouchEventsForMouse CommandEmulationSetEmulatedMedia = emulation.CommandSetEmulatedMedia CommandEmulationSetGeolocationOverride = emulation.CommandSetGeolocationOverride CommandEmulationSetPageScaleFactor = emulation.CommandSetPageScaleFactor CommandEmulationSetScriptExecutionDisabled = emulation.CommandSetScriptExecutionDisabled CommandEmulationSetTouchEmulationEnabled = emulation.CommandSetTouchEmulationEnabled CommandEmulationSetVirtualTimePolicy = emulation.CommandSetVirtualTimePolicy CommandEmulationSetTimezoneOverride = emulation.CommandSetTimezoneOverride CommandEmulationSetUserAgentOverride = emulation.CommandSetUserAgentOverride EventEmulationVirtualTimeBudgetExpired = "Emulation.virtualTimeBudgetExpired" CommandFetchDisable = fetch.CommandDisable CommandFetchEnable = fetch.CommandEnable CommandFetchFailRequest = fetch.CommandFailRequest CommandFetchFulfillRequest = fetch.CommandFulfillRequest CommandFetchContinueRequest = fetch.CommandContinueRequest CommandFetchContinueWithAuth = fetch.CommandContinueWithAuth CommandFetchGetResponseBody = fetch.CommandGetResponseBody CommandFetchTakeResponseBodyAsStream = fetch.CommandTakeResponseBodyAsStream EventFetchRequestPaused = "Fetch.requestPaused" EventFetchAuthRequired = "Fetch.authRequired" CommandHeadlessExperimentalBeginFrame = headlessexperimental.CommandBeginFrame CommandHeadlessExperimentalDisable = headlessexperimental.CommandDisable CommandHeadlessExperimentalEnable = headlessexperimental.CommandEnable CommandHeapProfilerAddInspectedHeapObject = heapprofiler.CommandAddInspectedHeapObject CommandHeapProfilerCollectGarbage = heapprofiler.CommandCollectGarbage CommandHeapProfilerDisable = heapprofiler.CommandDisable CommandHeapProfilerEnable = heapprofiler.CommandEnable CommandHeapProfilerGetHeapObjectID = heapprofiler.CommandGetHeapObjectID CommandHeapProfilerGetObjectByHeapObjectID = heapprofiler.CommandGetObjectByHeapObjectID CommandHeapProfilerGetSamplingProfile = heapprofiler.CommandGetSamplingProfile CommandHeapProfilerStartSampling = heapprofiler.CommandStartSampling CommandHeapProfilerStartTrackingHeapObjects = heapprofiler.CommandStartTrackingHeapObjects CommandHeapProfilerStopSampling = heapprofiler.CommandStopSampling CommandHeapProfilerStopTrackingHeapObjects = heapprofiler.CommandStopTrackingHeapObjects CommandHeapProfilerTakeHeapSnapshot = heapprofiler.CommandTakeHeapSnapshot EventHeapProfilerAddHeapSnapshotChunk = "HeapProfiler.addHeapSnapshotChunk" EventHeapProfilerHeapStatsUpdate = "HeapProfiler.heapStatsUpdate" EventHeapProfilerLastSeenObjectID = "HeapProfiler.lastSeenObjectId" EventHeapProfilerReportHeapSnapshotProgress = "HeapProfiler.reportHeapSnapshotProgress" EventHeapProfilerResetProfiles = "HeapProfiler.resetProfiles" CommandIOClose = io.CommandClose CommandIORead = io.CommandRead CommandIOResolveBlob = io.CommandResolveBlob CommandIndexedDBClearObjectStore = indexeddb.CommandClearObjectStore CommandIndexedDBDeleteDatabase = indexeddb.CommandDeleteDatabase CommandIndexedDBDeleteObjectStoreEntries = indexeddb.CommandDeleteObjectStoreEntries CommandIndexedDBDisable = indexeddb.CommandDisable CommandIndexedDBEnable = indexeddb.CommandEnable CommandIndexedDBRequestData = indexeddb.CommandRequestData CommandIndexedDBGetMetadata = indexeddb.CommandGetMetadata CommandIndexedDBRequestDatabase = indexeddb.CommandRequestDatabase CommandIndexedDBRequestDatabaseNames = indexeddb.CommandRequestDatabaseNames CommandInputDispatchKeyEvent = input.CommandDispatchKeyEvent CommandInputInsertText = input.CommandInsertText CommandInputDispatchMouseEvent = input.CommandDispatchMouseEvent CommandInputDispatchTouchEvent = input.CommandDispatchTouchEvent CommandInputEmulateTouchFromMouseEvent = input.CommandEmulateTouchFromMouseEvent CommandInputSetIgnoreInputEvents = input.CommandSetIgnoreInputEvents CommandInputSynthesizePinchGesture = input.CommandSynthesizePinchGesture CommandInputSynthesizeScrollGesture = input.CommandSynthesizeScrollGesture CommandInputSynthesizeTapGesture = input.CommandSynthesizeTapGesture CommandInspectorDisable = inspector.CommandDisable CommandInspectorEnable = inspector.CommandEnable EventInspectorDetached = "Inspector.detached" EventInspectorTargetCrashed = "Inspector.targetCrashed" EventInspectorTargetReloadedAfterCrash = "Inspector.targetReloadedAfterCrash" CommandLayerTreeCompositingReasons = layertree.CommandCompositingReasons CommandLayerTreeDisable = layertree.CommandDisable CommandLayerTreeEnable = layertree.CommandEnable CommandLayerTreeLoadSnapshot = layertree.CommandLoadSnapshot CommandLayerTreeMakeSnapshot = layertree.CommandMakeSnapshot CommandLayerTreeProfileSnapshot = layertree.CommandProfileSnapshot CommandLayerTreeReleaseSnapshot = layertree.CommandReleaseSnapshot CommandLayerTreeReplaySnapshot = layertree.CommandReplaySnapshot CommandLayerTreeSnapshotCommandLog = layertree.CommandSnapshotCommandLog EventLayerTreeLayerPainted = "LayerTree.layerPainted" EventLayerTreeLayerTreeDidChange = "LayerTree.layerTreeDidChange" CommandLogClear = log.CommandClear CommandLogDisable = log.CommandDisable CommandLogEnable = log.CommandEnable CommandLogStartViolationsReport = log.CommandStartViolationsReport CommandLogStopViolationsReport = log.CommandStopViolationsReport EventLogEntryAdded = "Log.entryAdded" CommandMediaEnable = media.CommandEnable CommandMediaDisable = media.CommandDisable EventMediaPlayerPropertiesChanged = "Media.playerPropertiesChanged" EventMediaPlayerEventsAdded = "Media.playerEventsAdded" EventMediaPlayersCreated = "Media.playersCreated" CommandMemoryGetDOMCounters = memory.CommandGetDOMCounters CommandMemoryPrepareForLeakDetection = memory.CommandPrepareForLeakDetection CommandMemoryForciblyPurgeJavaScriptMemory = memory.CommandForciblyPurgeJavaScriptMemory CommandMemorySetPressureNotificationsSuppressed = memory.CommandSetPressureNotificationsSuppressed CommandMemorySimulatePressureNotification = memory.CommandSimulatePressureNotification CommandMemoryStartSampling = memory.CommandStartSampling CommandMemoryStopSampling = memory.CommandStopSampling CommandMemoryGetAllTimeSamplingProfile = memory.CommandGetAllTimeSamplingProfile CommandMemoryGetBrowserSamplingProfile = memory.CommandGetBrowserSamplingProfile CommandMemoryGetSamplingProfile = memory.CommandGetSamplingProfile CommandNetworkClearBrowserCache = network.CommandClearBrowserCache CommandNetworkClearBrowserCookies = network.CommandClearBrowserCookies CommandNetworkDeleteCookies = network.CommandDeleteCookies CommandNetworkDisable = network.CommandDisable CommandNetworkEmulateNetworkConditions = network.CommandEmulateNetworkConditions CommandNetworkEnable = network.CommandEnable CommandNetworkGetAllCookies = network.CommandGetAllCookies CommandNetworkGetCertificate = network.CommandGetCertificate CommandNetworkGetCookies = network.CommandGetCookies CommandNetworkGetResponseBody = network.CommandGetResponseBody CommandNetworkGetRequestPostData = network.CommandGetRequestPostData CommandNetworkGetResponseBodyForInterception = network.CommandGetResponseBodyForInterception CommandNetworkTakeResponseBodyForInterceptionAsStream = network.CommandTakeResponseBodyForInterceptionAsStream CommandNetworkReplayXHR = network.CommandReplayXHR CommandNetworkSearchInResponseBody = network.CommandSearchInResponseBody CommandNetworkSetBlockedURLS = network.CommandSetBlockedURLS CommandNetworkSetBypassServiceWorker = network.CommandSetBypassServiceWorker CommandNetworkSetCacheDisabled = network.CommandSetCacheDisabled CommandNetworkSetCookie = network.CommandSetCookie CommandNetworkSetCookies = network.CommandSetCookies CommandNetworkSetDataSizeLimitsForTest = network.CommandSetDataSizeLimitsForTest CommandNetworkSetExtraHTTPHeaders = network.CommandSetExtraHTTPHeaders EventNetworkDataReceived = "Network.dataReceived" EventNetworkEventSourceMessageReceived = "Network.eventSourceMessageReceived" EventNetworkLoadingFailed = "Network.loadingFailed" EventNetworkLoadingFinished = "Network.loadingFinished" EventNetworkRequestServedFromCache = "Network.requestServedFromCache" EventNetworkRequestWillBeSent = "Network.requestWillBeSent" EventNetworkResourceChangedPriority = "Network.resourceChangedPriority" EventNetworkSignedExchangeReceived = "Network.signedExchangeReceived" EventNetworkResponseReceived = "Network.responseReceived" EventNetworkWebSocketClosed = "Network.webSocketClosed" EventNetworkWebSocketCreated = "Network.webSocketCreated" EventNetworkWebSocketFrameError = "Network.webSocketFrameError" EventNetworkWebSocketFrameReceived = "Network.webSocketFrameReceived" EventNetworkWebSocketFrameSent = "Network.webSocketFrameSent" EventNetworkWebSocketHandshakeResponseReceived = "Network.webSocketHandshakeResponseReceived" EventNetworkWebSocketWillSendHandshakeRequest = "Network.webSocketWillSendHandshakeRequest" EventNetworkRequestWillBeSentExtraInfo = "Network.requestWillBeSentExtraInfo" EventNetworkResponseReceivedExtraInfo = "Network.responseReceivedExtraInfo" CommandOverlayDisable = overlay.CommandDisable CommandOverlayEnable = overlay.CommandEnable CommandOverlayGetHighlightObjectForTest = overlay.CommandGetHighlightObjectForTest CommandOverlayHideHighlight = overlay.CommandHideHighlight CommandOverlayHighlightFrame = overlay.CommandHighlightFrame CommandOverlayHighlightNode = overlay.CommandHighlightNode CommandOverlayHighlightQuad = overlay.CommandHighlightQuad CommandOverlayHighlightRect = overlay.CommandHighlightRect CommandOverlaySetInspectMode = overlay.CommandSetInspectMode CommandOverlaySetShowAdHighlights = overlay.CommandSetShowAdHighlights CommandOverlaySetPausedInDebuggerMessage = overlay.CommandSetPausedInDebuggerMessage CommandOverlaySetShowDebugBorders = overlay.CommandSetShowDebugBorders CommandOverlaySetShowFPSCounter = overlay.CommandSetShowFPSCounter CommandOverlaySetShowPaintRects = overlay.CommandSetShowPaintRects CommandOverlaySetShowLayoutShiftRegions = overlay.CommandSetShowLayoutShiftRegions CommandOverlaySetShowScrollBottleneckRects = overlay.CommandSetShowScrollBottleneckRects CommandOverlaySetShowHitTestBorders = overlay.CommandSetShowHitTestBorders CommandOverlaySetShowViewportSizeOnResize = overlay.CommandSetShowViewportSizeOnResize EventOverlayInspectNodeRequested = "Overlay.inspectNodeRequested" EventOverlayNodeHighlightRequested = "Overlay.nodeHighlightRequested" EventOverlayScreenshotRequested = "Overlay.screenshotRequested" EventOverlayInspectModeCanceled = "Overlay.inspectModeCanceled" CommandPageAddScriptToEvaluateOnNewDocument = page.CommandAddScriptToEvaluateOnNewDocument CommandPageBringToFront = page.CommandBringToFront CommandPageCaptureScreenshot = page.CommandCaptureScreenshot CommandPageCaptureSnapshot = page.CommandCaptureSnapshot CommandPageCreateIsolatedWorld = page.CommandCreateIsolatedWorld CommandPageDisable = page.CommandDisable CommandPageEnable = page.CommandEnable CommandPageGetAppManifest = page.CommandGetAppManifest CommandPageGetInstallabilityErrors = page.CommandGetInstallabilityErrors CommandPageGetManifestIcons = page.CommandGetManifestIcons CommandPageGetFrameTree = page.CommandGetFrameTree CommandPageGetLayoutMetrics = page.CommandGetLayoutMetrics CommandPageGetResourceContent = page.CommandGetResourceContent CommandPageGetResourceTree = page.CommandGetResourceTree CommandPageHandleJavaScriptDialog = page.CommandHandleJavaScriptDialog CommandPagePrintToPDF = page.CommandPrintToPDF CommandPageReload = page.CommandReload CommandPageRemoveScriptToEvaluateOnNewDocument = page.CommandRemoveScriptToEvaluateOnNewDocument CommandPageScreencastFrameAck = page.CommandScreencastFrameAck CommandPageSearchInResource = page.CommandSearchInResource CommandPageSetAdBlockingEnabled = page.CommandSetAdBlockingEnabled CommandPageSetBypassCSP = page.CommandSetBypassCSP CommandPageSetFontFamilies = page.CommandSetFontFamilies CommandPageSetFontSizes = page.CommandSetFontSizes CommandPageSetDocumentContent = page.CommandSetDocumentContent CommandPageSetDownloadBehavior = page.CommandSetDownloadBehavior CommandPageSetLifecycleEventsEnabled = page.CommandSetLifecycleEventsEnabled CommandPageStartScreencast = page.CommandStartScreencast CommandPageStopLoading = page.CommandStopLoading CommandPageCrash = page.CommandCrash CommandPageClose = page.CommandClose CommandPageSetWebLifecycleState = page.CommandSetWebLifecycleState CommandPageStopScreencast = page.CommandStopScreencast CommandPageSetProduceCompilationCache = page.CommandSetProduceCompilationCache CommandPageAddCompilationCache = page.CommandAddCompilationCache CommandPageClearCompilationCache = page.CommandClearCompilationCache CommandPageGenerateTestReport = page.CommandGenerateTestReport CommandPageWaitForDebugger = page.CommandWaitForDebugger CommandPageSetInterceptFileChooserDialog = page.CommandSetInterceptFileChooserDialog EventPageDomContentEventFired = "Page.domContentEventFired" EventPageFileChooserOpened = "Page.fileChooserOpened" EventPageFrameAttached = "Page.frameAttached" EventPageFrameDetached = "Page.frameDetached" EventPageFrameResized = "Page.frameResized" EventPageFrameStartedLoading = "Page.frameStartedLoading" EventPageFrameStoppedLoading = "Page.frameStoppedLoading" EventPageDownloadWillBegin = "Page.downloadWillBegin" EventPageInterstitialHidden = "Page.interstitialHidden" EventPageInterstitialShown = "Page.interstitialShown" EventPageJavascriptDialogClosed = "Page.javascriptDialogClosed" EventPageJavascriptDialogOpening = "Page.javascriptDialogOpening" EventPageLifecycleEvent = "Page.lifecycleEvent" EventPageLoadEventFired = "Page.loadEventFired" EventPageScreencastFrame = "Page.screencastFrame" EventPageScreencastVisibilityChanged = "Page.screencastVisibilityChanged" EventPageWindowOpen = "Page.windowOpen" EventPageCompilationCacheProduced = "Page.compilationCacheProduced" CommandPerformanceDisable = performance.CommandDisable CommandPerformanceEnable = performance.CommandEnable CommandPerformanceSetTimeDomain = performance.CommandSetTimeDomain CommandPerformanceGetMetrics = performance.CommandGetMetrics EventPerformanceMetrics = "Performance.metrics" CommandProfilerDisable = profiler.CommandDisable CommandProfilerEnable = profiler.CommandEnable CommandProfilerGetBestEffortCoverage = profiler.CommandGetBestEffortCoverage CommandProfilerSetSamplingInterval = profiler.CommandSetSamplingInterval CommandProfilerStart = profiler.CommandStart CommandProfilerStartPreciseCoverage = profiler.CommandStartPreciseCoverage CommandProfilerStartTypeProfile = profiler.CommandStartTypeProfile CommandProfilerStop = profiler.CommandStop CommandProfilerStopPreciseCoverage = profiler.CommandStopPreciseCoverage CommandProfilerStopTypeProfile = profiler.CommandStopTypeProfile CommandProfilerTakePreciseCoverage = profiler.CommandTakePreciseCoverage CommandProfilerTakeTypeProfile = profiler.CommandTakeTypeProfile CommandProfilerEnableRuntimeCallStats = profiler.CommandEnableRuntimeCallStats CommandProfilerDisableRuntimeCallStats = profiler.CommandDisableRuntimeCallStats CommandProfilerGetRuntimeCallStats = profiler.CommandGetRuntimeCallStats EventProfilerConsoleProfileFinished = "Profiler.consoleProfileFinished" EventProfilerConsoleProfileStarted = "Profiler.consoleProfileStarted" EventProfilerPreciseCoverageDeltaUpdate = "Profiler.preciseCoverageDeltaUpdate" CommandRuntimeAwaitPromise = runtime.CommandAwaitPromise CommandRuntimeCallFunctionOn = runtime.CommandCallFunctionOn CommandRuntimeCompileScript = runtime.CommandCompileScript CommandRuntimeDisable = runtime.CommandDisable CommandRuntimeDiscardConsoleEntries = runtime.CommandDiscardConsoleEntries CommandRuntimeEnable = runtime.CommandEnable CommandRuntimeEvaluate = runtime.CommandEvaluate CommandRuntimeGetIsolateID = runtime.CommandGetIsolateID CommandRuntimeGetHeapUsage = runtime.CommandGetHeapUsage CommandRuntimeGetProperties = runtime.CommandGetProperties CommandRuntimeGlobalLexicalScopeNames = runtime.CommandGlobalLexicalScopeNames CommandRuntimeQueryObjects = runtime.CommandQueryObjects CommandRuntimeReleaseObject = runtime.CommandReleaseObject CommandRuntimeReleaseObjectGroup = runtime.CommandReleaseObjectGroup CommandRuntimeRunIfWaitingForDebugger = runtime.CommandRunIfWaitingForDebugger CommandRuntimeRunScript = runtime.CommandRunScript CommandRuntimeSetCustomObjectFormatterEnabled = runtime.CommandSetCustomObjectFormatterEnabled CommandRuntimeSetMaxCallStackSizeToCapture = runtime.CommandSetMaxCallStackSizeToCapture CommandRuntimeTerminateExecution = runtime.CommandTerminateExecution CommandRuntimeAddBinding = runtime.CommandAddBinding CommandRuntimeRemoveBinding = runtime.CommandRemoveBinding EventRuntimeBindingCalled = "Runtime.bindingCalled" EventRuntimeConsoleAPICalled = "Runtime.consoleAPICalled" EventRuntimeExceptionRevoked = "Runtime.exceptionRevoked" EventRuntimeExceptionThrown = "Runtime.exceptionThrown" EventRuntimeExecutionContextCreated = "Runtime.executionContextCreated" EventRuntimeExecutionContextDestroyed = "Runtime.executionContextDestroyed" EventRuntimeExecutionContextsCleared = "Runtime.executionContextsCleared" EventRuntimeInspectRequested = "Runtime.inspectRequested" CommandSecurityDisable = security.CommandDisable CommandSecurityEnable = security.CommandEnable CommandSecuritySetIgnoreCertificateErrors = security.CommandSetIgnoreCertificateErrors EventSecurityVisibleSecurityStateChanged = "Security.visibleSecurityStateChanged" EventSecuritySecurityStateChanged = "Security.securityStateChanged" CommandServiceWorkerDeliverPushMessage = serviceworker.CommandDeliverPushMessage CommandServiceWorkerDisable = serviceworker.CommandDisable CommandServiceWorkerDispatchSyncEvent = serviceworker.CommandDispatchSyncEvent CommandServiceWorkerDispatchPeriodicSyncEvent = serviceworker.CommandDispatchPeriodicSyncEvent CommandServiceWorkerEnable = serviceworker.CommandEnable CommandServiceWorkerInspectWorker = serviceworker.CommandInspectWorker CommandServiceWorkerSetForceUpdateOnPageLoad = serviceworker.CommandSetForceUpdateOnPageLoad CommandServiceWorkerSkipWaiting = serviceworker.CommandSkipWaiting CommandServiceWorkerStartWorker = serviceworker.CommandStartWorker CommandServiceWorkerStopAllWorkers = serviceworker.CommandStopAllWorkers CommandServiceWorkerStopWorker = serviceworker.CommandStopWorker CommandServiceWorkerUnregister = serviceworker.CommandUnregister CommandServiceWorkerUpdateRegistration = serviceworker.CommandUpdateRegistration EventServiceWorkerWorkerErrorReported = "ServiceWorker.workerErrorReported" EventServiceWorkerWorkerRegistrationUpdated = "ServiceWorker.workerRegistrationUpdated" EventServiceWorkerWorkerVersionUpdated = "ServiceWorker.workerVersionUpdated" CommandStorageClearDataForOrigin = storage.CommandClearDataForOrigin CommandStorageGetCookies = storage.CommandGetCookies CommandStorageSetCookies = storage.CommandSetCookies CommandStorageClearCookies = storage.CommandClearCookies CommandStorageGetUsageAndQuota = storage.CommandGetUsageAndQuota CommandStorageTrackCacheStorageForOrigin = storage.CommandTrackCacheStorageForOrigin CommandStorageTrackIndexedDBForOrigin = storage.CommandTrackIndexedDBForOrigin CommandStorageUntrackCacheStorageForOrigin = storage.CommandUntrackCacheStorageForOrigin CommandStorageUntrackIndexedDBForOrigin = storage.CommandUntrackIndexedDBForOrigin EventStorageCacheStorageContentUpdated = "Storage.cacheStorageContentUpdated" EventStorageCacheStorageListUpdated = "Storage.cacheStorageListUpdated" EventStorageIndexedDBContentUpdated = "Storage.indexedDBContentUpdated" EventStorageIndexedDBListUpdated = "Storage.indexedDBListUpdated" CommandSystemInfoGetInfo = systeminfo.CommandGetInfo CommandSystemInfoGetProcessInfo = systeminfo.CommandGetProcessInfo CommandTargetActivateTarget = target.CommandActivateTarget CommandTargetAttachToTarget = target.CommandAttachToTarget CommandTargetAttachToBrowserTarget = target.CommandAttachToBrowserTarget CommandTargetCloseTarget = target.CommandCloseTarget CommandTargetExposeDevToolsProtocol = target.CommandExposeDevToolsProtocol CommandTargetCreateBrowserContext = target.CommandCreateBrowserContext CommandTargetGetBrowserContexts = target.CommandGetBrowserContexts CommandTargetCreateTarget = target.CommandCreateTarget CommandTargetDetachFromTarget = target.CommandDetachFromTarget CommandTargetDisposeBrowserContext = target.CommandDisposeBrowserContext CommandTargetGetTargetInfo = target.CommandGetTargetInfo CommandTargetGetTargets = target.CommandGetTargets CommandTargetSetAutoAttach = target.CommandSetAutoAttach CommandTargetSetDiscoverTargets = target.CommandSetDiscoverTargets CommandTargetSetRemoteLocations = target.CommandSetRemoteLocations EventTargetAttachedToTarget = "Target.attachedToTarget" EventTargetDetachedFromTarget = "Target.detachedFromTarget" EventTargetReceivedMessageFromTarget = "Target.receivedMessageFromTarget" EventTargetTargetCreated = "Target.targetCreated" EventTargetTargetDestroyed = "Target.targetDestroyed" EventTargetTargetCrashed = "Target.targetCrashed" EventTargetTargetInfoChanged = "Target.targetInfoChanged" CommandTetheringBind = tethering.CommandBind CommandTetheringUnbind = tethering.CommandUnbind EventTetheringAccepted = "Tethering.accepted" CommandTracingEnd = tracing.CommandEnd CommandTracingGetCategories = tracing.CommandGetCategories CommandTracingRecordClockSyncMarker = tracing.CommandRecordClockSyncMarker CommandTracingRequestMemoryDump = tracing.CommandRequestMemoryDump CommandTracingStart = tracing.CommandStart EventTracingBufferUsage = "Tracing.bufferUsage" EventTracingDataCollected = "Tracing.dataCollected" EventTracingTracingComplete = "Tracing.tracingComplete" CommandWebAudioEnable = webaudio.CommandEnable CommandWebAudioDisable = webaudio.CommandDisable CommandWebAudioGetRealtimeData = webaudio.CommandGetRealtimeData EventWebAudioContextCreated = "WebAudio.contextCreated" EventWebAudioContextWillBeDestroyed = "WebAudio.contextWillBeDestroyed" EventWebAudioContextChanged = "WebAudio.contextChanged" EventWebAudioAudioListenerCreated = "WebAudio.audioListenerCreated" EventWebAudioAudioListenerWillBeDestroyed = "WebAudio.audioListenerWillBeDestroyed" EventWebAudioAudioNodeCreated = "WebAudio.audioNodeCreated" EventWebAudioAudioNodeWillBeDestroyed = "WebAudio.audioNodeWillBeDestroyed" EventWebAudioAudioParamCreated = "WebAudio.audioParamCreated" EventWebAudioAudioParamWillBeDestroyed = "WebAudio.audioParamWillBeDestroyed" EventWebAudioNodesConnected = "WebAudio.nodesConnected" EventWebAudioNodesDisconnected = "WebAudio.nodesDisconnected" EventWebAudioNodeParamConnected = "WebAudio.nodeParamConnected" EventWebAudioNodeParamDisconnected = "WebAudio.nodeParamDisconnected" CommandWebAuthnEnable = webauthn.CommandEnable CommandWebAuthnDisable = webauthn.CommandDisable CommandWebAuthnAddVirtualAuthenticator = webauthn.CommandAddVirtualAuthenticator CommandWebAuthnRemoveVirtualAuthenticator = webauthn.CommandRemoveVirtualAuthenticator CommandWebAuthnAddCredential = webauthn.CommandAddCredential CommandWebAuthnGetCredential = webauthn.CommandGetCredential CommandWebAuthnGetCredentials = webauthn.CommandGetCredentials CommandWebAuthnRemoveCredential = webauthn.CommandRemoveCredential CommandWebAuthnClearCredentials = webauthn.CommandClearCredentials CommandWebAuthnSetUserVerified = webauthn.CommandSetUserVerified )
MethodType values.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalMessage ¶
UnmarshalMessage unmarshals the message result or params.
Types ¶
type Error ¶
type Error struct { Code int64 `json:"code"` // Error code. Message string `json:"message"` // Error message. }
Error error type.
func (Error) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Error) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Error) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Error) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type Message ¶
type Message struct { ID int64 `json:"id,omitempty"` // Unique message identifier. SessionID target.SessionID `json:"sessionId,omitempty"` // Session that the message belongs to when using flat access. Method MethodType `json:"method,omitempty"` // Event or command type. Params easyjson.RawMessage `json:"params,omitempty"` // Event or command parameters. Result easyjson.RawMessage `json:"result,omitempty"` // Command return values. Error *Error `json:"error,omitempty"` // Error message. }
Message chrome DevTools Protocol message sent/read over websocket connection.
func (Message) MarshalEasyJSON ¶
MarshalEasyJSON supports easyjson.Marshaler interface
func (Message) MarshalJSON ¶
MarshalJSON supports json.Marshaler interface
func (*Message) UnmarshalEasyJSON ¶
UnmarshalEasyJSON supports easyjson.Unmarshaler interface
func (*Message) UnmarshalJSON ¶
UnmarshalJSON supports json.Unmarshaler interface
type MethodType ¶
type MethodType string
MethodType chrome DevTools Protocol method type (ie, event and command names).
func (MethodType) Domain ¶
func (t MethodType) Domain() string
Domain returns the Chrome DevTools Protocol domain of the event or command.
func (MethodType) String ¶
func (t MethodType) String() string
String returns the MethodType as string value.
Directories ¶
Path | Synopsis |
---|---|
Package accessibility provides the Chrome DevTools Protocol commands, types, and events for the Accessibility domain.
|
Package accessibility provides the Chrome DevTools Protocol commands, types, and events for the Accessibility domain. |
Package animation provides the Chrome DevTools Protocol commands, types, and events for the Animation domain.
|
Package animation provides the Chrome DevTools Protocol commands, types, and events for the Animation domain. |
Package applicationcache provides the Chrome DevTools Protocol commands, types, and events for the ApplicationCache domain.
|
Package applicationcache provides the Chrome DevTools Protocol commands, types, and events for the ApplicationCache domain. |
Package audits provides the Chrome DevTools Protocol commands, types, and events for the Audits domain.
|
Package audits provides the Chrome DevTools Protocol commands, types, and events for the Audits domain. |
Package backgroundservice provides the Chrome DevTools Protocol commands, types, and events for the BackgroundService domain.
|
Package backgroundservice provides the Chrome DevTools Protocol commands, types, and events for the BackgroundService domain. |
Package browser provides the Chrome DevTools Protocol commands, types, and events for the Browser domain.
|
Package browser provides the Chrome DevTools Protocol commands, types, and events for the Browser domain. |
Package cachestorage provides the Chrome DevTools Protocol commands, types, and events for the CacheStorage domain.
|
Package cachestorage provides the Chrome DevTools Protocol commands, types, and events for the CacheStorage domain. |
Package cast provides the Chrome DevTools Protocol commands, types, and events for the Cast domain.
|
Package cast provides the Chrome DevTools Protocol commands, types, and events for the Cast domain. |
Package css provides the Chrome DevTools Protocol commands, types, and events for the CSS domain.
|
Package css provides the Chrome DevTools Protocol commands, types, and events for the CSS domain. |
Package database provides the Chrome DevTools Protocol commands, types, and events for the Database domain.
|
Package database provides the Chrome DevTools Protocol commands, types, and events for the Database domain. |
Package debugger provides the Chrome DevTools Protocol commands, types, and events for the Debugger domain.
|
Package debugger provides the Chrome DevTools Protocol commands, types, and events for the Debugger domain. |
Package deviceorientation provides the Chrome DevTools Protocol commands, types, and events for the DeviceOrientation domain.
|
Package deviceorientation provides the Chrome DevTools Protocol commands, types, and events for the DeviceOrientation domain. |
Package dom provides the Chrome DevTools Protocol commands, types, and events for the DOM domain.
|
Package dom provides the Chrome DevTools Protocol commands, types, and events for the DOM domain. |
Package domdebugger provides the Chrome DevTools Protocol commands, types, and events for the DOMDebugger domain.
|
Package domdebugger provides the Chrome DevTools Protocol commands, types, and events for the DOMDebugger domain. |
Package domsnapshot provides the Chrome DevTools Protocol commands, types, and events for the DOMSnapshot domain.
|
Package domsnapshot provides the Chrome DevTools Protocol commands, types, and events for the DOMSnapshot domain. |
Package domstorage provides the Chrome DevTools Protocol commands, types, and events for the DOMStorage domain.
|
Package domstorage provides the Chrome DevTools Protocol commands, types, and events for the DOMStorage domain. |
Package emulation provides the Chrome DevTools Protocol commands, types, and events for the Emulation domain.
|
Package emulation provides the Chrome DevTools Protocol commands, types, and events for the Emulation domain. |
Package fetch provides the Chrome DevTools Protocol commands, types, and events for the Fetch domain.
|
Package fetch provides the Chrome DevTools Protocol commands, types, and events for the Fetch domain. |
Package har provides the Chrome DevTools Protocol commands, types, and events for the HAR domain.
|
Package har provides the Chrome DevTools Protocol commands, types, and events for the HAR domain. |
Package headlessexperimental provides the Chrome DevTools Protocol commands, types, and events for the HeadlessExperimental domain.
|
Package headlessexperimental provides the Chrome DevTools Protocol commands, types, and events for the HeadlessExperimental domain. |
Package heapprofiler provides the Chrome DevTools Protocol commands, types, and events for the HeapProfiler domain.
|
Package heapprofiler provides the Chrome DevTools Protocol commands, types, and events for the HeapProfiler domain. |
Package indexeddb provides the Chrome DevTools Protocol commands, types, and events for the IndexedDB domain.
|
Package indexeddb provides the Chrome DevTools Protocol commands, types, and events for the IndexedDB domain. |
Package input provides the Chrome DevTools Protocol commands, types, and events for the Input domain.
|
Package input provides the Chrome DevTools Protocol commands, types, and events for the Input domain. |
Package inspector provides the Chrome DevTools Protocol commands, types, and events for the Inspector domain.
|
Package inspector provides the Chrome DevTools Protocol commands, types, and events for the Inspector domain. |
Package io provides the Chrome DevTools Protocol commands, types, and events for the IO domain.
|
Package io provides the Chrome DevTools Protocol commands, types, and events for the IO domain. |
Package layertree provides the Chrome DevTools Protocol commands, types, and events for the LayerTree domain.
|
Package layertree provides the Chrome DevTools Protocol commands, types, and events for the LayerTree domain. |
Package log provides the Chrome DevTools Protocol commands, types, and events for the Log domain.
|
Package log provides the Chrome DevTools Protocol commands, types, and events for the Log domain. |
Package media provides the Chrome DevTools Protocol commands, types, and events for the Media domain.
|
Package media provides the Chrome DevTools Protocol commands, types, and events for the Media domain. |
Package memory provides the Chrome DevTools Protocol commands, types, and events for the Memory domain.
|
Package memory provides the Chrome DevTools Protocol commands, types, and events for the Memory domain. |
Package network provides the Chrome DevTools Protocol commands, types, and events for the Network domain.
|
Package network provides the Chrome DevTools Protocol commands, types, and events for the Network domain. |
Package overlay provides the Chrome DevTools Protocol commands, types, and events for the Overlay domain.
|
Package overlay provides the Chrome DevTools Protocol commands, types, and events for the Overlay domain. |
Package page provides the Chrome DevTools Protocol commands, types, and events for the Page domain.
|
Package page provides the Chrome DevTools Protocol commands, types, and events for the Page domain. |
Package performance provides the Chrome DevTools Protocol commands, types, and events for the Performance domain.
|
Package performance provides the Chrome DevTools Protocol commands, types, and events for the Performance domain. |
Package profiler provides the Chrome DevTools Protocol commands, types, and events for the Profiler domain.
|
Package profiler provides the Chrome DevTools Protocol commands, types, and events for the Profiler domain. |
Package runtime provides the Chrome DevTools Protocol commands, types, and events for the Runtime domain.
|
Package runtime provides the Chrome DevTools Protocol commands, types, and events for the Runtime domain. |
Package security provides the Chrome DevTools Protocol commands, types, and events for the Security domain.
|
Package security provides the Chrome DevTools Protocol commands, types, and events for the Security domain. |
Package serviceworker provides the Chrome DevTools Protocol commands, types, and events for the ServiceWorker domain.
|
Package serviceworker provides the Chrome DevTools Protocol commands, types, and events for the ServiceWorker domain. |
Package storage provides the Chrome DevTools Protocol commands, types, and events for the Storage domain.
|
Package storage provides the Chrome DevTools Protocol commands, types, and events for the Storage domain. |
Package systeminfo provides the Chrome DevTools Protocol commands, types, and events for the SystemInfo domain.
|
Package systeminfo provides the Chrome DevTools Protocol commands, types, and events for the SystemInfo domain. |
Package target provides the Chrome DevTools Protocol commands, types, and events for the Target domain.
|
Package target provides the Chrome DevTools Protocol commands, types, and events for the Target domain. |
Package tethering provides the Chrome DevTools Protocol commands, types, and events for the Tethering domain.
|
Package tethering provides the Chrome DevTools Protocol commands, types, and events for the Tethering domain. |
Package tracing provides the Chrome DevTools Protocol commands, types, and events for the Tracing domain.
|
Package tracing provides the Chrome DevTools Protocol commands, types, and events for the Tracing domain. |
Package webaudio provides the Chrome DevTools Protocol commands, types, and events for the WebAudio domain.
|
Package webaudio provides the Chrome DevTools Protocol commands, types, and events for the WebAudio domain. |
Package webauthn provides the Chrome DevTools Protocol commands, types, and events for the WebAuthn domain.
|
Package webauthn provides the Chrome DevTools Protocol commands, types, and events for the WebAuthn domain. |