摘要:
登录脚本重构Elementpackage com.gubai.selenium;import org.openqa.selenium.By;import org.openqa.selenium.WebDriver;import org.openqa.selenium.WebElement;impor... 阅读全文
摘要:
一、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=%... 阅读全文
摘要:
package com.gubai.selenium;import org.openqa.selenium.By;import org.openqa.selenium.WebDriver;import org.openqa.selenium.WebElement;import org.openqa.... 阅读全文