摘要: 二十一、模拟鼠标右键事件 被测试网页的网址: http://www.sogou.com Java语言版本的API实例代码: 1 package test; 2 3 import org.testng.annotations.Test; 4 5 import org.testng.annotation 阅读全文
posted @ 2017-04-03 16:42 快乐生活740 阅读(261) 评论(1) 推荐(0)
摘要: 十一、双击某个元素 被测试网页的html源码: 1 <html> 2 <head> 3 <meta charset="UTF-8"> 4 </head> 5 <body> 6 <input type="text" id="inputBox" 7 ondblclick="javascript:this 阅读全文
posted @ 2017-04-03 12:48 快乐生活740 阅读(260) 评论(1) 推荐(0)
摘要: 一、访问某网页地址 被测试网页的网址: http://www.baidu.com Java语言版本的API实例代码: 方法1: 1 package test; 2 3 import org.testng.annotations.Test; 4 import org.testng.annotation 阅读全文
posted @ 2017-04-03 11:09 快乐生活740 阅读(461) 评论(1) 推荐(0)