Version:
function

fromElement

typescript
fromElement(elementQuery: { by: { description: WindowElementDescription }; id: string; type: "window-element" }): (event: AccessibilityEvent) => boolean

Parameters

NameTypeDescription
elementQuery{ by: { description: WindowElementDescription }; id: string; type: "window-element" }-

Returns

(event: AccessibilityEvent) => boolean

Was this page helpful?