PageManipulation.swipeControl(ElementLocation.ById("picker_categorytype"));
PageManipulation.swipeControl(ElementLocation.ById("picker_subcategorytype"));
//问答模块问题类型
public static void qaSwipe(int centreX,int centreY,int endX){
driver.swipe(centreX, centreY , endX, centreY-30, 500);
}
/**
* 控件内上下滑动
* @param webElement 需要滑动的元素
*/
public static void swipeControl(WebElement webElement) {
// 获取控件开始位置的坐标轴
Point start = webElement.getLocation();
int startX = start.x;
int startY = start.y;
// 获取控件坐标轴差
Dimension q = webElement.getSize();
int x = q.getWidth();
int y = q.getHeight();
// 计算出控件结束坐标
int endX = x + startX;
int endY = y + startY;
// 计算中间点坐标
int centreX = (endX + startX) / 2;
int centreY = (endY + startY) / 2;
//随机生成结束的 X、Y 坐标
/Random rd=new Random();
int rdx=rd.nextInt(x)+startX;
int rdy=rd.nextInt(y)+startY;/
//提问向上滑动,猫猫 - 训练
qaSwipe(centreX, centreY, endX);
//driver.swipe(centreX, centreY , endX, centreY-30, 500);
System.out.println("a");
//滑动后休眠 1 秒
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
报名了,还带了同事
离我好近啊
问下我这边上传 apk 到 fir 提示上传成功,邮件也提示发成功,怎么没收到邮件,fir 上传没有问题
嗯,确实没填
能否给我截个能运行成功的 JDBC Request 的图,我知道是这里的问题
设置查询字段还是修改字段,我设置过也一样的
package 是你的包名,[50,400][669,851] 这个是你的 imageview 的起始、结束 x/y 坐标,通过轴差再/2+startX 得到你的 imageview 的中心点坐标是 [359.5,625.5],使用 driver.tap 方法就可实现
获取到 imageview,通过坐标轴定位点击
在吴晓华的 selenium webdriver 一书 11 章有说到
你需要查看 xpath 的定位格式,以及你控件获取的名称是否正确
跟文件没有关系,不用文件也是一样的
不行
放在 body data 里我这边也是好的,但是参数太多所有我放在了 Parameters 里,你可以试下放这里面是会乱码的
不行,试过了
可以使用 jmeter 的正则表达式提取器,提取 response 中的 json