django在Windows上调试需要用ctrl+break终止服务器……笔记本键盘上没有break好尴尬…… 在百度搜了很多都没有找到,最后终于在谷歌上找到了英文版的解决方案. starting osk.exe and then holding down the CTRL and Fn keys and clicking PAUSE on the on the On-Screen Keyboard did the trick. 运行输入osk会屏幕键盘软件,其实不用这个也可以,直接用键盘,按住
在执行appium自动化测试的时候,需要点击软件盘上的搜索按钮. 具体操作步骤如下: 前提:需要事先安装搜狗输入法 1.唤醒软件盘,可以封装到一个类里,用到的时候随时调用. import os#调起sougou输入法软键盘command2 = 'adb shell ime set com.sohu.inputmethod.sogou/.SogouIME'#调起Unicode键盘command3 = 'adb shell ime set io.appium.android.ime/.Unicode