Methods
| Method |
Description |
|
org.hildan.chrome.devtools.domains.debugger.getWasmBytecode(GetWasmBytecodeRequest)
|
This command is deprecated. |
|
org.hildan.chrome.devtools.domains.debugger.pauseOnAsyncCall(PauseOnAsyncCallRequest)
|
Official doc |
|
org.hildan.chrome.devtools.domains.dom.getFlattenedDocument(GetFlattenedDocumentRequest)
|
Returns the root DOM node (and optionally the subtree) to the caller. |
|
org.hildan.chrome.devtools.domains.domsnapshot.getSnapshot(GetSnapshotRequest)
|
Returns a document snapshot, including the full DOM tree of the root node (including iframes, template contents, and imported documents) in a flattened array, as well as layout and white-listed computed style information for the nodes. |
|
org.hildan.chrome.devtools.domains.emulation.setNavigatorOverrides(SetNavigatorOverridesRequest)
|
Overrides value returned by the javascript navigator object. |
|
org.hildan.chrome.devtools.domains.emulation.setVisibleSize(SetVisibleSizeRequest)
|
Resizes the frame/viewport of the page. |
|
org.hildan.chrome.devtools.domains.headlessexperimental.needsBeginFramesChanged()
|
Issued when the target starts or stops needing BeginFrames. |
|
org.hildan.chrome.devtools.domains.network.requestIntercepted()
|
Details of an intercepted HTTP request, which must be either allowed, blocked, modified or mocked. |
|
org.hildan.chrome.devtools.domains.network.canClearBrowserCache()
|
Tells whether clearing browser cache is supported. |
|
org.hildan.chrome.devtools.domains.network.canClearBrowserCookies()
|
Tells whether clearing browser cookies is supported. |
|
org.hildan.chrome.devtools.domains.network.canEmulateNetworkConditions()
|
Tells whether emulation of network conditions is supported. |
|
org.hildan.chrome.devtools.domains.network.continueInterceptedRequest(ContinueInterceptedRequestRequest)
|
Response to Network.requestIntercepted which either modifies the request to continue with any modifications, or blocks it, or completes it with the provided response bytes. |
|
org.hildan.chrome.devtools.domains.network.setRequestInterception(SetRequestInterceptionRequest)
|
Sets the requests to intercept that match the provided patterns and optionally resource types. |
|
org.hildan.chrome.devtools.domains.page.frameClearedScheduledNavigation()
|
Fired when frame no longer has a scheduled navigation. |
|
org.hildan.chrome.devtools.domains.page.frameScheduledNavigation()
|
Fired when frame schedules a potential navigation. |
|
org.hildan.chrome.devtools.domains.page.addScriptToEvaluateOnLoad(AddScriptToEvaluateOnLoadRequest)
|
Deprecated, please use addScriptToEvaluateOnNewDocument instead. |
|
org.hildan.chrome.devtools.domains.page.clearDeviceMetricsOverride()
|
Clears the overriden device metrics. |
|
org.hildan.chrome.devtools.domains.page.clearDeviceOrientationOverride()
|
Clears the overridden Device Orientation. |
|
org.hildan.chrome.devtools.domains.page.clearGeolocationOverride()
|
Clears the overriden Geolocation Position and Error. |
|
org.hildan.chrome.devtools.domains.page.deleteCookie(DeleteCookieRequest)
|
Deletes browser cookie with given name, domain and path. |
|
org.hildan.chrome.devtools.domains.page.getCookies()
|
Returns all browser cookies. |
|
org.hildan.chrome.devtools.domains.page.removeScriptToEvaluateOnLoad(RemoveScriptToEvaluateOnLoadRequest)
|
Deprecated, please use removeScriptToEvaluateOnNewDocument instead. |
|
org.hildan.chrome.devtools.domains.page.setDeviceMetricsOverride(SetDeviceMetricsOverrideRequest)
|
Overrides the values of device screen dimensions (window.screen.width, window.screen.height, window.innerWidth, window.innerHeight, and "device-width"/"device-height"-related CSS media query results). |
|
org.hildan.chrome.devtools.domains.page.setDeviceOrientationOverride(SetDeviceOrientationOverrideRequest)
|
Overrides the Device Orientation. |
|
org.hildan.chrome.devtools.domains.page.setDownloadBehavior(SetDownloadBehaviorRequest)
|
Set the behavior when downloading a file. |
|
org.hildan.chrome.devtools.domains.page.setGeolocationOverride(SetGeolocationOverrideRequest)
|
Overrides the Geolocation Position or Error. |
|
org.hildan.chrome.devtools.domains.page.setTouchEmulationEnabled(SetTouchEmulationEnabledRequest)
|
Toggles mouse event-based touch event emulation. |
|
org.hildan.chrome.devtools.domains.page.navigateAndWaitLoading(PageDomain,String)
|
Navigates the current page according to the provided url, and suspends until the corresponding frameStoppedLoading event is received. |
|
org.hildan.chrome.devtools.domains.page.navigateAndWaitLoading(PageDomain,NavigateRequest)
|
Navigates the current page according to the provided navigateRequest, and suspends until the corresponding frameStoppedLoading event is received. |
|
org.hildan.chrome.devtools.domains.performance.setTimeDomain(SetTimeDomainRequest)
|
Sets time domain to use for collecting and reporting duration metrics. |
|
org.hildan.chrome.devtools.domains.security.certificateError()
|
There is a certificate error. |
|
org.hildan.chrome.devtools.domains.security.handleCertificateError(HandleCertificateErrorRequest)
|
Handles a certificate error that fired a certificateError event. |
|
org.hildan.chrome.devtools.domains.security.setOverrideCertificateErrors(SetOverrideCertificateErrorsRequest)
|
Enable/disable overriding certificate errors. |
|
org.hildan.chrome.devtools.domains.target.sendMessageToTarget(SendMessageToTargetRequest)
|
Sends protocol message over session with given id. |
|
org.hildan.chrome.devtools.protocol.newTab(String)
|
Opens a new tab. |
|
org.hildan.chrome.devtools.protocol.attach(WebSocketClient)
|
Attaches to this target via a new web socket connection to this target's debugger URL. |