Function waitForValue

  • Watches for the value of a input element to match the value provided.

    Parameters

    • ctx: Context

      The context to run the watcher in.

    • selector: string

      The selector to watch.

    • value: string

      The value to wait for.

    • Optional options: WaitValueOptions

      The options to pass to the waitForValueChange function and watcher.

    Returns Promise<ElementHandle<Element>>

Generated using TypeDoc