直接 set 值不能满足需求吗
有意思
#35 楼 @xiaoyu_li 这地方我印象里也卡了一小下 好像还重启过。。。后来就好了 步骤就是这几个。。。你注意下你的线是不是不能传输数据只能充电的。。。这也很重要。。
#33 楼 @xiaoyu_li 开发者和 developer 选项里的 Enable UI Automation 开过么 重开终端试一下
#30 楼 @yefnegjun 试一下 webDriver.Dispose(); 或者把初始化的代码提出来 写 setup 试一下
中间这个方法说明看一下
quit() 详细信息: “Quits this driver, closing every associated window”,执行这个方法后,driver 会关闭所有关联窗口
close() 详细信息:Close the current window, quitting the browser if it's the last window currently open ,此方法是关闭当前窗口,或最后打开的窗口
#23 楼 @xlth1947 一直打不开看一下 log 个人感觉是报错了才会打不开 inspector 打不开 脚本应该也执行不了。。。 getPageSource() 这个方法是遍历页面元素 会打印出 xml 乱码的话考虑编码格式的问题
wd = new AppiumDriver(new URL("http://127.0.0.1:4723/wd/hub"), capabilities) {
public void rotate(DeviceRotation deviceRotation) {
}
public DeviceRotation rotation() {
return null;
}
public MobileElement scrollTo(String s) {
return null;
}
public MobileElement scrollToExact(String s) {
return null;
}
};
System.out.print(wd.getPageSource());
用法是这样
#17 楼 @wangqingbinSunday 看起来是版本不一样 这个应该是起始坐标的方式