我想从 appium 界面隐藏我的真实设备的键盘。有什么我可以使用的能力吗?我尝试了一些解决方案,但它对我不起作用。我们在代码端使用 hideKeyboard() 但我不知道我们可以在 appium 的界面上使用什么。你能帮我吗?
这是片段:
{
"platformName": "iOS",
"platformVersion": "13.2.3",
"deviceName": "iPhone 6s",
"udid": "udid of ios phone",
"bundleId": "bundleId of app",
"automationName": "XCUITest",
"noReset": true,
"fullReset": false
}