I have seen the Appium doc for IsKeyboardShown method in this link:
http://appium.io/docs/en/commands/device/keys/is-keyboard-shown/
And it says # Not supported for Python
Maybe there could be a workaround?
Thanks
I have seen the Appium doc for IsKeyboardShown method in this link:
http://appium.io/docs/en/commands/device/keys/is-keyboard-shown/
And it says # Not supported for Python
Maybe there could be a workaround?
Thanks
There is a hide_keyboard
method in webdriver.py.
You can use it as e.g.:
self.driver.hide_keyboard()