摘要:
一、开发环境 二、创建一个project package cn.testfan.test_selenium; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium 阅读全文
2016年10月20日
摘要:
注:driver为一个WebDriver的实例,xpath为一个元素的xpath字符串,在本文中一律采用xpath的方式定位元素 1、鼠标右键点击操作:Actions action = new Actions(driver) ;action.contextClick(driver.findEleme 阅读全文