Android自動化測試——adb指令切換輸入法

Adb指令

adb shell ime list -a

切換輸入法

adb shell ime set com.android.inputmethod.pinyin/.PinyinIME

隱藏鍵盤

hidekeyboard()

再切回appium輸入法

adb shell ime set io.appium.android.ime/.UnicodeIME


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章