Function pressEnterKey

  • Simulates pressing the Enter key on the keyboard.

    Parameters

    • ctx: Context

      Context object.

    • options: PressEnterKeyOptions = {}

    Returns Promise<void>

    Example

    await pressEnterKey(ctx);
    

Generated using TypeDoc