Versions in this module Expand all Collapse all v0 v0.8.0 Jul 18, 2017 Changes in this version + type AccessibilityGetPartialAXTreeArgs struct + FetchRelatives *bool + NodeID cdptype.DOMNodeID + func NewAccessibilityGetPartialAXTreeArgs(nodeID cdptype.DOMNodeID) *AccessibilityGetPartialAXTreeArgs + func (a *AccessibilityGetPartialAXTreeArgs) SetFetchRelatives(fetchRelatives bool) *AccessibilityGetPartialAXTreeArgs + type AccessibilityGetPartialAXTreeReply struct + Nodes []cdptype.AccessibilityAXNode + type AnimationGetCurrentTimeArgs struct + ID string + func NewAnimationGetCurrentTimeArgs(id string) *AnimationGetCurrentTimeArgs + type AnimationGetCurrentTimeReply struct + CurrentTime float64 + type AnimationGetPlaybackRateReply struct + PlaybackRate float64 + type AnimationReleaseAnimationsArgs struct + Animations []string + func NewAnimationReleaseAnimationsArgs(animations []string) *AnimationReleaseAnimationsArgs + type AnimationResolveAnimationArgs struct + AnimationID string + func NewAnimationResolveAnimationArgs(animationID string) *AnimationResolveAnimationArgs + type AnimationResolveAnimationReply struct + RemoteObject cdptype.RuntimeRemoteObject + type AnimationSeekAnimationsArgs struct + Animations []string + CurrentTime float64 + func NewAnimationSeekAnimationsArgs(animations []string, currentTime float64) *AnimationSeekAnimationsArgs + type AnimationSetPausedArgs struct + Animations []string + Paused bool + func NewAnimationSetPausedArgs(animations []string, paused bool) *AnimationSetPausedArgs + type AnimationSetPlaybackRateArgs struct + PlaybackRate float64 + func NewAnimationSetPlaybackRateArgs(playbackRate float64) *AnimationSetPlaybackRateArgs + type AnimationSetTimingArgs struct + AnimationID string + Delay float64 + Duration float64 + func NewAnimationSetTimingArgs(animationID string, duration float64, delay float64) *AnimationSetTimingArgs + type ApplicationCacheGetApplicationCacheForFrameArgs struct + FrameID cdptype.PageFrameID + func NewApplicationCacheGetApplicationCacheForFrameArgs(frameID cdptype.PageFrameID) *ApplicationCacheGetApplicationCacheForFrameArgs + type ApplicationCacheGetApplicationCacheForFrameReply struct + ApplicationCache cdptype.ApplicationCache + type ApplicationCacheGetFramesWithManifestsReply struct + FrameIDs []cdptype.ApplicationCacheFrameWithManifest + type ApplicationCacheGetManifestForFrameArgs struct + FrameID cdptype.PageFrameID + func NewApplicationCacheGetManifestForFrameArgs(frameID cdptype.PageFrameID) *ApplicationCacheGetManifestForFrameArgs + type ApplicationCacheGetManifestForFrameReply struct + ManifestURL string + type BrowserGetWindowBoundsArgs struct + WindowID cdptype.BrowserWindowID + func NewBrowserGetWindowBoundsArgs(windowID cdptype.BrowserWindowID) *BrowserGetWindowBoundsArgs + type BrowserGetWindowBoundsReply struct + Bounds cdptype.BrowserBounds + type BrowserGetWindowForTargetArgs struct + TargetID cdptype.TargetID + func NewBrowserGetWindowForTargetArgs(targetID cdptype.TargetID) *BrowserGetWindowForTargetArgs + type BrowserGetWindowForTargetReply struct + Bounds cdptype.BrowserBounds + WindowID cdptype.BrowserWindowID + type BrowserSetWindowBoundsArgs struct + Bounds cdptype.BrowserBounds + WindowID cdptype.BrowserWindowID + func NewBrowserSetWindowBoundsArgs(windowID cdptype.BrowserWindowID, bounds cdptype.BrowserBounds) *BrowserSetWindowBoundsArgs + type CSSAddRuleArgs struct + Location cdptype.CSSSourceRange + RuleText string + StyleSheetID cdptype.CSSStyleSheetID + func NewCSSAddRuleArgs(styleSheetID cdptype.CSSStyleSheetID, ruleText string, ...) *CSSAddRuleArgs + type CSSAddRuleReply struct + Rule cdptype.CSSRule + type CSSCollectClassNamesArgs struct + StyleSheetID cdptype.CSSStyleSheetID + func NewCSSCollectClassNamesArgs(styleSheetID cdptype.CSSStyleSheetID) *CSSCollectClassNamesArgs + type CSSCollectClassNamesReply struct + ClassNames []string + type CSSCreateStyleSheetArgs struct + FrameID cdptype.PageFrameID + func NewCSSCreateStyleSheetArgs(frameID cdptype.PageFrameID) *CSSCreateStyleSheetArgs + type CSSCreateStyleSheetReply struct + StyleSheetID cdptype.CSSStyleSheetID + type CSSForcePseudoStateArgs struct + ForcedPseudoClasses []string + NodeID cdptype.DOMNodeID + func NewCSSForcePseudoStateArgs(nodeID cdptype.DOMNodeID, forcedPseudoClasses []string) *CSSForcePseudoStateArgs + type CSSGetBackgroundColorsArgs struct + NodeID cdptype.DOMNodeID + func NewCSSGetBackgroundColorsArgs(nodeID cdptype.DOMNodeID) *CSSGetBackgroundColorsArgs + type CSSGetBackgroundColorsReply struct + BackgroundColors []string + type CSSGetComputedStyleForNodeArgs struct + NodeID cdptype.DOMNodeID + func NewCSSGetComputedStyleForNodeArgs(nodeID cdptype.DOMNodeID) *CSSGetComputedStyleForNodeArgs + type CSSGetComputedStyleForNodeReply struct + ComputedStyle []cdptype.CSSComputedStyleProperty + type CSSGetInlineStylesForNodeArgs struct + NodeID cdptype.DOMNodeID + func NewCSSGetInlineStylesForNodeArgs(nodeID cdptype.DOMNodeID) *CSSGetInlineStylesForNodeArgs + type CSSGetInlineStylesForNodeReply struct + AttributesStyle *cdptype.CSSStyle + InlineStyle *cdptype.CSSStyle + type CSSGetMatchedStylesForNodeArgs struct + NodeID cdptype.DOMNodeID + func NewCSSGetMatchedStylesForNodeArgs(nodeID cdptype.DOMNodeID) *CSSGetMatchedStylesForNodeArgs + type CSSGetMatchedStylesForNodeReply struct + AttributesStyle *cdptype.CSSStyle + CSSKeyframesRules []cdptype.CSSKeyframesRule + Inherited []cdptype.CSSInheritedStyleEntry + InlineStyle *cdptype.CSSStyle + MatchedCSSRules []cdptype.CSSRuleMatch + PseudoElements []cdptype.CSSPseudoElementMatches + type CSSGetMediaQueriesReply struct + Medias []cdptype.CSSMedia + type CSSGetPlatformFontsForNodeArgs struct + NodeID cdptype.DOMNodeID + func NewCSSGetPlatformFontsForNodeArgs(nodeID cdptype.DOMNodeID) *CSSGetPlatformFontsForNodeArgs + type CSSGetPlatformFontsForNodeReply struct + Fonts []cdptype.CSSPlatformFontUsage + type CSSGetStyleSheetTextArgs struct + StyleSheetID cdptype.CSSStyleSheetID + func NewCSSGetStyleSheetTextArgs(styleSheetID cdptype.CSSStyleSheetID) *CSSGetStyleSheetTextArgs + type CSSGetStyleSheetTextReply struct + Text string + type CSSSetEffectivePropertyValueForNodeArgs struct + NodeID cdptype.DOMNodeID + PropertyName string + Value string + func NewCSSSetEffectivePropertyValueForNodeArgs(nodeID cdptype.DOMNodeID, propertyName string, value string) *CSSSetEffectivePropertyValueForNodeArgs + type CSSSetKeyframeKeyArgs struct + KeyText string + Range cdptype.CSSSourceRange + StyleSheetID cdptype.CSSStyleSheetID + func NewCSSSetKeyframeKeyArgs(styleSheetID cdptype.CSSStyleSheetID, rang cdptype.CSSSourceRange, ...) *CSSSetKeyframeKeyArgs + type CSSSetKeyframeKeyReply struct + KeyText cdptype.CSSValue + type CSSSetMediaTextArgs struct + Range cdptype.CSSSourceRange + StyleSheetID cdptype.CSSStyleSheetID + Text string + func NewCSSSetMediaTextArgs(styleSheetID cdptype.CSSStyleSheetID, rang cdptype.CSSSourceRange, text string) *CSSSetMediaTextArgs + type CSSSetMediaTextReply struct + Media cdptype.CSSMedia + type CSSSetRuleSelectorArgs struct + Range cdptype.CSSSourceRange + Selector string + StyleSheetID cdptype.CSSStyleSheetID + func NewCSSSetRuleSelectorArgs(styleSheetID cdptype.CSSStyleSheetID, rang cdptype.CSSSourceRange, ...) *CSSSetRuleSelectorArgs + type CSSSetRuleSelectorReply struct + SelectorList cdptype.CSSSelectorList + type CSSSetStyleSheetTextArgs struct + StyleSheetID cdptype.CSSStyleSheetID + Text string + func NewCSSSetStyleSheetTextArgs(styleSheetID cdptype.CSSStyleSheetID, text string) *CSSSetStyleSheetTextArgs + type CSSSetStyleSheetTextReply struct + SourceMapURL *string + type CSSSetStyleTextsArgs struct + Edits []cdptype.CSSStyleDeclarationEdit + func NewCSSSetStyleTextsArgs(edits []cdptype.CSSStyleDeclarationEdit) *CSSSetStyleTextsArgs + type CSSSetStyleTextsReply struct + Styles []cdptype.CSSStyle + type CSSStopRuleUsageTrackingReply struct + RuleUsage []cdptype.CSSRuleUsage + type CSSTakeCoverageDeltaReply struct + Coverage []cdptype.CSSRuleUsage + type CacheStorageDeleteCacheArgs struct + CacheID cdptype.CacheStorageCacheID + func NewCacheStorageDeleteCacheArgs(cacheID cdptype.CacheStorageCacheID) *CacheStorageDeleteCacheArgs + type CacheStorageDeleteEntryArgs struct + CacheID cdptype.CacheStorageCacheID + Request string + func NewCacheStorageDeleteEntryArgs(cacheID cdptype.CacheStorageCacheID, request string) *CacheStorageDeleteEntryArgs + type CacheStorageRequestCacheNamesArgs struct + SecurityOrigin string + func NewCacheStorageRequestCacheNamesArgs(securityOrigin string) *CacheStorageRequestCacheNamesArgs + type CacheStorageRequestCacheNamesReply struct + Caches []cdptype.CacheStorageCache + type CacheStorageRequestEntriesArgs struct + CacheID cdptype.CacheStorageCacheID + PageSize int + SkipCount int + func NewCacheStorageRequestEntriesArgs(cacheID cdptype.CacheStorageCacheID, skipCount int, pageSize int) *CacheStorageRequestEntriesArgs + type CacheStorageRequestEntriesReply struct + CacheDataEntries []cdptype.CacheStorageDataEntry + HasMore bool + type CmdType string + const AccessibilityGetPartialAXTree + const AnimationDisable + const AnimationEnable + const AnimationGetCurrentTime + const AnimationGetPlaybackRate + const AnimationReleaseAnimations + const AnimationResolveAnimation + const AnimationSeekAnimations + const AnimationSetPaused + const AnimationSetPlaybackRate + const AnimationSetTiming + const ApplicationCacheEnable + const ApplicationCacheGetApplicationCacheForFrame + const ApplicationCacheGetFramesWithManifests + const ApplicationCacheGetManifestForFrame + const BrowserGetWindowBounds + const BrowserGetWindowForTarget + const BrowserSetWindowBounds + const CSSAddRule + const CSSCollectClassNames + const CSSCreateStyleSheet + const CSSDisable + const CSSEnable + const CSSForcePseudoState + const CSSGetBackgroundColors + const CSSGetComputedStyleForNode + const CSSGetInlineStylesForNode + const CSSGetMatchedStylesForNode + const CSSGetMediaQueries + const CSSGetPlatformFontsForNode + const CSSGetStyleSheetText + const CSSSetEffectivePropertyValueForNode + const CSSSetKeyframeKey + const CSSSetMediaText + const CSSSetRuleSelector + const CSSSetStyleSheetText + const CSSSetStyleTexts + const CSSStartRuleUsageTracking + const CSSStopRuleUsageTracking + const CSSTakeCoverageDelta + const CacheStorageDeleteCache + const CacheStorageDeleteEntry + const CacheStorageRequestCacheNames + const CacheStorageRequestEntries + const ConsoleClearMessages + const ConsoleDisable + const ConsoleEnable + const DOMCollectClassNamesFromSubtree + const DOMCopyTo + const DOMDebuggerGetEventListeners + const DOMDebuggerRemoveDOMBreakpoint + const DOMDebuggerRemoveEventListenerBreakpoint + const DOMDebuggerRemoveInstrumentationBreakpoint + const DOMDebuggerRemoveXHRBreakpoint + const DOMDebuggerSetDOMBreakpoint + const DOMDebuggerSetEventListenerBreakpoint + const DOMDebuggerSetInstrumentationBreakpoint + const DOMDebuggerSetXHRBreakpoint + const DOMDisable + const DOMDiscardSearchResults + const DOMEnable + const DOMFocus + const DOMGetAttributes + const DOMGetBoxModel + const DOMGetDocument + const DOMGetFlattenedDocument + const DOMGetNodeForLocation + const DOMGetOuterHTML + const DOMGetRelayoutBoundary + const DOMGetSearchResults + const DOMHideHighlight + const DOMHighlightNode + const DOMHighlightRect + const DOMMarkUndoableState + const DOMMoveTo + const DOMPerformSearch + const DOMPushNodeByPathToFrontend + const DOMPushNodesByBackendIdsToFrontend + const DOMQuerySelector + const DOMQuerySelectorAll + const DOMRedo + const DOMRemoveAttribute + const DOMRemoveNode + const DOMRequestChildNodes + const DOMRequestNode + const DOMResolveNode + const DOMSetAttributeValue + const DOMSetAttributesAsText + const DOMSetFileInputFiles + const DOMSetInspectedNode + const DOMSetNodeName + const DOMSetNodeValue + const DOMSetOuterHTML + const DOMSnapshotGetSnapshot + const DOMStorageClear + const DOMStorageDisable + const DOMStorageEnable + const DOMStorageGetDOMStorageItems + const DOMStorageRemoveDOMStorageItem + const DOMStorageSetDOMStorageItem + const DOMUndo + const DatabaseDisable + const DatabaseEnable + const DatabaseExecuteSQL + const DatabaseGetDatabaseTableNames + const DebuggerContinueToLocation + const DebuggerDisable + const DebuggerEnable + const DebuggerEvaluateOnCallFrame + const DebuggerGetPossibleBreakpoints + const DebuggerGetScriptSource + const DebuggerPause + const DebuggerRemoveBreakpoint + const DebuggerRestartFrame + const DebuggerResume + const DebuggerScheduleStepIntoAsync + const DebuggerSearchInContent + const DebuggerSetAsyncCallStackDepth + const DebuggerSetBlackboxPatterns + const DebuggerSetBlackboxedRanges + const DebuggerSetBreakpoint + const DebuggerSetBreakpointByURL + const DebuggerSetBreakpointsActive + const DebuggerSetPauseOnExceptions + const DebuggerSetScriptSource + const DebuggerSetSkipAllPauses + const DebuggerSetVariableValue + const DebuggerStepInto + const DebuggerStepOut + const DebuggerStepOver + const DeviceOrientationClearDeviceOrientationOverride + const DeviceOrientationSetDeviceOrientationOverride + const EmulationCanEmulate + const EmulationClearDeviceMetricsOverride + const EmulationClearGeolocationOverride + const EmulationForceViewport + const EmulationResetPageScaleFactor + const EmulationResetViewport + const EmulationSetCPUThrottlingRate + const EmulationSetDefaultBackgroundColorOverride + const EmulationSetDeviceMetricsOverride + const EmulationSetEmulatedMedia + const EmulationSetGeolocationOverride + const EmulationSetPageScaleFactor + const EmulationSetScriptExecutionDisabled + const EmulationSetTouchEmulationEnabled + const EmulationSetVirtualTimePolicy + const EmulationSetVisibleSize + const HeapProfilerAddInspectedHeapObject + const HeapProfilerCollectGarbage + const HeapProfilerDisable + const HeapProfilerEnable + const HeapProfilerGetHeapObjectID + const HeapProfilerGetObjectByHeapObjectID + const HeapProfilerStartSampling + const HeapProfilerStartTrackingHeapObjects + const HeapProfilerStopSampling + const HeapProfilerStopTrackingHeapObjects + const HeapProfilerTakeHeapSnapshot + const IOClose + const IORead + const IndexedDBClearObjectStore + const IndexedDBDeleteDatabase + const IndexedDBDisable + const IndexedDBEnable + const IndexedDBRequestData + const IndexedDBRequestDatabase + const IndexedDBRequestDatabaseNames + const InputDispatchKeyEvent + const InputDispatchMouseEvent + const InputDispatchTouchEvent + const InputEmulateTouchFromMouseEvent + const InputSetIgnoreInputEvents + const InputSynthesizePinchGesture + const InputSynthesizeScrollGesture + const InputSynthesizeTapGesture + const InspectorDisable + const InspectorEnable + const LayerTreeCompositingReasons + const LayerTreeDisable + const LayerTreeEnable + const LayerTreeLoadSnapshot + const LayerTreeMakeSnapshot + const LayerTreeProfileSnapshot + const LayerTreeReleaseSnapshot + const LayerTreeReplaySnapshot + const LayerTreeSnapshotCommandLog + const LogClear + const LogDisable + const LogEnable + const LogStartViolationsReport + const LogStopViolationsReport + const MemoryGetDOMCounters + const MemorySetPressureNotificationsSuppressed + const MemorySimulatePressureNotification + const NetworkCanClearBrowserCache + const NetworkCanClearBrowserCookies + const NetworkCanEmulateNetworkConditions + const NetworkClearBrowserCache + const NetworkClearBrowserCookies + const NetworkContinueInterceptedRequest + const NetworkDeleteCookie + const NetworkDisable + const NetworkEmulateNetworkConditions + const NetworkEnable + const NetworkEnableRequestInterception + const NetworkGetAllCookies + const NetworkGetCertificate + const NetworkGetCookies + const NetworkGetResponseBody + const NetworkReplayXHR + const NetworkSetBlockedURLs + const NetworkSetBypassServiceWorker + const NetworkSetCacheDisabled + const NetworkSetCookie + const NetworkSetDataSizeLimitsForTest + const NetworkSetExtraHTTPHeaders + const NetworkSetUserAgentOverride + const OverlayDisable + const OverlayEnable + const OverlayGetHighlightObjectForTest + const OverlayHideHighlight + const OverlayHighlightFrame + const OverlayHighlightNode + const OverlayHighlightQuad + const OverlayHighlightRect + const OverlaySetInspectMode + const OverlaySetPausedInDebuggerMessage + const OverlaySetShowDebugBorders + const OverlaySetShowFPSCounter + const OverlaySetShowPaintRects + const OverlaySetShowScrollBottleneckRects + const OverlaySetShowViewportSizeOnResize + const OverlaySetSuspended + const PageAddScriptToEvaluateOnLoad + const PageCaptureScreenshot + const PageClearDeviceMetricsOverride + const PageClearDeviceOrientationOverride + const PageClearGeolocationOverride + const PageCreateIsolatedWorld + const PageDeleteCookie + const PageDisable + const PageEnable + const PageGetAppManifest + const PageGetCookies + const PageGetLayoutMetrics + const PageGetNavigationHistory + const PageGetResourceContent + const PageGetResourceTree + const PageHandleJavaScriptDialog + const PageNavigate + const PageNavigateToHistoryEntry + const PagePrintToPDF + const PageProcessNavigation + const PageReload + const PageRemoveScriptToEvaluateOnLoad + const PageRequestAppBanner + const PageScreencastFrameAck + const PageSearchInResource + const PageSetAutoAttachToCreatedPages + const PageSetControlNavigations + const PageSetDeviceMetricsOverride + const PageSetDeviceOrientationOverride + const PageSetDocumentContent + const PageSetGeolocationOverride + const PageSetTouchEmulationEnabled + const PageStartScreencast + const PageStopLoading + const PageStopScreencast + const ProfilerDisable + const ProfilerEnable + const ProfilerGetBestEffortCoverage + const ProfilerSetSamplingInterval + const ProfilerStart + const ProfilerStartPreciseCoverage + const ProfilerStop + const ProfilerStopPreciseCoverage + const ProfilerTakePreciseCoverage + const RuntimeAwaitPromise + const RuntimeCallFunctionOn + const RuntimeCompileScript + const RuntimeDisable + const RuntimeDiscardConsoleEntries + const RuntimeEnable + const RuntimeEvaluate + const RuntimeGetProperties + const RuntimeReleaseObject + const RuntimeReleaseObjectGroup + const RuntimeRunIfWaitingForDebugger + const RuntimeRunScript + const RuntimeSetCustomObjectFormatterEnabled + const SchemaGetDomains + const SecurityDisable + const SecurityEnable + const SecurityHandleCertificateError + const SecuritySetOverrideCertificateErrors + const SecurityShowCertificateViewer + const ServiceWorkerDeliverPushMessage + const ServiceWorkerDisable + const ServiceWorkerDispatchSyncEvent + const ServiceWorkerEnable + const ServiceWorkerInspectWorker + const ServiceWorkerSetForceUpdateOnPageLoad + const ServiceWorkerSkipWaiting + const ServiceWorkerStartWorker + const ServiceWorkerStopWorker + const ServiceWorkerUnregister + const ServiceWorkerUpdateRegistration + const StorageClearDataForOrigin + const StorageGetUsageAndQuota + const SystemInfoGetInfo + const TargetActivateTarget + const TargetAttachToTarget + const TargetCloseTarget + const TargetCreateBrowserContext + const TargetCreateTarget + const TargetDetachFromTarget + const TargetDisposeBrowserContext + const TargetGetTargetInfo + const TargetGetTargets + const TargetSendMessageToTarget + const TargetSetAttachToFrames + const TargetSetAutoAttach + const TargetSetDiscoverTargets + const TargetSetRemoteLocations + const TetheringBind + const TetheringUnbind + const TracingEnd + const TracingGetCategories + const TracingRecordClockSyncMarker + const TracingRequestMemoryDump + const TracingStart + func (c CmdType) String() string + type DOMCollectClassNamesFromSubtreeArgs struct + NodeID cdptype.DOMNodeID + func NewDOMCollectClassNamesFromSubtreeArgs(nodeID cdptype.DOMNodeID) *DOMCollectClassNamesFromSubtreeArgs + type DOMCollectClassNamesFromSubtreeReply struct + ClassNames []string + type DOMCopyToArgs struct + InsertBeforeNodeID *cdptype.DOMNodeID + NodeID cdptype.DOMNodeID + TargetNodeID cdptype.DOMNodeID + func NewDOMCopyToArgs(nodeID cdptype.DOMNodeID, targetNodeID cdptype.DOMNodeID) *DOMCopyToArgs + func (a *DOMCopyToArgs) SetInsertBeforeNodeID(insertBeforeNodeID cdptype.DOMNodeID) *DOMCopyToArgs + type DOMCopyToReply struct + NodeID cdptype.DOMNodeID + type DOMDebuggerGetEventListenersArgs struct + Depth *int + ObjectID cdptype.RuntimeRemoteObjectID + Pierce *bool + func NewDOMDebuggerGetEventListenersArgs(objectID cdptype.RuntimeRemoteObjectID) *DOMDebuggerGetEventListenersArgs + func (a *DOMDebuggerGetEventListenersArgs) SetDepth(depth int) *DOMDebuggerGetEventListenersArgs + func (a *DOMDebuggerGetEventListenersArgs) SetPierce(pierce bool) *DOMDebuggerGetEventListenersArgs + type DOMDebuggerGetEventListenersReply struct + Listeners []cdptype.DOMDebuggerEventListener + type DOMDebuggerRemoveDOMBreakpointArgs struct + NodeID cdptype.DOMNodeID + Type cdptype.DOMDebuggerDOMBreakpointType + func NewDOMDebuggerRemoveDOMBreakpointArgs(nodeID cdptype.DOMNodeID, typ cdptype.DOMDebuggerDOMBreakpointType) *DOMDebuggerRemoveDOMBreakpointArgs + type DOMDebuggerRemoveEventListenerBreakpointArgs struct + EventName string + TargetName *string + func NewDOMDebuggerRemoveEventListenerBreakpointArgs(eventName string) *DOMDebuggerRemoveEventListenerBreakpointArgs + func (a *DOMDebuggerRemoveEventListenerBreakpointArgs) SetTargetName(targetName string) *DOMDebuggerRemoveEventListenerBreakpointArgs + type DOMDebuggerRemoveInstrumentationBreakpointArgs struct + EventName string + func NewDOMDebuggerRemoveInstrumentationBreakpointArgs(eventName string) *DOMDebuggerRemoveInstrumentationBreakpointArgs + type DOMDebuggerRemoveXHRBreakpointArgs struct + URL string + func NewDOMDebuggerRemoveXHRBreakpointArgs(url string) *DOMDebuggerRemoveXHRBreakpointArgs + type DOMDebuggerSetDOMBreakpointArgs struct + NodeID cdptype.DOMNodeID + Type cdptype.DOMDebuggerDOMBreakpointType + func NewDOMDebuggerSetDOMBreakpointArgs(nodeID cdptype.DOMNodeID, typ cdptype.DOMDebuggerDOMBreakpointType) *DOMDebuggerSetDOMBreakpointArgs + type DOMDebuggerSetEventListenerBreakpointArgs struct + EventName string + TargetName *string + func NewDOMDebuggerSetEventListenerBreakpointArgs(eventName string) *DOMDebuggerSetEventListenerBreakpointArgs + func (a *DOMDebuggerSetEventListenerBreakpointArgs) SetTargetName(targetName string) *DOMDebuggerSetEventListenerBreakpointArgs + type DOMDebuggerSetInstrumentationBreakpointArgs struct + EventName string + func NewDOMDebuggerSetInstrumentationBreakpointArgs(eventName string) *DOMDebuggerSetInstrumentationBreakpointArgs + type DOMDebuggerSetXHRBreakpointArgs struct + URL string + func NewDOMDebuggerSetXHRBreakpointArgs(url string) *DOMDebuggerSetXHRBreakpointArgs + type DOMDiscardSearchResultsArgs struct + SearchID string + func NewDOMDiscardSearchResultsArgs(searchID string) *DOMDiscardSearchResultsArgs + type DOMFocusArgs struct + NodeID cdptype.DOMNodeID + func NewDOMFocusArgs(nodeID cdptype.DOMNodeID) *DOMFocusArgs + type DOMGetAttributesArgs struct + NodeID cdptype.DOMNodeID + func NewDOMGetAttributesArgs(nodeID cdptype.DOMNodeID) *DOMGetAttributesArgs + type DOMGetAttributesReply struct + Attributes []string + type DOMGetBoxModelArgs struct + NodeID cdptype.DOMNodeID + func NewDOMGetBoxModelArgs(nodeID cdptype.DOMNodeID) *DOMGetBoxModelArgs + type DOMGetBoxModelReply struct + Model cdptype.DOMBoxModel + type DOMGetDocumentArgs struct + Depth *int + Pierce *bool + func NewDOMGetDocumentArgs() *DOMGetDocumentArgs + func (a *DOMGetDocumentArgs) SetDepth(depth int) *DOMGetDocumentArgs + func (a *DOMGetDocumentArgs) SetPierce(pierce bool) *DOMGetDocumentArgs + type DOMGetDocumentReply struct + Root cdptype.DOMNode + type DOMGetFlattenedDocumentArgs struct + Depth *int + Pierce *bool + func NewDOMGetFlattenedDocumentArgs() *DOMGetFlattenedDocumentArgs + func (a *DOMGetFlattenedDocumentArgs) SetDepth(depth int) *DOMGetFlattenedDocumentArgs + func (a *DOMGetFlattenedDocumentArgs) SetPierce(pierce bool) *DOMGetFlattenedDocumentArgs + type DOMGetFlattenedDocumentReply struct + Nodes []cdptype.DOMNode + type DOMGetNodeForLocationArgs struct + IncludeUserAgentShadowDOM *bool + X int + Y int + func NewDOMGetNodeForLocationArgs(x int, y int) *DOMGetNodeForLocationArgs + func (a *DOMGetNodeForLocationArgs) SetIncludeUserAgentShadowDOM(includeUserAgentShadowDOM bool) *DOMGetNodeForLocationArgs + type DOMGetNodeForLocationReply struct + NodeID cdptype.DOMNodeID + type DOMGetOuterHTMLArgs struct + NodeID cdptype.DOMNodeID + func NewDOMGetOuterHTMLArgs(nodeID cdptype.DOMNodeID) *DOMGetOuterHTMLArgs + type DOMGetOuterHTMLReply struct + OuterHTML string + type DOMGetRelayoutBoundaryArgs struct + NodeID cdptype.DOMNodeID + func NewDOMGetRelayoutBoundaryArgs(nodeID cdptype.DOMNodeID) *DOMGetRelayoutBoundaryArgs + type DOMGetRelayoutBoundaryReply struct + NodeID cdptype.DOMNodeID + type DOMGetSearchResultsArgs struct + FromIndex int + SearchID string + ToIndex int + func NewDOMGetSearchResultsArgs(searchID string, fromIndex int, toIndex int) *DOMGetSearchResultsArgs + type DOMGetSearchResultsReply struct + NodeIDs []cdptype.DOMNodeID + type DOMMoveToArgs struct + InsertBeforeNodeID *cdptype.DOMNodeID + NodeID cdptype.DOMNodeID + TargetNodeID cdptype.DOMNodeID + func NewDOMMoveToArgs(nodeID cdptype.DOMNodeID, targetNodeID cdptype.DOMNodeID) *DOMMoveToArgs + func (a *DOMMoveToArgs) SetInsertBeforeNodeID(insertBeforeNodeID cdptype.DOMNodeID) *DOMMoveToArgs + type DOMMoveToReply struct + NodeID cdptype.DOMNodeID + type DOMPerformSearchArgs struct + IncludeUserAgentShadowDOM *bool + Query string + func NewDOMPerformSearchArgs(query string) *DOMPerformSearchArgs + func (a *DOMPerformSearchArgs) SetIncludeUserAgentShadowDOM(includeUserAgentShadowDOM bool) *DOMPerformSearchArgs + type DOMPerformSearchReply struct + ResultCount int + SearchID string + type DOMPushNodeByPathToFrontendArgs struct + Path string + func NewDOMPushNodeByPathToFrontendArgs(path string) *DOMPushNodeByPathToFrontendArgs + type DOMPushNodeByPathToFrontendReply struct + NodeID cdptype.DOMNodeID + type DOMPushNodesByBackendIdsToFrontendArgs struct + BackendNodeIDs []cdptype.DOMBackendNodeID + func NewDOMPushNodesByBackendIdsToFrontendArgs(backendNodeIDs []cdptype.DOMBackendNodeID) *DOMPushNodesByBackendIdsToFrontendArgs + type DOMPushNodesByBackendIdsToFrontendReply struct + NodeIDs []cdptype.DOMNodeID + type DOMQuerySelectorAllArgs struct + NodeID cdptype.DOMNodeID + Selector string + func NewDOMQuerySelectorAllArgs(nodeID cdptype.DOMNodeID, selector string) *DOMQuerySelectorAllArgs + type DOMQuerySelectorAllReply struct + NodeIDs []cdptype.DOMNodeID + type DOMQuerySelectorArgs struct + NodeID cdptype.DOMNodeID + Selector string + func NewDOMQuerySelectorArgs(nodeID cdptype.DOMNodeID, selector string) *DOMQuerySelectorArgs + type DOMQuerySelectorReply struct + NodeID cdptype.DOMNodeID + type DOMRemoveAttributeArgs struct + Name string + NodeID cdptype.DOMNodeID + func NewDOMRemoveAttributeArgs(nodeID cdptype.DOMNodeID, name string) *DOMRemoveAttributeArgs + type DOMRemoveNodeArgs struct + NodeID cdptype.DOMNodeID + func NewDOMRemoveNodeArgs(nodeID cdptype.DOMNodeID) *DOMRemoveNodeArgs + type DOMRequestChildNodesArgs struct + Depth *int + NodeID cdptype.DOMNodeID + Pierce *bool + func NewDOMRequestChildNodesArgs(nodeID cdptype.DOMNodeID) *DOMRequestChildNodesArgs + func (a *DOMRequestChildNodesArgs) SetDepth(depth int) *DOMRequestChildNodesArgs + func (a *DOMRequestChildNodesArgs) SetPierce(pierce bool) *DOMRequestChildNodesArgs + type DOMRequestNodeArgs struct + ObjectID cdptype.RuntimeRemoteObjectID + func NewDOMRequestNodeArgs(objectID cdptype.RuntimeRemoteObjectID) *DOMRequestNodeArgs + type DOMRequestNodeReply struct + NodeID cdptype.DOMNodeID + type DOMResolveNodeArgs struct + NodeID cdptype.DOMNodeID + ObjectGroup *string + func NewDOMResolveNodeArgs(nodeID cdptype.DOMNodeID) *DOMResolveNodeArgs + func (a *DOMResolveNodeArgs) SetObjectGroup(objectGroup string) *DOMResolveNodeArgs + type DOMResolveNodeReply struct + Object cdptype.RuntimeRemoteObject + type DOMSetAttributeValueArgs struct + Name string + NodeID cdptype.DOMNodeID + Value string + func NewDOMSetAttributeValueArgs(nodeID cdptype.DOMNodeID, name string, value string) *DOMSetAttributeValueArgs + type DOMSetAttributesAsTextArgs struct + Name *string + NodeID cdptype.DOMNodeID + Text string + func NewDOMSetAttributesAsTextArgs(nodeID cdptype.DOMNodeID, text string) *DOMSetAttributesAsTextArgs + func (a *DOMSetAttributesAsTextArgs) SetName(name string) *DOMSetAttributesAsTextArgs + type DOMSetFileInputFilesArgs struct + Files []string + NodeID cdptype.DOMNodeID + func NewDOMSetFileInputFilesArgs(nodeID cdptype.DOMNodeID, files []string) *DOMSetFileInputFilesArgs + type DOMSetInspectedNodeArgs struct + NodeID cdptype.DOMNodeID + func NewDOMSetInspectedNodeArgs(nodeID cdptype.DOMNodeID) *DOMSetInspectedNodeArgs + type DOMSetNodeNameArgs struct + Name string + NodeID cdptype.DOMNodeID + func NewDOMSetNodeNameArgs(nodeID cdptype.DOMNodeID, name string) *DOMSetNodeNameArgs + type DOMSetNodeNameReply struct + NodeID cdptype.DOMNodeID + type DOMSetNodeValueArgs struct + NodeID cdptype.DOMNodeID + Value string + func NewDOMSetNodeValueArgs(nodeID cdptype.DOMNodeID, value string) *DOMSetNodeValueArgs + type DOMSetOuterHTMLArgs struct + NodeID cdptype.DOMNodeID + OuterHTML string + func NewDOMSetOuterHTMLArgs(nodeID cdptype.DOMNodeID, outerHTML string) *DOMSetOuterHTMLArgs + type DOMSnapshotGetSnapshotArgs struct + ComputedStyleWhitelist []string + func NewDOMSnapshotGetSnapshotArgs(computedStyleWhitelist []string) *DOMSnapshotGetSnapshotArgs + type DOMSnapshotGetSnapshotReply struct + ComputedStyles []cdptype.DOMSnapshotComputedStyle + DOMNodes []cdptype.DOMSnapshotDOMNode + LayoutTreeNodes []cdptype.DOMSnapshotLayoutTreeNode + type DOMStorageClearArgs struct + StorageID cdptype.DOMStorageStorageID + func NewDOMStorageClearArgs(storageID cdptype.DOMStorageStorageID) *DOMStorageClearArgs + type DOMStorageGetDOMStorageItemsArgs struct + StorageID cdptype.DOMStorageStorageID + func NewDOMStorageGetDOMStorageItemsArgs(storageID cdptype.DOMStorageStorageID) *DOMStorageGetDOMStorageItemsArgs + type DOMStorageGetDOMStorageItemsReply struct + Entries []cdptype.DOMStorageItem + type DOMStorageRemoveDOMStorageItemArgs struct + Key string + StorageID cdptype.DOMStorageStorageID + func NewDOMStorageRemoveDOMStorageItemArgs(storageID cdptype.DOMStorageStorageID, key string) *DOMStorageRemoveDOMStorageItemArgs + type DOMStorageSetDOMStorageItemArgs struct + Key string + StorageID cdptype.DOMStorageStorageID + Value string + func NewDOMStorageSetDOMStorageItemArgs(storageID cdptype.DOMStorageStorageID, key string, value string) *DOMStorageSetDOMStorageItemArgs + type DatabaseExecuteSQLArgs struct + DatabaseID cdptype.DatabaseID + Query string + func NewDatabaseExecuteSQLArgs(databaseID cdptype.DatabaseID, query string) *DatabaseExecuteSQLArgs + type DatabaseExecuteSQLReply struct + ColumnNames []string + SQLError *cdptype.DatabaseError + Values []json.RawMessage + type DatabaseGetDatabaseTableNamesArgs struct + DatabaseID cdptype.DatabaseID + func NewDatabaseGetDatabaseTableNamesArgs(databaseID cdptype.DatabaseID) *DatabaseGetDatabaseTableNamesArgs + type DatabaseGetDatabaseTableNamesReply struct + TableNames []string + type DebuggerContinueToLocationArgs struct + Location cdptype.DebuggerLocation + TargetCallFrames *string + func NewDebuggerContinueToLocationArgs(location cdptype.DebuggerLocation) *DebuggerContinueToLocationArgs + func (a *DebuggerContinueToLocationArgs) SetTargetCallFrames(targetCallFrames string) *DebuggerContinueToLocationArgs + type DebuggerEvaluateOnCallFrameArgs struct + CallFrameID cdptype.DebuggerCallFrameID + Expression string + GeneratePreview *bool + IncludeCommandLineAPI *bool + ObjectGroup *string + ReturnByValue *bool + Silent *bool + ThrowOnSideEffect *bool + func NewDebuggerEvaluateOnCallFrameArgs(callFrameID cdptype.DebuggerCallFrameID, expression string) *DebuggerEvaluateOnCallFrameArgs + func (a *DebuggerEvaluateOnCallFrameArgs) SetGeneratePreview(generatePreview bool) *DebuggerEvaluateOnCallFrameArgs + func (a *DebuggerEvaluateOnCallFrameArgs) SetIncludeCommandLineAPI(includeCommandLineAPI bool) *DebuggerEvaluateOnCallFrameArgs + func (a *DebuggerEvaluateOnCallFrameArgs) SetObjectGroup(objectGroup string) *DebuggerEvaluateOnCallFrameArgs + func (a *DebuggerEvaluateOnCallFrameArgs) SetReturnByValue(returnByValue bool) *DebuggerEvaluateOnCallFrameArgs + func (a *DebuggerEvaluateOnCallFrameArgs) SetSilent(silent bool) *DebuggerEvaluateOnCallFrameArgs + func (a *DebuggerEvaluateOnCallFrameArgs) SetThrowOnSideEffect(throwOnSideEffect bool) *DebuggerEvaluateOnCallFrameArgs + type DebuggerEvaluateOnCallFrameReply struct + ExceptionDetails *cdptype.RuntimeExceptionDetails + Result cdptype.RuntimeRemoteObject + type DebuggerGetPossibleBreakpointsArgs struct + End *cdptype.DebuggerLocation + RestrictToFunction *bool + Start cdptype.DebuggerLocation + func NewDebuggerGetPossibleBreakpointsArgs(start cdptype.DebuggerLocation) *DebuggerGetPossibleBreakpointsArgs + func (a *DebuggerGetPossibleBreakpointsArgs) SetEnd(end cdptype.DebuggerLocation) *DebuggerGetPossibleBreakpointsArgs + func (a *DebuggerGetPossibleBreakpointsArgs) SetRestrictToFunction(restrictToFunction bool) *DebuggerGetPossibleBreakpointsArgs + type DebuggerGetPossibleBreakpointsReply struct + Locations []cdptype.DebuggerBreakLocation + type DebuggerGetScriptSourceArgs struct + ScriptID cdptype.RuntimeScriptID + func NewDebuggerGetScriptSourceArgs(scriptID cdptype.RuntimeScriptID) *DebuggerGetScriptSourceArgs + type DebuggerGetScriptSourceReply struct + ScriptSource string + type DebuggerRemoveBreakpointArgs struct + BreakpointID cdptype.DebuggerBreakpointID + func NewDebuggerRemoveBreakpointArgs(breakpointID cdptype.DebuggerBreakpointID) *DebuggerRemoveBreakpointArgs + type DebuggerRestartFrameArgs struct + CallFrameID cdptype.DebuggerCallFrameID + func NewDebuggerRestartFrameArgs(callFrameID cdptype.DebuggerCallFrameID) *DebuggerRestartFrameArgs + type DebuggerRestartFrameReply struct + AsyncStackTrace *cdptype.RuntimeStackTrace + CallFrames []cdptype.DebuggerCallFrame + type DebuggerSearchInContentArgs struct + CaseSensitive *bool + IsRegex *bool + Query string + ScriptID cdptype.RuntimeScriptID + func NewDebuggerSearchInContentArgs(scriptID cdptype.RuntimeScriptID, query string) *DebuggerSearchInContentArgs + func (a *DebuggerSearchInContentArgs) SetCaseSensitive(caseSensitive bool) *DebuggerSearchInContentArgs + func (a *DebuggerSearchInContentArgs) SetIsRegex(isRegex bool) *DebuggerSearchInContentArgs + type DebuggerSearchInContentReply struct + Result []cdptype.DebuggerSearchMatch + type DebuggerSetAsyncCallStackDepthArgs struct + MaxDepth int + func NewDebuggerSetAsyncCallStackDepthArgs(maxDepth int) *DebuggerSetAsyncCallStackDepthArgs + type DebuggerSetBlackboxPatternsArgs struct + Patterns []string + func NewDebuggerSetBlackboxPatternsArgs(patterns []string) *DebuggerSetBlackboxPatternsArgs + type DebuggerSetBlackboxedRangesArgs struct + Positions []cdptype.DebuggerScriptPosition + ScriptID cdptype.RuntimeScriptID + func NewDebuggerSetBlackboxedRangesArgs(scriptID cdptype.RuntimeScriptID, positions []cdptype.DebuggerScriptPosition) *DebuggerSetBlackboxedRangesArgs + type DebuggerSetBreakpointArgs struct + Condition *string + Location cdptype.DebuggerLocation + func NewDebuggerSetBreakpointArgs(location cdptype.DebuggerLocation) *DebuggerSetBreakpointArgs + func (a *DebuggerSetBreakpointArgs) SetCondition(condition string) *DebuggerSetBreakpointArgs + type DebuggerSetBreakpointByURLArgs struct + ColumnNumber *int + Condition *string + LineNumber int + URL *string + URLRegex *string + func NewDebuggerSetBreakpointByURLArgs(lineNumber int) *DebuggerSetBreakpointByURLArgs + func (a *DebuggerSetBreakpointByURLArgs) SetColumnNumber(columnNumber int) *DebuggerSetBreakpointByURLArgs + func (a *DebuggerSetBreakpointByURLArgs) SetCondition(condition string) *DebuggerSetBreakpointByURLArgs + func (a *DebuggerSetBreakpointByURLArgs) SetURL(url string) *DebuggerSetBreakpointByURLArgs + func (a *DebuggerSetBreakpointByURLArgs) SetURLRegex(urlRegex string) *DebuggerSetBreakpointByURLArgs + type DebuggerSetBreakpointByURLReply struct + BreakpointID cdptype.DebuggerBreakpointID + Locations []cdptype.DebuggerLocation + type DebuggerSetBreakpointReply struct + ActualLocation cdptype.DebuggerLocation + BreakpointID cdptype.DebuggerBreakpointID + type DebuggerSetBreakpointsActiveArgs struct + Active bool + func NewDebuggerSetBreakpointsActiveArgs(active bool) *DebuggerSetBreakpointsActiveArgs + type DebuggerSetPauseOnExceptionsArgs struct + State string + func NewDebuggerSetPauseOnExceptionsArgs(state string) *DebuggerSetPauseOnExceptionsArgs + type DebuggerSetScriptSourceArgs struct + DryRun *bool + ScriptID cdptype.RuntimeScriptID + ScriptSource string + func NewDebuggerSetScriptSourceArgs(scriptID cdptype.RuntimeScriptID, scriptSource string) *DebuggerSetScriptSourceArgs + func (a *DebuggerSetScriptSourceArgs) SetDryRun(dryRun bool) *DebuggerSetScriptSourceArgs + type DebuggerSetScriptSourceReply struct + AsyncStackTrace *cdptype.RuntimeStackTrace + CallFrames []cdptype.DebuggerCallFrame + ExceptionDetails *cdptype.RuntimeExceptionDetails + StackChanged *bool + type DebuggerSetSkipAllPausesArgs struct + Skip bool + func NewDebuggerSetSkipAllPausesArgs(skip bool) *DebuggerSetSkipAllPausesArgs + type DebuggerSetVariableValueArgs struct + CallFrameID cdptype.DebuggerCallFrameID + NewValue cdptype.RuntimeCallArgument + ScopeNumber int + VariableName string + func NewDebuggerSetVariableValueArgs(scopeNumber int, variableName string, newValue cdptype.RuntimeCallArgument, ...) *DebuggerSetVariableValueArgs + type DeviceOrientationSetDeviceOrientationOverrideArgs struct + Alpha float64 + Beta float64 + Gamma float64 + func NewDeviceOrientationSetDeviceOrientationOverrideArgs(alpha float64, beta float64, gamma float64) *DeviceOrientationSetDeviceOrientationOverrideArgs + type EmulationCanEmulateReply struct + Result bool + type EmulationForceViewportArgs struct + Scale float64 + X float64 + Y float64 + func NewEmulationForceViewportArgs(x float64, y float64, scale float64) *EmulationForceViewportArgs + type EmulationSetCPUThrottlingRateArgs struct + Rate float64 + func NewEmulationSetCPUThrottlingRateArgs(rate float64) *EmulationSetCPUThrottlingRateArgs + type EmulationSetDefaultBackgroundColorOverrideArgs struct + Color *cdptype.DOMRGBA + func NewEmulationSetDefaultBackgroundColorOverrideArgs() *EmulationSetDefaultBackgroundColorOverrideArgs + func (a *EmulationSetDefaultBackgroundColorOverrideArgs) SetColor(color cdptype.DOMRGBA) *EmulationSetDefaultBackgroundColorOverrideArgs + type EmulationSetDeviceMetricsOverrideArgs struct + DeviceScaleFactor float64 + FitWindow bool + Height int + Mobile bool + OffsetX *float64 + OffsetY *float64 + PositionX *int + PositionY *int + Scale *float64 + ScreenHeight *int + ScreenOrientation *cdptype.EmulationScreenOrientation + ScreenWidth *int + Width int + func NewEmulationSetDeviceMetricsOverrideArgs(width int, height int, deviceScaleFactor float64, mobile bool, fitWindow bool) *EmulationSetDeviceMetricsOverrideArgs + func (a *EmulationSetDeviceMetricsOverrideArgs) SetOffsetX(offsetX float64) *EmulationSetDeviceMetricsOverrideArgs + func (a *EmulationSetDeviceMetricsOverrideArgs) SetOffsetY(offsetY float64) *EmulationSetDeviceMetricsOverrideArgs + func (a *EmulationSetDeviceMetricsOverrideArgs) SetPositionX(positionX int) *EmulationSetDeviceMetricsOverrideArgs + func (a *EmulationSetDeviceMetricsOverrideArgs) SetPositionY(positionY int) *EmulationSetDeviceMetricsOverrideArgs + func (a *EmulationSetDeviceMetricsOverrideArgs) SetScale(scale float64) *EmulationSetDeviceMetricsOverrideArgs + func (a *EmulationSetDeviceMetricsOverrideArgs) SetScreenHeight(screenHeight int) *EmulationSetDeviceMetricsOverrideArgs + func (a *EmulationSetDeviceMetricsOverrideArgs) SetScreenOrientation(screenOrientation cdptype.EmulationScreenOrientation) *EmulationSetDeviceMetricsOverrideArgs + func (a *EmulationSetDeviceMetricsOverrideArgs) SetScreenWidth(screenWidth int) *EmulationSetDeviceMetricsOverrideArgs + type EmulationSetEmulatedMediaArgs struct + Media string + func NewEmulationSetEmulatedMediaArgs(media string) *EmulationSetEmulatedMediaArgs + type EmulationSetGeolocationOverrideArgs struct + Accuracy *float64 + Latitude *float64 + Longitude *float64 + func NewEmulationSetGeolocationOverrideArgs() *EmulationSetGeolocationOverrideArgs + func (a *EmulationSetGeolocationOverrideArgs) SetAccuracy(accuracy float64) *EmulationSetGeolocationOverrideArgs + func (a *EmulationSetGeolocationOverrideArgs) SetLatitude(latitude float64) *EmulationSetGeolocationOverrideArgs + func (a *EmulationSetGeolocationOverrideArgs) SetLongitude(longitude float64) *EmulationSetGeolocationOverrideArgs + type EmulationSetPageScaleFactorArgs struct + PageScaleFactor float64 + func NewEmulationSetPageScaleFactorArgs(pageScaleFactor float64) *EmulationSetPageScaleFactorArgs + type EmulationSetScriptExecutionDisabledArgs struct + Value bool + func NewEmulationSetScriptExecutionDisabledArgs(value bool) *EmulationSetScriptExecutionDisabledArgs + type EmulationSetTouchEmulationEnabledArgs struct + Configuration *string + Enabled bool + func NewEmulationSetTouchEmulationEnabledArgs(enabled bool) *EmulationSetTouchEmulationEnabledArgs + func (a *EmulationSetTouchEmulationEnabledArgs) SetConfiguration(configuration string) *EmulationSetTouchEmulationEnabledArgs + type EmulationSetVirtualTimePolicyArgs struct + Budget *int + Policy cdptype.EmulationVirtualTimePolicy + func NewEmulationSetVirtualTimePolicyArgs(policy cdptype.EmulationVirtualTimePolicy) *EmulationSetVirtualTimePolicyArgs + func (a *EmulationSetVirtualTimePolicyArgs) SetBudget(budget int) *EmulationSetVirtualTimePolicyArgs + type EmulationSetVisibleSizeArgs struct + Height int + Width int + func NewEmulationSetVisibleSizeArgs(width int, height int) *EmulationSetVisibleSizeArgs + type HeapProfilerAddInspectedHeapObjectArgs struct + HeapObjectID cdptype.HeapProfilerHeapSnapshotObjectID + func NewHeapProfilerAddInspectedHeapObjectArgs(heapObjectID cdptype.HeapProfilerHeapSnapshotObjectID) *HeapProfilerAddInspectedHeapObjectArgs + type HeapProfilerGetHeapObjectIDArgs struct + ObjectID cdptype.RuntimeRemoteObjectID + func NewHeapProfilerGetHeapObjectIDArgs(objectID cdptype.RuntimeRemoteObjectID) *HeapProfilerGetHeapObjectIDArgs + type HeapProfilerGetHeapObjectIDReply struct + HeapSnapshotObjectID cdptype.HeapProfilerHeapSnapshotObjectID + type HeapProfilerGetObjectByHeapObjectIDArgs struct + ObjectGroup *string + ObjectID cdptype.HeapProfilerHeapSnapshotObjectID + func NewHeapProfilerGetObjectByHeapObjectIDArgs(objectID cdptype.HeapProfilerHeapSnapshotObjectID) *HeapProfilerGetObjectByHeapObjectIDArgs + func (a *HeapProfilerGetObjectByHeapObjectIDArgs) SetObjectGroup(objectGroup string) *HeapProfilerGetObjectByHeapObjectIDArgs + type HeapProfilerGetObjectByHeapObjectIDReply struct + Result cdptype.RuntimeRemoteObject + type HeapProfilerStartSamplingArgs struct + SamplingInterval *float64 + func NewHeapProfilerStartSamplingArgs() *HeapProfilerStartSamplingArgs + func (a *HeapProfilerStartSamplingArgs) SetSamplingInterval(samplingInterval float64) *HeapProfilerStartSamplingArgs + type HeapProfilerStartTrackingHeapObjectsArgs struct + TrackAllocations *bool + func NewHeapProfilerStartTrackingHeapObjectsArgs() *HeapProfilerStartTrackingHeapObjectsArgs + func (a *HeapProfilerStartTrackingHeapObjectsArgs) SetTrackAllocations(trackAllocations bool) *HeapProfilerStartTrackingHeapObjectsArgs + type HeapProfilerStopSamplingReply struct + Profile cdptype.HeapProfilerSamplingHeapProfile + type HeapProfilerStopTrackingHeapObjectsArgs struct + ReportProgress *bool + func NewHeapProfilerStopTrackingHeapObjectsArgs() *HeapProfilerStopTrackingHeapObjectsArgs + func (a *HeapProfilerStopTrackingHeapObjectsArgs) SetReportProgress(reportProgress bool) *HeapProfilerStopTrackingHeapObjectsArgs + type HeapProfilerTakeHeapSnapshotArgs struct + ReportProgress *bool + func NewHeapProfilerTakeHeapSnapshotArgs() *HeapProfilerTakeHeapSnapshotArgs + func (a *HeapProfilerTakeHeapSnapshotArgs) SetReportProgress(reportProgress bool) *HeapProfilerTakeHeapSnapshotArgs + type IOCloseArgs struct + Handle cdptype.IOStreamHandle + func NewIOCloseArgs(handle cdptype.IOStreamHandle) *IOCloseArgs + type IOReadArgs struct + Handle cdptype.IOStreamHandle + Offset *int + Size *int + func NewIOReadArgs(handle cdptype.IOStreamHandle) *IOReadArgs + func (a *IOReadArgs) SetOffset(offset int) *IOReadArgs + func (a *IOReadArgs) SetSize(size int) *IOReadArgs + type IOReadReply struct + Data string + EOF bool + type IndexedDBClearObjectStoreArgs struct + DatabaseName string + ObjectStoreName string + SecurityOrigin string + func NewIndexedDBClearObjectStoreArgs(securityOrigin string, databaseName string, objectStoreName string) *IndexedDBClearObjectStoreArgs + type IndexedDBDeleteDatabaseArgs struct + DatabaseName string + SecurityOrigin string + func NewIndexedDBDeleteDatabaseArgs(securityOrigin string, databaseName string) *IndexedDBDeleteDatabaseArgs + type IndexedDBRequestDataArgs struct + DatabaseName string + IndexName string + KeyRange *cdptype.IndexedDBKeyRange + ObjectStoreName string + PageSize int + SecurityOrigin string + SkipCount int + func NewIndexedDBRequestDataArgs(securityOrigin string, databaseName string, objectStoreName string, ...) *IndexedDBRequestDataArgs + func (a *IndexedDBRequestDataArgs) SetKeyRange(keyRange cdptype.IndexedDBKeyRange) *IndexedDBRequestDataArgs + type IndexedDBRequestDataReply struct + HasMore bool + ObjectStoreDataEntries []cdptype.IndexedDBDataEntry + type IndexedDBRequestDatabaseArgs struct + DatabaseName string + SecurityOrigin string + func NewIndexedDBRequestDatabaseArgs(securityOrigin string, databaseName string) *IndexedDBRequestDatabaseArgs + type IndexedDBRequestDatabaseNamesArgs struct + SecurityOrigin string + func NewIndexedDBRequestDatabaseNamesArgs(securityOrigin string) *IndexedDBRequestDatabaseNamesArgs + type IndexedDBRequestDatabaseNamesReply struct + DatabaseNames []string + type IndexedDBRequestDatabaseReply struct + DatabaseWithObjectStores cdptype.IndexedDBDatabaseWithObjectStores + type InputDispatchKeyEventArgs struct + AutoRepeat *bool + Code *string + IsKeypad *bool + IsSystemKey *bool + Key *string + KeyIdentifier *string + Modifiers *int + NativeVirtualKeyCode *int + Text *string + Timestamp cdptype.Timestamp + Type string + UnmodifiedText *string + WindowsVirtualKeyCode *int + func NewInputDispatchKeyEventArgs(typ string) *InputDispatchKeyEventArgs + func (a *InputDispatchKeyEventArgs) SetAutoRepeat(autoRepeat bool) *InputDispatchKeyEventArgs + func (a *InputDispatchKeyEventArgs) SetCode(code string) *InputDispatchKeyEventArgs + func (a *InputDispatchKeyEventArgs) SetIsKeypad(isKeypad bool) *InputDispatchKeyEventArgs + func (a *InputDispatchKeyEventArgs) SetIsSystemKey(isSystemKey bool) *InputDispatchKeyEventArgs + func (a *InputDispatchKeyEventArgs) SetKey(key string) *InputDispatchKeyEventArgs + func (a *InputDispatchKeyEventArgs) SetKeyIdentifier(keyIdentifier string) *InputDispatchKeyEventArgs + func (a *InputDispatchKeyEventArgs) SetModifiers(modifiers int) *InputDispatchKeyEventArgs + func (a *InputDispatchKeyEventArgs) SetNativeVirtualKeyCode(nativeVirtualKeyCode int) *InputDispatchKeyEventArgs + func (a *InputDispatchKeyEventArgs) SetText(text string) *InputDispatchKeyEventArgs + func (a *InputDispatchKeyEventArgs) SetTimestamp(timestamp cdptype.Timestamp) *InputDispatchKeyEventArgs + func (a *InputDispatchKeyEventArgs) SetUnmodifiedText(unmodifiedText string) *InputDispatchKeyEventArgs + func (a *InputDispatchKeyEventArgs) SetWindowsVirtualKeyCode(windowsVirtualKeyCode int) *InputDispatchKeyEventArgs + type InputDispatchMouseEventArgs struct + Button *string + ClickCount *int + Modifiers *int + Timestamp cdptype.Timestamp + Type string + X int + Y int + func NewInputDispatchMouseEventArgs(typ string, x int, y int) *InputDispatchMouseEventArgs + func (a *InputDispatchMouseEventArgs) SetButton(button string) *InputDispatchMouseEventArgs + func (a *InputDispatchMouseEventArgs) SetClickCount(clickCount int) *InputDispatchMouseEventArgs + func (a *InputDispatchMouseEventArgs) SetModifiers(modifiers int) *InputDispatchMouseEventArgs + func (a *InputDispatchMouseEventArgs) SetTimestamp(timestamp cdptype.Timestamp) *InputDispatchMouseEventArgs + type InputDispatchTouchEventArgs struct + Modifiers *int + Timestamp cdptype.Timestamp + TouchPoints []cdptype.InputTouchPoint + Type string + func NewInputDispatchTouchEventArgs(typ string, touchPoints []cdptype.InputTouchPoint) *InputDispatchTouchEventArgs + func (a *InputDispatchTouchEventArgs) SetModifiers(modifiers int) *InputDispatchTouchEventArgs + func (a *InputDispatchTouchEventArgs) SetTimestamp(timestamp cdptype.Timestamp) *InputDispatchTouchEventArgs + type InputEmulateTouchFromMouseEventArgs struct + Button string + ClickCount *int + DeltaX *float64 + DeltaY *float64 + Modifiers *int + Timestamp cdptype.Timestamp + Type string + X int + Y int + func NewInputEmulateTouchFromMouseEventArgs(typ string, x int, y int, timestamp cdptype.Timestamp, button string) *InputEmulateTouchFromMouseEventArgs + func (a *InputEmulateTouchFromMouseEventArgs) SetClickCount(clickCount int) *InputEmulateTouchFromMouseEventArgs + func (a *InputEmulateTouchFromMouseEventArgs) SetDeltaX(deltaX float64) *InputEmulateTouchFromMouseEventArgs + func (a *InputEmulateTouchFromMouseEventArgs) SetDeltaY(deltaY float64) *InputEmulateTouchFromMouseEventArgs + func (a *InputEmulateTouchFromMouseEventArgs) SetModifiers(modifiers int) *InputEmulateTouchFromMouseEventArgs + type InputSetIgnoreInputEventsArgs struct + Ignore bool + func NewInputSetIgnoreInputEventsArgs(ignore bool) *InputSetIgnoreInputEventsArgs + type InputSynthesizePinchGestureArgs struct + GestureSourceType cdptype.InputGestureSourceType + RelativeSpeed *int + ScaleFactor float64 + X int + Y int + func NewInputSynthesizePinchGestureArgs(x int, y int, scaleFactor float64) *InputSynthesizePinchGestureArgs + func (a *InputSynthesizePinchGestureArgs) SetGestureSourceType(gestureSourceType cdptype.InputGestureSourceType) *InputSynthesizePinchGestureArgs + func (a *InputSynthesizePinchGestureArgs) SetRelativeSpeed(relativeSpeed int) *InputSynthesizePinchGestureArgs + type InputSynthesizeScrollGestureArgs struct + GestureSourceType cdptype.InputGestureSourceType + InteractionMarkerName *string + PreventFling *bool + RepeatCount *int + RepeatDelayMs *int + Speed *int + X int + XDistance *int + XOverscroll *int + Y int + YDistance *int + YOverscroll *int + func NewInputSynthesizeScrollGestureArgs(x int, y int) *InputSynthesizeScrollGestureArgs + func (a *InputSynthesizeScrollGestureArgs) SetGestureSourceType(gestureSourceType cdptype.InputGestureSourceType) *InputSynthesizeScrollGestureArgs + func (a *InputSynthesizeScrollGestureArgs) SetInteractionMarkerName(interactionMarkerName string) *InputSynthesizeScrollGestureArgs + func (a *InputSynthesizeScrollGestureArgs) SetPreventFling(preventFling bool) *InputSynthesizeScrollGestureArgs + func (a *InputSynthesizeScrollGestureArgs) SetRepeatCount(repeatCount int) *InputSynthesizeScrollGestureArgs + func (a *InputSynthesizeScrollGestureArgs) SetRepeatDelayMs(repeatDelayMs int) *InputSynthesizeScrollGestureArgs + func (a *InputSynthesizeScrollGestureArgs) SetSpeed(speed int) *InputSynthesizeScrollGestureArgs + func (a *InputSynthesizeScrollGestureArgs) SetXDistance(xDistance int) *InputSynthesizeScrollGestureArgs + func (a *InputSynthesizeScrollGestureArgs) SetXOverscroll(xOverscroll int) *InputSynthesizeScrollGestureArgs + func (a *InputSynthesizeScrollGestureArgs) SetYDistance(yDistance int) *InputSynthesizeScrollGestureArgs + func (a *InputSynthesizeScrollGestureArgs) SetYOverscroll(yOverscroll int) *InputSynthesizeScrollGestureArgs + type InputSynthesizeTapGestureArgs struct + Duration *int + GestureSourceType cdptype.InputGestureSourceType + TapCount *int + X int + Y int + func NewInputSynthesizeTapGestureArgs(x int, y int) *InputSynthesizeTapGestureArgs + func (a *InputSynthesizeTapGestureArgs) SetDuration(duration int) *InputSynthesizeTapGestureArgs + func (a *InputSynthesizeTapGestureArgs) SetGestureSourceType(gestureSourceType cdptype.InputGestureSourceType) *InputSynthesizeTapGestureArgs + func (a *InputSynthesizeTapGestureArgs) SetTapCount(tapCount int) *InputSynthesizeTapGestureArgs + type LayerTreeCompositingReasonsArgs struct + LayerID cdptype.LayerTreeLayerID + func NewLayerTreeCompositingReasonsArgs(layerID cdptype.LayerTreeLayerID) *LayerTreeCompositingReasonsArgs + type LayerTreeCompositingReasonsReply struct + CompositingReasons []string + type LayerTreeLoadSnapshotArgs struct + Tiles []cdptype.LayerTreePictureTile + func NewLayerTreeLoadSnapshotArgs(tiles []cdptype.LayerTreePictureTile) *LayerTreeLoadSnapshotArgs + type LayerTreeLoadSnapshotReply struct + SnapshotID cdptype.LayerTreeSnapshotID + type LayerTreeMakeSnapshotArgs struct + LayerID cdptype.LayerTreeLayerID + func NewLayerTreeMakeSnapshotArgs(layerID cdptype.LayerTreeLayerID) *LayerTreeMakeSnapshotArgs + type LayerTreeMakeSnapshotReply struct + SnapshotID cdptype.LayerTreeSnapshotID + type LayerTreeProfileSnapshotArgs struct + ClipRect *cdptype.DOMRect + MinDuration *float64 + MinRepeatCount *int + SnapshotID cdptype.LayerTreeSnapshotID + func NewLayerTreeProfileSnapshotArgs(snapshotID cdptype.LayerTreeSnapshotID) *LayerTreeProfileSnapshotArgs + func (a *LayerTreeProfileSnapshotArgs) SetClipRect(clipRect cdptype.DOMRect) *LayerTreeProfileSnapshotArgs + func (a *LayerTreeProfileSnapshotArgs) SetMinDuration(minDuration float64) *LayerTreeProfileSnapshotArgs + func (a *LayerTreeProfileSnapshotArgs) SetMinRepeatCount(minRepeatCount int) *LayerTreeProfileSnapshotArgs + type LayerTreeProfileSnapshotReply struct + Timings []cdptype.LayerTreePaintProfile + type LayerTreeReleaseSnapshotArgs struct + SnapshotID cdptype.LayerTreeSnapshotID + func NewLayerTreeReleaseSnapshotArgs(snapshotID cdptype.LayerTreeSnapshotID) *LayerTreeReleaseSnapshotArgs + type LayerTreeReplaySnapshotArgs struct + FromStep *int + Scale *float64 + SnapshotID cdptype.LayerTreeSnapshotID + ToStep *int + func NewLayerTreeReplaySnapshotArgs(snapshotID cdptype.LayerTreeSnapshotID) *LayerTreeReplaySnapshotArgs + func (a *LayerTreeReplaySnapshotArgs) SetFromStep(fromStep int) *LayerTreeReplaySnapshotArgs + func (a *LayerTreeReplaySnapshotArgs) SetScale(scale float64) *LayerTreeReplaySnapshotArgs + func (a *LayerTreeReplaySnapshotArgs) SetToStep(toStep int) *LayerTreeReplaySnapshotArgs + type LayerTreeReplaySnapshotReply struct + DataURL string + type LayerTreeSnapshotCommandLogArgs struct + SnapshotID cdptype.LayerTreeSnapshotID + func NewLayerTreeSnapshotCommandLogArgs(snapshotID cdptype.LayerTreeSnapshotID) *LayerTreeSnapshotCommandLogArgs + type LayerTreeSnapshotCommandLogReply struct + CommandLog []json.RawMessage + type LogStartViolationsReportArgs struct + Config []cdptype.LogViolationSetting + func NewLogStartViolationsReportArgs(config []cdptype.LogViolationSetting) *LogStartViolationsReportArgs + type MemoryGetDOMCountersReply struct + Documents int + JsEventListeners int + Nodes int + type MemorySetPressureNotificationsSuppressedArgs struct + Suppressed bool + func NewMemorySetPressureNotificationsSuppressedArgs(suppressed bool) *MemorySetPressureNotificationsSuppressedArgs + type MemorySimulatePressureNotificationArgs struct + Level cdptype.MemoryPressureLevel + func NewMemorySimulatePressureNotificationArgs(level cdptype.MemoryPressureLevel) *MemorySimulatePressureNotificationArgs + type NetworkCanClearBrowserCacheReply struct + Result bool + type NetworkCanClearBrowserCookiesReply struct + Result bool + type NetworkCanEmulateNetworkConditionsReply struct + Result bool + type NetworkContinueInterceptedRequestArgs struct + AuthChallengeResponse *cdptype.NetworkAuthChallengeResponse + ErrorReason cdptype.NetworkErrorReason + Headers cdptype.NetworkHeaders + InterceptionID cdptype.NetworkInterceptionID + Method *string + PostData *string + RawResponse *string + URL *string + func NewNetworkContinueInterceptedRequestArgs(interceptionID cdptype.NetworkInterceptionID) *NetworkContinueInterceptedRequestArgs + func (a *NetworkContinueInterceptedRequestArgs) SetAuthChallengeResponse(authChallengeResponse cdptype.NetworkAuthChallengeResponse) *NetworkContinueInterceptedRequestArgs + func (a *NetworkContinueInterceptedRequestArgs) SetErrorReason(errorReason cdptype.NetworkErrorReason) *NetworkContinueInterceptedRequestArgs + func (a *NetworkContinueInterceptedRequestArgs) SetHeaders(headers cdptype.NetworkHeaders) *NetworkContinueInterceptedRequestArgs + func (a *NetworkContinueInterceptedRequestArgs) SetMethod(method string) *NetworkContinueInterceptedRequestArgs + func (a *NetworkContinueInterceptedRequestArgs) SetPostData(postData string) *NetworkContinueInterceptedRequestArgs + func (a *NetworkContinueInterceptedRequestArgs) SetRawResponse(rawResponse string) *NetworkContinueInterceptedRequestArgs + func (a *NetworkContinueInterceptedRequestArgs) SetURL(url string) *NetworkContinueInterceptedRequestArgs + type NetworkDeleteCookieArgs struct + CookieName string + URL string + func NewNetworkDeleteCookieArgs(cookieName string, url string) *NetworkDeleteCookieArgs + type NetworkEmulateNetworkConditionsArgs struct + ConnectionType cdptype.NetworkConnectionType + DownloadThroughput float64 + Latency float64 + Offline bool + UploadThroughput float64 + func NewNetworkEmulateNetworkConditionsArgs(offline bool, latency float64, downloadThroughput float64, ...) *NetworkEmulateNetworkConditionsArgs + func (a *NetworkEmulateNetworkConditionsArgs) SetConnectionType(connectionType cdptype.NetworkConnectionType) *NetworkEmulateNetworkConditionsArgs + type NetworkEnableArgs struct + MaxResourceBufferSize *int + MaxTotalBufferSize *int + func NewNetworkEnableArgs() *NetworkEnableArgs + func (a *NetworkEnableArgs) SetMaxResourceBufferSize(maxResourceBufferSize int) *NetworkEnableArgs + func (a *NetworkEnableArgs) SetMaxTotalBufferSize(maxTotalBufferSize int) *NetworkEnableArgs + type NetworkEnableRequestInterceptionArgs struct + Enabled bool + func NewNetworkEnableRequestInterceptionArgs(enabled bool) *NetworkEnableRequestInterceptionArgs + type NetworkGetAllCookiesReply struct + Cookies []cdptype.NetworkCookie + type NetworkGetCertificateArgs struct + Origin string + func NewNetworkGetCertificateArgs(origin string) *NetworkGetCertificateArgs + type NetworkGetCertificateReply struct + TableNames []string + type NetworkGetCookiesArgs struct + URLs []string + func NewNetworkGetCookiesArgs() *NetworkGetCookiesArgs + func (a *NetworkGetCookiesArgs) SetURLs(urls []string) *NetworkGetCookiesArgs + type NetworkGetCookiesReply struct + Cookies []cdptype.NetworkCookie + type NetworkGetResponseBodyArgs struct + RequestID cdptype.NetworkRequestID + func NewNetworkGetResponseBodyArgs(requestID cdptype.NetworkRequestID) *NetworkGetResponseBodyArgs + type NetworkGetResponseBodyReply struct + Base64Encoded bool + Body string + type NetworkReplayXHRArgs struct + RequestID cdptype.NetworkRequestID + func NewNetworkReplayXHRArgs(requestID cdptype.NetworkRequestID) *NetworkReplayXHRArgs + type NetworkSetBlockedURLsArgs struct + URLs []string + func NewNetworkSetBlockedURLsArgs(urls []string) *NetworkSetBlockedURLsArgs + type NetworkSetBypassServiceWorkerArgs struct + Bypass bool + func NewNetworkSetBypassServiceWorkerArgs(bypass bool) *NetworkSetBypassServiceWorkerArgs + type NetworkSetCacheDisabledArgs struct + CacheDisabled bool + func NewNetworkSetCacheDisabledArgs(cacheDisabled bool) *NetworkSetCacheDisabledArgs + type NetworkSetCookieArgs struct + Domain *string + ExpirationDate cdptype.NetworkTimestamp + HTTPOnly *bool + Name string + Path *string + SameSite cdptype.NetworkCookieSameSite + Secure *bool + URL string + Value string + func NewNetworkSetCookieArgs(url string, name string, value string) *NetworkSetCookieArgs + func (a *NetworkSetCookieArgs) SetDomain(domain string) *NetworkSetCookieArgs + func (a *NetworkSetCookieArgs) SetExpirationDate(expirationDate cdptype.NetworkTimestamp) *NetworkSetCookieArgs + func (a *NetworkSetCookieArgs) SetHTTPOnly(httpOnly bool) *NetworkSetCookieArgs + func (a *NetworkSetCookieArgs) SetPath(path string) *NetworkSetCookieArgs + func (a *NetworkSetCookieArgs) SetSameSite(sameSite cdptype.NetworkCookieSameSite) *NetworkSetCookieArgs + func (a *NetworkSetCookieArgs) SetSecure(secure bool) *NetworkSetCookieArgs + type NetworkSetCookieReply struct + Success bool + type NetworkSetDataSizeLimitsForTestArgs struct + MaxResourceSize int + MaxTotalSize int + func NewNetworkSetDataSizeLimitsForTestArgs(maxTotalSize int, maxResourceSize int) *NetworkSetDataSizeLimitsForTestArgs + type NetworkSetExtraHTTPHeadersArgs struct + Headers cdptype.NetworkHeaders + func NewNetworkSetExtraHTTPHeadersArgs(headers cdptype.NetworkHeaders) *NetworkSetExtraHTTPHeadersArgs + type NetworkSetUserAgentOverrideArgs struct + UserAgent string + func NewNetworkSetUserAgentOverrideArgs(userAgent string) *NetworkSetUserAgentOverrideArgs + type OverlayGetHighlightObjectForTestArgs struct + NodeID cdptype.DOMNodeID + func NewOverlayGetHighlightObjectForTestArgs(nodeID cdptype.DOMNodeID) *OverlayGetHighlightObjectForTestArgs + type OverlayGetHighlightObjectForTestReply struct + Highlight json.RawMessage + type OverlayHighlightFrameArgs struct + ContentColor *cdptype.DOMRGBA + ContentOutlineColor *cdptype.DOMRGBA + FrameID cdptype.PageFrameID + func NewOverlayHighlightFrameArgs(frameID cdptype.PageFrameID) *OverlayHighlightFrameArgs + func (a *OverlayHighlightFrameArgs) SetContentColor(contentColor cdptype.DOMRGBA) *OverlayHighlightFrameArgs + func (a *OverlayHighlightFrameArgs) SetContentOutlineColor(contentOutlineColor cdptype.DOMRGBA) *OverlayHighlightFrameArgs + type OverlayHighlightNodeArgs struct + BackendNodeID *cdptype.DOMBackendNodeID + HighlightConfig cdptype.OverlayHighlightConfig + NodeID *cdptype.DOMNodeID + ObjectID *cdptype.RuntimeRemoteObjectID + func NewOverlayHighlightNodeArgs(highlightConfig cdptype.OverlayHighlightConfig) *OverlayHighlightNodeArgs + func (a *OverlayHighlightNodeArgs) SetBackendNodeID(backendNodeID cdptype.DOMBackendNodeID) *OverlayHighlightNodeArgs + func (a *OverlayHighlightNodeArgs) SetNodeID(nodeID cdptype.DOMNodeID) *OverlayHighlightNodeArgs + func (a *OverlayHighlightNodeArgs) SetObjectID(objectID cdptype.RuntimeRemoteObjectID) *OverlayHighlightNodeArgs + type OverlayHighlightQuadArgs struct + Color *cdptype.DOMRGBA + OutlineColor *cdptype.DOMRGBA + Quad cdptype.DOMQuad + func NewOverlayHighlightQuadArgs(quad cdptype.DOMQuad) *OverlayHighlightQuadArgs + func (a *OverlayHighlightQuadArgs) SetColor(color cdptype.DOMRGBA) *OverlayHighlightQuadArgs + func (a *OverlayHighlightQuadArgs) SetOutlineColor(outlineColor cdptype.DOMRGBA) *OverlayHighlightQuadArgs + type OverlayHighlightRectArgs struct + Color *cdptype.DOMRGBA + Height int + OutlineColor *cdptype.DOMRGBA + Width int + X int + Y int + func NewOverlayHighlightRectArgs(x int, y int, width int, height int) *OverlayHighlightRectArgs + func (a *OverlayHighlightRectArgs) SetColor(color cdptype.DOMRGBA) *OverlayHighlightRectArgs + func (a *OverlayHighlightRectArgs) SetOutlineColor(outlineColor cdptype.DOMRGBA) *OverlayHighlightRectArgs + type OverlaySetInspectModeArgs struct + HighlightConfig *cdptype.OverlayHighlightConfig + Mode cdptype.OverlayInspectMode + func NewOverlaySetInspectModeArgs(mode cdptype.OverlayInspectMode) *OverlaySetInspectModeArgs + func (a *OverlaySetInspectModeArgs) SetHighlightConfig(highlightConfig cdptype.OverlayHighlightConfig) *OverlaySetInspectModeArgs + type OverlaySetPausedInDebuggerMessageArgs struct + Message *string + func NewOverlaySetPausedInDebuggerMessageArgs() *OverlaySetPausedInDebuggerMessageArgs + func (a *OverlaySetPausedInDebuggerMessageArgs) SetMessage(message string) *OverlaySetPausedInDebuggerMessageArgs + type OverlaySetShowDebugBordersArgs struct + Show bool + func NewOverlaySetShowDebugBordersArgs(show bool) *OverlaySetShowDebugBordersArgs + type OverlaySetShowFPSCounterArgs struct + Show bool + func NewOverlaySetShowFPSCounterArgs(show bool) *OverlaySetShowFPSCounterArgs + type OverlaySetShowPaintRectsArgs struct + Result bool + func NewOverlaySetShowPaintRectsArgs(result bool) *OverlaySetShowPaintRectsArgs + type OverlaySetShowScrollBottleneckRectsArgs struct + Show bool + func NewOverlaySetShowScrollBottleneckRectsArgs(show bool) *OverlaySetShowScrollBottleneckRectsArgs + type OverlaySetShowViewportSizeOnResizeArgs struct + Show bool + func NewOverlaySetShowViewportSizeOnResizeArgs(show bool) *OverlaySetShowViewportSizeOnResizeArgs + type OverlaySetSuspendedArgs struct + Suspended bool + func NewOverlaySetSuspendedArgs(suspended bool) *OverlaySetSuspendedArgs + type PageAddScriptToEvaluateOnLoadArgs struct + ScriptSource string + func NewPageAddScriptToEvaluateOnLoadArgs(scriptSource string) *PageAddScriptToEvaluateOnLoadArgs + type PageAddScriptToEvaluateOnLoadReply struct + Identifier cdptype.PageScriptIdentifier + type PageCaptureScreenshotArgs struct + Format *string + FromSurface *bool + Quality *int + func NewPageCaptureScreenshotArgs() *PageCaptureScreenshotArgs + func (a *PageCaptureScreenshotArgs) SetFormat(format string) *PageCaptureScreenshotArgs + func (a *PageCaptureScreenshotArgs) SetFromSurface(fromSurface bool) *PageCaptureScreenshotArgs + func (a *PageCaptureScreenshotArgs) SetQuality(quality int) *PageCaptureScreenshotArgs + type PageCaptureScreenshotReply struct + Data []byte + type PageCreateIsolatedWorldArgs struct + FrameID cdptype.PageFrameID + GrantUniveralAccess *bool + WorldName *string + func NewPageCreateIsolatedWorldArgs(frameID cdptype.PageFrameID) *PageCreateIsolatedWorldArgs + func (a *PageCreateIsolatedWorldArgs) SetGrantUniveralAccess(grantUniveralAccess bool) *PageCreateIsolatedWorldArgs + func (a *PageCreateIsolatedWorldArgs) SetWorldName(worldName string) *PageCreateIsolatedWorldArgs + type PageCreateIsolatedWorldReply struct + ExecutionContextID cdptype.RuntimeExecutionContextID + type PageDeleteCookieArgs struct + CookieName string + URL string + func NewPageDeleteCookieArgs(cookieName string, url string) *PageDeleteCookieArgs + type PageGetAppManifestReply struct + Data *string + Errors []cdptype.PageAppManifestError + URL string + type PageGetCookiesReply struct + Cookies []cdptype.NetworkCookie + type PageGetLayoutMetricsReply struct + ContentSize cdptype.DOMRect + LayoutViewport cdptype.PageLayoutViewport + VisualViewport cdptype.PageVisualViewport + type PageGetNavigationHistoryReply struct + CurrentIndex int + Entries []cdptype.PageNavigationEntry + type PageGetResourceContentArgs struct + FrameID cdptype.PageFrameID + URL string + func NewPageGetResourceContentArgs(frameID cdptype.PageFrameID, url string) *PageGetResourceContentArgs + type PageGetResourceContentReply struct + Base64Encoded bool + Content string + type PageGetResourceTreeReply struct + FrameTree cdptype.PageFrameResourceTree + type PageHandleJavaScriptDialogArgs struct + Accept bool + PromptText *string + func NewPageHandleJavaScriptDialogArgs(accept bool) *PageHandleJavaScriptDialogArgs + func (a *PageHandleJavaScriptDialogArgs) SetPromptText(promptText string) *PageHandleJavaScriptDialogArgs + type PageNavigateArgs struct + Referrer *string + TransitionType cdptype.PageTransitionType + URL string + func NewPageNavigateArgs(url string) *PageNavigateArgs + func (a *PageNavigateArgs) SetReferrer(referrer string) *PageNavigateArgs + func (a *PageNavigateArgs) SetTransitionType(transitionType cdptype.PageTransitionType) *PageNavigateArgs + type PageNavigateReply struct + FrameID cdptype.PageFrameID + type PageNavigateToHistoryEntryArgs struct + EntryID int + func NewPageNavigateToHistoryEntryArgs(entryID int) *PageNavigateToHistoryEntryArgs + type PagePrintToPDFArgs struct + DisplayHeaderFooter *bool + Landscape *bool + MarginBottom *float64 + MarginLeft *float64 + MarginRight *float64 + MarginTop *float64 + PageRanges *string + PaperHeight *float64 + PaperWidth *float64 + PrintBackground *bool + Scale *float64 + func NewPagePrintToPDFArgs() *PagePrintToPDFArgs + func (a *PagePrintToPDFArgs) SetDisplayHeaderFooter(displayHeaderFooter bool) *PagePrintToPDFArgs + func (a *PagePrintToPDFArgs) SetLandscape(landscape bool) *PagePrintToPDFArgs + func (a *PagePrintToPDFArgs) SetMarginBottom(marginBottom float64) *PagePrintToPDFArgs + func (a *PagePrintToPDFArgs) SetMarginLeft(marginLeft float64) *PagePrintToPDFArgs + func (a *PagePrintToPDFArgs) SetMarginRight(marginRight float64) *PagePrintToPDFArgs + func (a *PagePrintToPDFArgs) SetMarginTop(marginTop float64) *PagePrintToPDFArgs + func (a *PagePrintToPDFArgs) SetPageRanges(pageRanges string) *PagePrintToPDFArgs + func (a *PagePrintToPDFArgs) SetPaperHeight(paperHeight float64) *PagePrintToPDFArgs + func (a *PagePrintToPDFArgs) SetPaperWidth(paperWidth float64) *PagePrintToPDFArgs + func (a *PagePrintToPDFArgs) SetPrintBackground(printBackground bool) *PagePrintToPDFArgs + func (a *PagePrintToPDFArgs) SetScale(scale float64) *PagePrintToPDFArgs + type PagePrintToPDFReply struct + Data []byte + type PageProcessNavigationArgs struct + NavigationID int + Response cdptype.PageNavigationResponse + func NewPageProcessNavigationArgs(response cdptype.PageNavigationResponse, navigationID int) *PageProcessNavigationArgs + type PageReloadArgs struct + IgnoreCache *bool + ScriptToEvaluateOnLoad *string + func NewPageReloadArgs() *PageReloadArgs + func (a *PageReloadArgs) SetIgnoreCache(ignoreCache bool) *PageReloadArgs + func (a *PageReloadArgs) SetScriptToEvaluateOnLoad(scriptToEvaluateOnLoad string) *PageReloadArgs + type PageRemoveScriptToEvaluateOnLoadArgs struct + Identifier cdptype.PageScriptIdentifier + func NewPageRemoveScriptToEvaluateOnLoadArgs(identifier cdptype.PageScriptIdentifier) *PageRemoveScriptToEvaluateOnLoadArgs + type PageScreencastFrameAckArgs struct + SessionID int + func NewPageScreencastFrameAckArgs(sessionID int) *PageScreencastFrameAckArgs + type PageSearchInResourceArgs struct + CaseSensitive *bool + FrameID cdptype.PageFrameID + IsRegex *bool + Query string + URL string + func NewPageSearchInResourceArgs(frameID cdptype.PageFrameID, url string, query string) *PageSearchInResourceArgs + func (a *PageSearchInResourceArgs) SetCaseSensitive(caseSensitive bool) *PageSearchInResourceArgs + func (a *PageSearchInResourceArgs) SetIsRegex(isRegex bool) *PageSearchInResourceArgs + type PageSearchInResourceReply struct + Result []cdptype.DebuggerSearchMatch + type PageSetAutoAttachToCreatedPagesArgs struct + AutoAttach bool + func NewPageSetAutoAttachToCreatedPagesArgs(autoAttach bool) *PageSetAutoAttachToCreatedPagesArgs + type PageSetControlNavigationsArgs struct + Enabled bool + func NewPageSetControlNavigationsArgs(enabled bool) *PageSetControlNavigationsArgs + type PageSetDeviceMetricsOverrideArgs struct + DeviceScaleFactor float64 + FitWindow bool + Height int + Mobile bool + OffsetX *float64 + OffsetY *float64 + PositionX *int + PositionY *int + Scale *float64 + ScreenHeight *int + ScreenOrientation *cdptype.EmulationScreenOrientation + ScreenWidth *int + Width int + func NewPageSetDeviceMetricsOverrideArgs(width int, height int, deviceScaleFactor float64, mobile bool, fitWindow bool) *PageSetDeviceMetricsOverrideArgs + func (a *PageSetDeviceMetricsOverrideArgs) SetOffsetX(offsetX float64) *PageSetDeviceMetricsOverrideArgs + func (a *PageSetDeviceMetricsOverrideArgs) SetOffsetY(offsetY float64) *PageSetDeviceMetricsOverrideArgs + func (a *PageSetDeviceMetricsOverrideArgs) SetPositionX(positionX int) *PageSetDeviceMetricsOverrideArgs + func (a *PageSetDeviceMetricsOverrideArgs) SetPositionY(positionY int) *PageSetDeviceMetricsOverrideArgs + func (a *PageSetDeviceMetricsOverrideArgs) SetScale(scale float64) *PageSetDeviceMetricsOverrideArgs + func (a *PageSetDeviceMetricsOverrideArgs) SetScreenHeight(screenHeight int) *PageSetDeviceMetricsOverrideArgs + func (a *PageSetDeviceMetricsOverrideArgs) SetScreenOrientation(screenOrientation cdptype.EmulationScreenOrientation) *PageSetDeviceMetricsOverrideArgs + func (a *PageSetDeviceMetricsOverrideArgs) SetScreenWidth(screenWidth int) *PageSetDeviceMetricsOverrideArgs + type PageSetDeviceOrientationOverrideArgs struct + Alpha float64 + Beta float64 + Gamma float64 + func NewPageSetDeviceOrientationOverrideArgs(alpha float64, beta float64, gamma float64) *PageSetDeviceOrientationOverrideArgs + type PageSetDocumentContentArgs struct + FrameID cdptype.PageFrameID + HTML string + func NewPageSetDocumentContentArgs(frameID cdptype.PageFrameID, html string) *PageSetDocumentContentArgs + type PageSetGeolocationOverrideArgs struct + Accuracy *float64 + Latitude *float64 + Longitude *float64 + func NewPageSetGeolocationOverrideArgs() *PageSetGeolocationOverrideArgs + func (a *PageSetGeolocationOverrideArgs) SetAccuracy(accuracy float64) *PageSetGeolocationOverrideArgs + func (a *PageSetGeolocationOverrideArgs) SetLatitude(latitude float64) *PageSetGeolocationOverrideArgs + func (a *PageSetGeolocationOverrideArgs) SetLongitude(longitude float64) *PageSetGeolocationOverrideArgs + type PageSetTouchEmulationEnabledArgs struct + Configuration *string + Enabled bool + func NewPageSetTouchEmulationEnabledArgs(enabled bool) *PageSetTouchEmulationEnabledArgs + func (a *PageSetTouchEmulationEnabledArgs) SetConfiguration(configuration string) *PageSetTouchEmulationEnabledArgs + type PageStartScreencastArgs struct + EveryNthFrame *int + Format *string + MaxHeight *int + MaxWidth *int + Quality *int + func NewPageStartScreencastArgs() *PageStartScreencastArgs + func (a *PageStartScreencastArgs) SetEveryNthFrame(everyNthFrame int) *PageStartScreencastArgs + func (a *PageStartScreencastArgs) SetFormat(format string) *PageStartScreencastArgs + func (a *PageStartScreencastArgs) SetMaxHeight(maxHeight int) *PageStartScreencastArgs + func (a *PageStartScreencastArgs) SetMaxWidth(maxWidth int) *PageStartScreencastArgs + func (a *PageStartScreencastArgs) SetQuality(quality int) *PageStartScreencastArgs + type ProfilerGetBestEffortCoverageReply struct + Result []cdptype.ProfilerScriptCoverage + type ProfilerSetSamplingIntervalArgs struct + Interval int + func NewProfilerSetSamplingIntervalArgs(interval int) *ProfilerSetSamplingIntervalArgs + type ProfilerStartPreciseCoverageArgs struct + CallCount *bool + func NewProfilerStartPreciseCoverageArgs() *ProfilerStartPreciseCoverageArgs + func (a *ProfilerStartPreciseCoverageArgs) SetCallCount(callCount bool) *ProfilerStartPreciseCoverageArgs + type ProfilerStopReply struct + Profile cdptype.ProfilerProfile + type ProfilerTakePreciseCoverageReply struct + Result []cdptype.ProfilerScriptCoverage + type RuntimeAwaitPromiseArgs struct + GeneratePreview *bool + PromiseObjectID cdptype.RuntimeRemoteObjectID + ReturnByValue *bool + func NewRuntimeAwaitPromiseArgs(promiseObjectID cdptype.RuntimeRemoteObjectID) *RuntimeAwaitPromiseArgs + func (a *RuntimeAwaitPromiseArgs) SetGeneratePreview(generatePreview bool) *RuntimeAwaitPromiseArgs + func (a *RuntimeAwaitPromiseArgs) SetReturnByValue(returnByValue bool) *RuntimeAwaitPromiseArgs + type RuntimeAwaitPromiseReply struct + ExceptionDetails *cdptype.RuntimeExceptionDetails + Result cdptype.RuntimeRemoteObject + type RuntimeCallFunctionOnArgs struct + Arguments []cdptype.RuntimeCallArgument + AwaitPromise *bool + FunctionDeclaration string + GeneratePreview *bool + ObjectID cdptype.RuntimeRemoteObjectID + ReturnByValue *bool + Silent *bool + UserGesture *bool + func NewRuntimeCallFunctionOnArgs(objectID cdptype.RuntimeRemoteObjectID, functionDeclaration string) *RuntimeCallFunctionOnArgs + func (a *RuntimeCallFunctionOnArgs) SetArguments(arguments []cdptype.RuntimeCallArgument) *RuntimeCallFunctionOnArgs + func (a *RuntimeCallFunctionOnArgs) SetAwaitPromise(awaitPromise bool) *RuntimeCallFunctionOnArgs + func (a *RuntimeCallFunctionOnArgs) SetGeneratePreview(generatePreview bool) *RuntimeCallFunctionOnArgs + func (a *RuntimeCallFunctionOnArgs) SetReturnByValue(returnByValue bool) *RuntimeCallFunctionOnArgs + func (a *RuntimeCallFunctionOnArgs) SetSilent(silent bool) *RuntimeCallFunctionOnArgs + func (a *RuntimeCallFunctionOnArgs) SetUserGesture(userGesture bool) *RuntimeCallFunctionOnArgs + type RuntimeCallFunctionOnReply struct + ExceptionDetails *cdptype.RuntimeExceptionDetails + Result cdptype.RuntimeRemoteObject + type RuntimeCompileScriptArgs struct + ExecutionContextID *cdptype.RuntimeExecutionContextID + Expression string + PersistScript bool + SourceURL string + func NewRuntimeCompileScriptArgs(expression string, sourceURL string, persistScript bool) *RuntimeCompileScriptArgs + func (a *RuntimeCompileScriptArgs) SetExecutionContextID(executionContextID cdptype.RuntimeExecutionContextID) *RuntimeCompileScriptArgs + type RuntimeCompileScriptReply struct + ExceptionDetails *cdptype.RuntimeExceptionDetails + ScriptID *cdptype.RuntimeScriptID + type RuntimeEvaluateArgs struct + AwaitPromise *bool + ContextID *cdptype.RuntimeExecutionContextID + Expression string + GeneratePreview *bool + IncludeCommandLineAPI *bool + ObjectGroup *string + ReturnByValue *bool + Silent *bool + UserGesture *bool + func NewRuntimeEvaluateArgs(expression string) *RuntimeEvaluateArgs + func (a *RuntimeEvaluateArgs) SetAwaitPromise(awaitPromise bool) *RuntimeEvaluateArgs + func (a *RuntimeEvaluateArgs) SetContextID(contextID cdptype.RuntimeExecutionContextID) *RuntimeEvaluateArgs + func (a *RuntimeEvaluateArgs) SetGeneratePreview(generatePreview bool) *RuntimeEvaluateArgs + func (a *RuntimeEvaluateArgs) SetIncludeCommandLineAPI(includeCommandLineAPI bool) *RuntimeEvaluateArgs + func (a *RuntimeEvaluateArgs) SetObjectGroup(objectGroup string) *RuntimeEvaluateArgs + func (a *RuntimeEvaluateArgs) SetReturnByValue(returnByValue bool) *RuntimeEvaluateArgs + func (a *RuntimeEvaluateArgs) SetSilent(silent bool) *RuntimeEvaluateArgs + func (a *RuntimeEvaluateArgs) SetUserGesture(userGesture bool) *RuntimeEvaluateArgs + type RuntimeEvaluateReply struct + ExceptionDetails *cdptype.RuntimeExceptionDetails + Result cdptype.RuntimeRemoteObject + type RuntimeGetPropertiesArgs struct + AccessorPropertiesOnly *bool + GeneratePreview *bool + ObjectID cdptype.RuntimeRemoteObjectID + OwnProperties *bool + func NewRuntimeGetPropertiesArgs(objectID cdptype.RuntimeRemoteObjectID) *RuntimeGetPropertiesArgs + func (a *RuntimeGetPropertiesArgs) SetAccessorPropertiesOnly(accessorPropertiesOnly bool) *RuntimeGetPropertiesArgs + func (a *RuntimeGetPropertiesArgs) SetGeneratePreview(generatePreview bool) *RuntimeGetPropertiesArgs + func (a *RuntimeGetPropertiesArgs) SetOwnProperties(ownProperties bool) *RuntimeGetPropertiesArgs + type RuntimeGetPropertiesReply struct + ExceptionDetails *cdptype.RuntimeExceptionDetails + InternalProperties []cdptype.RuntimeInternalPropertyDescriptor + Result []cdptype.RuntimePropertyDescriptor + type RuntimeReleaseObjectArgs struct + ObjectID cdptype.RuntimeRemoteObjectID + func NewRuntimeReleaseObjectArgs(objectID cdptype.RuntimeRemoteObjectID) *RuntimeReleaseObjectArgs + type RuntimeReleaseObjectGroupArgs struct + ObjectGroup string + func NewRuntimeReleaseObjectGroupArgs(objectGroup string) *RuntimeReleaseObjectGroupArgs + type RuntimeRunScriptArgs struct + AwaitPromise *bool + ExecutionContextID *cdptype.RuntimeExecutionContextID + GeneratePreview *bool + IncludeCommandLineAPI *bool + ObjectGroup *string + ReturnByValue *bool + ScriptID cdptype.RuntimeScriptID + Silent *bool + func NewRuntimeRunScriptArgs(scriptID cdptype.RuntimeScriptID) *RuntimeRunScriptArgs + func (a *RuntimeRunScriptArgs) SetAwaitPromise(awaitPromise bool) *RuntimeRunScriptArgs + func (a *RuntimeRunScriptArgs) SetExecutionContextID(executionContextID cdptype.RuntimeExecutionContextID) *RuntimeRunScriptArgs + func (a *RuntimeRunScriptArgs) SetGeneratePreview(generatePreview bool) *RuntimeRunScriptArgs + func (a *RuntimeRunScriptArgs) SetIncludeCommandLineAPI(includeCommandLineAPI bool) *RuntimeRunScriptArgs + func (a *RuntimeRunScriptArgs) SetObjectGroup(objectGroup string) *RuntimeRunScriptArgs + func (a *RuntimeRunScriptArgs) SetReturnByValue(returnByValue bool) *RuntimeRunScriptArgs + func (a *RuntimeRunScriptArgs) SetSilent(silent bool) *RuntimeRunScriptArgs + type RuntimeRunScriptReply struct + ExceptionDetails *cdptype.RuntimeExceptionDetails + Result cdptype.RuntimeRemoteObject + type RuntimeSetCustomObjectFormatterEnabledArgs struct + Enabled bool + func NewRuntimeSetCustomObjectFormatterEnabledArgs(enabled bool) *RuntimeSetCustomObjectFormatterEnabledArgs + type SchemaGetDomainsReply struct + Domains []cdptype.SchemaDomain + type SecurityHandleCertificateErrorArgs struct + Action cdptype.SecurityCertificateErrorAction + EventID int + func NewSecurityHandleCertificateErrorArgs(eventID int, action cdptype.SecurityCertificateErrorAction) *SecurityHandleCertificateErrorArgs + type SecuritySetOverrideCertificateErrorsArgs struct + Override bool + func NewSecuritySetOverrideCertificateErrorsArgs(override bool) *SecuritySetOverrideCertificateErrorsArgs + type ServiceWorkerDeliverPushMessageArgs struct + Data string + Origin string + RegistrationID string + func NewServiceWorkerDeliverPushMessageArgs(origin string, registrationID string, data string) *ServiceWorkerDeliverPushMessageArgs + type ServiceWorkerDispatchSyncEventArgs struct + LastChance bool + Origin string + RegistrationID string + Tag string + func NewServiceWorkerDispatchSyncEventArgs(origin string, registrationID string, tag string, lastChance bool) *ServiceWorkerDispatchSyncEventArgs + type ServiceWorkerInspectWorkerArgs struct + VersionID string + func NewServiceWorkerInspectWorkerArgs(versionID string) *ServiceWorkerInspectWorkerArgs + type ServiceWorkerSetForceUpdateOnPageLoadArgs struct + ForceUpdateOnPageLoad bool + func NewServiceWorkerSetForceUpdateOnPageLoadArgs(forceUpdateOnPageLoad bool) *ServiceWorkerSetForceUpdateOnPageLoadArgs + type ServiceWorkerSkipWaitingArgs struct + ScopeURL string + func NewServiceWorkerSkipWaitingArgs(scopeURL string) *ServiceWorkerSkipWaitingArgs + type ServiceWorkerStartWorkerArgs struct + ScopeURL string + func NewServiceWorkerStartWorkerArgs(scopeURL string) *ServiceWorkerStartWorkerArgs + type ServiceWorkerStopWorkerArgs struct + VersionID string + func NewServiceWorkerStopWorkerArgs(versionID string) *ServiceWorkerStopWorkerArgs + type ServiceWorkerUnregisterArgs struct + ScopeURL string + func NewServiceWorkerUnregisterArgs(scopeURL string) *ServiceWorkerUnregisterArgs + type ServiceWorkerUpdateRegistrationArgs struct + ScopeURL string + func NewServiceWorkerUpdateRegistrationArgs(scopeURL string) *ServiceWorkerUpdateRegistrationArgs + type StorageClearDataForOriginArgs struct + Origin string + StorageTypes string + func NewStorageClearDataForOriginArgs(origin string, storageTypes string) *StorageClearDataForOriginArgs + type StorageGetUsageAndQuotaArgs struct + Origin string + func NewStorageGetUsageAndQuotaArgs(origin string) *StorageGetUsageAndQuotaArgs + type StorageGetUsageAndQuotaReply struct + Quota float64 + Usage float64 + UsageBreakdown []cdptype.StorageUsageForType + type SystemInfoGetInfoReply struct + CommandLine string + GPU cdptype.SystemInfoGPUInfo + ModelName string + ModelVersion string + type TargetActivateTargetArgs struct + TargetID cdptype.TargetID + func NewTargetActivateTargetArgs(targetID cdptype.TargetID) *TargetActivateTargetArgs + type TargetAttachToTargetArgs struct + TargetID cdptype.TargetID + func NewTargetAttachToTargetArgs(targetID cdptype.TargetID) *TargetAttachToTargetArgs + type TargetAttachToTargetReply struct + Success bool + type TargetCloseTargetArgs struct + TargetID cdptype.TargetID + func NewTargetCloseTargetArgs(targetID cdptype.TargetID) *TargetCloseTargetArgs + type TargetCloseTargetReply struct + Success bool + type TargetCreateBrowserContextReply struct + BrowserContextID cdptype.TargetBrowserContextID + type TargetCreateTargetArgs struct + BrowserContextID *cdptype.TargetBrowserContextID + Height *int + URL string + Width *int + func NewTargetCreateTargetArgs(url string) *TargetCreateTargetArgs + func (a *TargetCreateTargetArgs) SetBrowserContextID(browserContextID cdptype.TargetBrowserContextID) *TargetCreateTargetArgs + func (a *TargetCreateTargetArgs) SetHeight(height int) *TargetCreateTargetArgs + func (a *TargetCreateTargetArgs) SetWidth(width int) *TargetCreateTargetArgs + type TargetCreateTargetReply struct + TargetID cdptype.TargetID + type TargetDetachFromTargetArgs struct + TargetID cdptype.TargetID + func NewTargetDetachFromTargetArgs(targetID cdptype.TargetID) *TargetDetachFromTargetArgs + type TargetDisposeBrowserContextArgs struct + BrowserContextID cdptype.TargetBrowserContextID + func NewTargetDisposeBrowserContextArgs(browserContextID cdptype.TargetBrowserContextID) *TargetDisposeBrowserContextArgs + type TargetDisposeBrowserContextReply struct + Success bool + type TargetGetTargetInfoArgs struct + TargetID cdptype.TargetID + func NewTargetGetTargetInfoArgs(targetID cdptype.TargetID) *TargetGetTargetInfoArgs + type TargetGetTargetInfoReply struct + TargetInfo cdptype.TargetInfo + type TargetGetTargetsReply struct + TargetInfos []cdptype.TargetInfo + type TargetSendMessageToTargetArgs struct + Message string + TargetID cdptype.TargetID + func NewTargetSendMessageToTargetArgs(targetID cdptype.TargetID, message string) *TargetSendMessageToTargetArgs + type TargetSetAttachToFramesArgs struct + Value bool + func NewTargetSetAttachToFramesArgs(value bool) *TargetSetAttachToFramesArgs + type TargetSetAutoAttachArgs struct + AutoAttach bool + WaitForDebuggerOnStart bool + func NewTargetSetAutoAttachArgs(autoAttach bool, waitForDebuggerOnStart bool) *TargetSetAutoAttachArgs + type TargetSetDiscoverTargetsArgs struct + Discover bool + func NewTargetSetDiscoverTargetsArgs(discover bool) *TargetSetDiscoverTargetsArgs + type TargetSetRemoteLocationsArgs struct + Locations []cdptype.TargetRemoteLocation + func NewTargetSetRemoteLocationsArgs(locations []cdptype.TargetRemoteLocation) *TargetSetRemoteLocationsArgs + type TetheringBindArgs struct + Port int + func NewTetheringBindArgs(port int) *TetheringBindArgs + type TetheringUnbindArgs struct + Port int + func NewTetheringUnbindArgs(port int) *TetheringUnbindArgs + type TracingGetCategoriesReply struct + Categories []string + type TracingRecordClockSyncMarkerArgs struct + SyncID string + func NewTracingRecordClockSyncMarkerArgs(syncID string) *TracingRecordClockSyncMarkerArgs + type TracingRequestMemoryDumpReply struct + DumpGUID string + Success bool + type TracingStartArgs struct + BufferUsageReportingInterval *float64 + Categories *string + Options *string + TraceConfig *cdptype.TracingTraceConfig + TransferMode *string + func NewTracingStartArgs() *TracingStartArgs + func (a *TracingStartArgs) SetBufferUsageReportingInterval(bufferUsageReportingInterval float64) *TracingStartArgs + func (a *TracingStartArgs) SetCategories(categories string) *TracingStartArgs + func (a *TracingStartArgs) SetOptions(options string) *TracingStartArgs + func (a *TracingStartArgs) SetTraceConfig(traceConfig cdptype.TracingTraceConfig) *TracingStartArgs + func (a *TracingStartArgs) SetTransferMode(transferMode string) *TracingStartArgs