interface WindowElementDescription {
    id?: string;
    role?: string;
    selectedText?: string | RegExp;
    title?: string | RegExp;
    type?: string;
    value?: string | RegExp;
}

Properties

id?: string
role?: string
selectedText?: string | RegExp
title?: string | RegExp
type?: string
value?: string | RegExp

Generated using TypeDoc