How to automate keypad of mobile

This element has no attached Javadoc and the Javadoc could not be found in the attached source. what to do for this step?

Javadoc is missing for this method - not a big deal. It is not an error, just information.

1 Like

I need to automate the keypad of mobile in my testing. what should I do?

Unfortunately, I cannot help you with mobile testing - let’s wait for anybody who is able to answer.

(Topic name was changed to reflect actual problem)

Thanks for your help
@Marek_Melocik

Screenshot%20(213)

There is cross mark in my Android key code. Please help me with this.

This means that this methode has been deprecated see the documentation https://static.javadoc.io/io.appium/java-client/6.1.0/io/appium/java_client/android/AndroidKeyCode.html
as stated by the documentation use AndroidKey instead
https://static.javadoc.io/io.appium/java-client/6.1.0/io/appium/java_client/android/nativekey/AndroidKey.html