Need to verify keyboard is shown on device screen(android/ios).
Not able to identify keyboard element on screen. So tried using the below method. But its not working.
isKeyboardShown()
- it is showing as undefined for the type of appium driver.
using appium version - 7.4.1
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>7.4.1</version>
Is there any other appium method or way to check this?