How can i make appium use physical keyboard instead of soft keyboard?
when running a code with xcode no keyboard is shown at all, but with appium the soft keyboard is shown.
i found driver.hideKeyboard()
and Dismissing keyboard in appium test on iOS, but they are about how temporary hide keyboard.
The other solution was using Command + K
which do the trick, but appium does not do that automatically and if you do that manually when appium starts simulator, test will fail!!