LineQuery: Extract<TextQuery, {
    by: {
        line: string | RegExp;
    };
}>

A word query is a text query that searches for a single text line on screen. It will be processed by an TextFinderInterface instance.

Type declaration

  • by: {
        line: string | RegExp;
    }
    • line: string | RegExp

Generated using TypeDoc