Keyboard Events
Hide Keyboard:
Create a reusable function and call when required in test script
helper.java
To hide keyboard call above function from helper.java
class
Open Keyboard:
To create a reusable function and call in test script
helper.java
To open keyboard call above function from helper.java
reusable class
Press key Enter:
To create a reusable function and call in test script
helper.java
To press key ENTER call above function from helper.java
reusable class
Press key UP:
To create a reusable function and call in test script
helper.java
To press key ENTER call above function from helper.java
reusable class
Last updated