Appium appium 1.12.0 jar 包 7.1.0,点击手机物理返回按钮

FLY · September 10, 2019 · 541 hits

KeyEvent key=new KeyEvent();
key.withKey(AndroidKey.BACK);
代码如上,可以正常执行但是手机没有点击物理返回按钮,怎么破,求解

No Reply at the moment.
需要 Sign In 后方可回复, 如果你还没有账号请点击这里 Sign Up