ui

Query elements with locator strategies

Searches the visual tree for elements matching the given locator strategy and value.

get/api/v1/ui/elements

Query parameters

strategyLocatorStrategy required— unresolved $ref

Locator strategy to use.

valuestring required

Locator value.

limitinteger

Maximum number of results.

includestring[]

Additional data to include with each element.

Response

Matching elements.

ElementInfoJson[] required— unresolved $ref

Changes