Matterway
    Preparing search index...

    Function doubleClick

    • Double clicks on an element with provided selector.

      Parameters

      • ctx: Context

        Puppeteer context object.

      • selector: string

        Selector to double click.

      • Optionaloptions: WaitForSelectorOptions

      Returns Promise<void>

      await doubleClick(ctx, 'button[id="add-item"]');