Android UiAutomator快速调试

Flavia ·
更新时间:2024-11-14
· 886 次阅读

  在测试类中添加主函数 public static void main(String[] args){ String jarName,testClass, testName,androidId; jarName="test1";//生成的jar包名 testClass="com.li.test1";//测试包名 testName="testDemo";//测试类名 androidId="1";//对应androidSDK版本 new UiAutomatorHelper(jarName, testClass, testName, androidId); }   直接点击运行~~



调试 uiautomator Android

需要 登录 后方可回复, 如果你还没有账号请 注册新账号