mykola-mokhnach / Appium-iOS-Inspector

Apache License 2.0
145 stars 60 forks source link

Unable to close keyboard in iPad as the keyboard elements are displayed in portrait mode where it is actually in landscape mode[Refer SS] #26

Closed Velladurai89 closed 7 years ago

Velladurai89 commented 7 years ago

Couldn't close the keyboard as the Hide Keyboard is not positioned properly. As you can see from the screnshots below the elements for keyboard alone is displaying in portrait mode.

I don't know how to handle this. Could someone please help me solve this issue?

Appium Version: 1.6.4

image

image

image

mykola-mokhnach commented 7 years ago

This is known XCTest bug about landscape mode and the inspector just demonstrates it. However, there is a separate hideKeyboard API method in Appium. Try it.