I want to hide keyboard of my real device from appium interface. Is there any capability that i can use ? I tried some solutions but it didn't work for me. We are using hideKeyboard() on the code side but i dont know what we can use on interface of appium. Can you help me pls?
Here is the snippet:
{
"platformName": "iOS",
"platformVersion": "13.2.3",
"deviceName": "iPhone 6s",
"udid": "udid of ios phone",
"bundleId": "bundleId of app",
"automationName": "XCUITest",
"noReset": true,
"fullReset": false
}