Is there a way to move the focus on specific text field

Hi,

I am try to enter the values in a form on iOS native application, where email ID text control is hid behind a button, but I need to move the focus from Phone number field to email ID and then enter the email ID. Swipe is not working as the focus will be remain phone number.

Regards,
Ambika

Maybe you can click on a part of the email ID that is not hid behind the button. Can you click anywhere outside the button aria to close it?
What would you do as a user of the application?

1 Like

Try clicking in the fields using Element.click();
if you want to hide the keyboard instead of swipe use:

driver.hideKeyboard();

Also you can try and click the next button in the keypad by simply using ā€œ\nā€.