webview

CSS query in DOM

Executes a CSS selector query against the WebView DOM and returns matching nodes.

post/api/v1/webview/dom/query

Request body

DomQueryRequest required— unresolved $ref

Response

Matching DOM nodes.

object[] required

Changes