patrol icon indicating copy to clipboard operation
patrol copied to clipboard

Add native `sendKeyboardEnter()` action

Open zoskar opened this issue 2 months ago • 0 comments

Use case

Some mobile apps rely on the user tapping the “Confirm” / “Enter” / “Search” button on the virtual keyboard to submit a form or trigger an action (e.g., login or search). Currently, Patrol only supports enterText(), which inputs text but does not trigger the keyboard’s action button. This limitation prevents testing flows where no dedicated “Log In” or “Search” button is present on the screen.

Example: Google search on mobile chrome browser has no button to trigger search

Image

Proposal

Add native sendKeyboardEnter() function

zoskar avatar Oct 09 '25 16:10 zoskar