| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
CSS.collectClassNames(String styleSheetId)
Returns all class names from specified stylesheet.
|
List<String> |
DOM.collectClassNamesFromSubtree(Integer nodeId)
Collects class names for the node with given id and all of it's child nodes.
|
List<String> |
LayerTree.compositingReasons(String layerId)
Provides the reasons why the given layer was composited.
|
List<Cookie> |
Network.getAllCookies()
Returns all browser cookies.
|
List<String> |
DOM.getAttributes(Integer nodeId)
Returns attributes for the specified node.
|
List<ScriptCoverage> |
Profiler.getBestEffortCoverage()
Collect coverage data for the current isolate.
|
List<String> |
Browser.getBrowserCommandLine()
Returns the command line switches for the browser process if, and only if --enable-automation
is on the commandline.
|
List<String> |
Target.getBrowserContexts()
Returns all browser contexts created with `Target.createBrowserContext` method.
|
List<String> |
Tracing.getCategories()
Gets supported tracing categories.
|
List<String> |
Network.getCertificate(String origin)
Returns the DER-encoded certificate.
|
List<CSSComputedStyleProperty> |
CSS.getComputedStyleForNode(Integer nodeId)
Returns the computed style for a DOM node identified by `nodeId`.
|
List<List<Double>> |
DOM.getContentQuads()
Returns quads that describe node position on the page.
|
List<List<Double>> |
DOM.getContentQuads(Integer nodeId,
Integer backendNodeId,
String objectId)
Returns quads that describe node position on the page.
|
List<Cookie> |
Network.getCookies()
Returns all browser cookies for the current URL.
|
List<Cookie> |
Network.getCookies(List<String> urls)
Returns all browser cookies for the current URL.
|
List<Credential> |
WebAuthn.getCredentials(String authenticatorId)
Returns all the credentials stored in the given virtual authenticator.
|
List<String> |
Database.getDatabaseTableNames(String databaseId) |
List<Domain> |
Schema.getDomains()
Deprecated.
Returns supported domains.
|
List<List<String>> |
DOMStorage.getDOMStorageItems(StorageId storageId) |
List<EventListener> |
DOMDebugger.getEventListeners(String objectId)
Returns event listeners of the given object.
|
List<EventListener> |
DOMDebugger.getEventListeners(String objectId,
Integer depth,
Boolean pierce)
Returns event listeners of the given object.
|
List<Node> |
DOM.getFlattenedDocument()
Returns the root DOM node (and optionally the subtree) to the caller.
|
List<Node> |
DOM.getFlattenedDocument(Integer depth,
Boolean pierce)
Returns the root DOM node (and optionally the subtree) to the caller.
|
List<FrameWithManifest> |
ApplicationCache.getFramesWithManifests()
Returns array of frame identifiers with manifest urls for each frame containing a document
associated with some application cache.
|
List<AXNode> |
Accessibility.getFullAXTree()
Fetches the entire accessibility tree
|
List<Histogram> |
Browser.getHistograms()
Get Chrome histograms.
|
List<Histogram> |
Browser.getHistograms(String query,
Boolean delta)
Get Chrome histograms.
|
List<String> |
Page.getInstallabilityErrors() |
List<CSSMedia> |
CSS.getMediaQueries()
Returns all media queries parsed by the rendering engine.
|
List<Metric> |
Performance.getMetrics()
Retrieve current values of run-time metrics.
|
List<AXNode> |
Accessibility.getPartialAXTree()
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
|
List<AXNode> |
Accessibility.getPartialAXTree(Integer nodeId,
Integer backendNodeId,
String objectId,
Boolean fetchRelatives)
Fetches the accessibility node and partial accessibility tree for this DOM node, if it exists.
|
List<PlatformFontUsage> |
CSS.getPlatformFontsForNode(Integer nodeId)
Requests information about platform fonts which we used to render child TextNodes in the given
node.
|
List<BreakLocation> |
Debugger.getPossibleBreakpoints(Location start)
Returns possible locations for breakpoint.
|
List<BreakLocation> |
Debugger.getPossibleBreakpoints(Location start,
Location end,
Boolean restrictToFunction)
Returns possible locations for breakpoint.
|
List<ProcessInfo> |
SystemInfo.getProcessInfo()
Returns information about all running processes.
|
List<Integer> |
DOM.getSearchResults(String searchId,
Integer fromIndex,
Integer toIndex)
Returns search results from given `fromIndex` to given `toIndex` from the search with the given
identifier.
|
List<TargetInfo> |
Target.getTargets()
Retrieves a list of available targets.
|
List<String> |
Runtime.globalLexicalScopeNames()
Returns all let, const and class variables from global scope.
|
List<String> |
Runtime.globalLexicalScopeNames(Integer executionContextId)
Returns all let, const and class variables from global scope.
|
List<List<Double>> |
LayerTree.profileSnapshot(String snapshotId) |
List<List<Double>> |
LayerTree.profileSnapshot(String snapshotId,
Integer minRepeatCount,
Double minDuration,
Rect clipRect) |
List<Integer> |
DOM.pushNodesByBackendIdsToFrontend(List<Integer> backendNodeIds)
Requests that a batch of nodes is sent to the caller given their backend node ids.
|
List<Integer> |
DOM.querySelectorAll(Integer nodeId,
String selector)
Executes `querySelectorAll` on a given node.
|
List<Cache> |
CacheStorage.requestCacheNames(String securityOrigin)
Requests cache names.
|
List<String> |
IndexedDB.requestDatabaseNames(String securityOrigin)
Requests database names for given security origin.
|
List<SearchMatch> |
Debugger.searchInContent(String scriptId,
String query)
Searches for given string in script content.
|
List<SearchMatch> |
Debugger.searchInContent(String scriptId,
String query,
Boolean caseSensitive,
Boolean isRegex)
Searches for given string in script content.
|
List<SearchMatch> |
Page.searchInResource(String frameId,
String url,
String query)
Searches for given string in resource content.
|
List<SearchMatch> |
Page.searchInResource(String frameId,
String url,
String query,
Boolean caseSensitive,
Boolean isRegex)
Searches for given string in resource content.
|
List<SearchMatch> |
Network.searchInResponseBody(String requestId,
String query)
Searches for given string in response content.
|
List<SearchMatch> |
Network.searchInResponseBody(String requestId,
String query,
Boolean caseSensitive,
Boolean isRegex)
Searches for given string in response content.
|
List<CSSStyle> |
CSS.setStyleTexts(List<StyleDeclarationEdit> edits)
Applies specified style edits one after another in the given order.
|
List<Object> |
LayerTree.snapshotCommandLog(String snapshotId)
Replays the layer snapshot and returns canvas log.
|
List<RuleUsage> |
CSS.stopRuleUsageTracking()
Stop tracking rule usage and return the list of rules that were used since last call to
`takeCoverageDelta` (or since start of coverage instrumentation)
|
List<RuleUsage> |
CSS.takeCoverageDelta()
Obtain list of rules that became used since last call to this method (or since start of
coverage instrumentation)
|
List<ScriptCoverage> |
Profiler.takePreciseCoverage()
Collect coverage data for the current isolate, and resets execution counters.
|
List<ScriptTypeProfile> |
Profiler.takeTypeProfile()
Collect type profile.
|
Copyright © 2020. All rights reserved.