随笔分类 -  Java

摘要:/** * 长按功能 * @param id 需要长按的元素id */ public void longClick(String id){ WebElement el = getDriver().findElement(MobileBy.id(id)); // 获取控件的长度、高度 int elW= 阅读全文
posted @ 2021-03-24 18:30 追大奔的兔子 阅读(73) 评论(0) 推荐(0)
摘要:1 public class ScoreFunction { 2 public void sumScore() { 3 int[][] classScore = {{65, 40, 66, 80, 90, 100, 45, 59}, {60, 40, 68, 80, 95, 38, 45, 59}, 阅读全文
posted @ 2021-03-09 17:31 追大奔的兔子 阅读(418) 评论(0) 推荐(0)