你好啊,社友
Hides the software keyboard on the device. In iOS, use key_name
to press a particular key, or strategy
. In Android, no parameters are used.
隐藏键盘,iOS 使用 key_name 隐藏,安卓不使用参数
:Args:
- key_name - key to press
- strategy - strategy for closing the keyboard (e.g., tapOutside
)
driver.hide_keyboard()
请问最后解决这个问题了吗
但是可能页面刷新出不来:
$ brew install libimobiledevice --HEAD
$ iproxy 8100 8100
但是会提示你需要更新:
Warning: libimobiledevice HEAD-26373b3_2 is already installed and up-to-date
To reinstall HEAD_3, run brew reinstall libimobiledevice
$ brew reinstall libimobiledevice <==执行这个就可以了