2016年10月20日

摘要: 一、开发环境 二、创建一个project package cn.testfan.test_selenium; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium 阅读全文
posted @ 2016-10-20 14:15 NorthernGirl 阅读(409) 评论(0) 推荐(0) 编辑
 
摘要: 注:driver为一个WebDriver的实例,xpath为一个元素的xpath字符串,在本文中一律采用xpath的方式定位元素 1、鼠标右键点击操作:Actions action = new Actions(driver) ;action.contextClick(driver.findEleme 阅读全文
posted @ 2016-10-20 13:31 NorthernGirl 阅读(153) 评论(0) 推荐(0) 编辑