Function mouseClick

  • Mouse clicks on an element with provided selector, clickCount and button

    Parameters

    Returns Promise<void>

    Example

    await mouseClick(ctx, selector, {button: 'right', clickCount: 1});
    

Generated using TypeDoc