Wirebrowser Automation Script API Referece
    Preparing search index...

    Interface SearchOptions

    Options controlling search behavior.

    interface SearchOptions {
        exactMatch?: boolean;
        matchCase?: boolean;
        useRegexp?: boolean;
    }
    Index

    Properties

    exactMatch?: boolean

    Enables exact matching. Default value at runtime is true.

    matchCase?: boolean

    Enables case-sensitive matching.

    useRegexp?: boolean

    Treats the keyword as a regular expression.