摘要: !!!转载地址!!! 场景1: public class TestngGroups { @Test(groups = { "group1", "group2" }) public void testMethod1() { System.out.println("testMethod1"); } @T 阅读全文
posted @ 2023-11-17 23:18 孙富贵 阅读(98) 评论(0) 推荐(0)
摘要: Web元素定位 分类:ID、Name、Class、Link Text、Partial Link Text、XPath、Css、Tag 1. ID:直接使用:kw 1 <input type="text" class="s_ipt" name="wd" id="kw" maxlength="100" 阅读全文
posted @ 2023-11-17 13:50 孙富贵 阅读(65) 评论(0) 推荐(0)