摘要:
登录脚本重构Elementpackage com.gubai.selenium;import org.openqa.selenium.By;import org.openqa.selenium.WebDriver;import org.openqa.selenium.WebElement;impor... 阅读全文
posted @ 2017-08-14 21:43
谷白
阅读(141)
评论(0)
推荐(0)
摘要:
一、ant安装与环境配置1、配置jdk环境2、配置ant,需要配置ant环境ANT_HOME=D:\ant\apache-ant-1.10.1 (ant下载包解压路径,apache-ant-1.10.1需要的jdk1.8环境 )CLASSPATH=%ANT_HOME%\libPATH=%... 阅读全文
posted @ 2017-08-14 18:14
谷白
阅读(210)
评论(0)
推荐(0)
摘要:
package com.gubai.selenium;import org.openqa.selenium.By;import org.openqa.selenium.WebDriver;import org.openqa.selenium.WebElement;import org.openqa.... 阅读全文
posted @ 2017-08-14 00:48
谷白
阅读(262)
评论(0)
推荐(0)