哈哈哈哈哈哈哈,记录下,我的第一个自动化测试研究成果.........可能对测试大佬来说so easy ,但只有java开发经验的我还是超激动的......
目标:自动输入账户、密码、自动滑动滑块通过验证,点击登录按钮登录系统。如图所示:
嘻嘻.....话不多说,上代码:
package com.test.Selenium_Lesson;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.Dimension;
import org.openqa.selenium.Point;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.interactions.Actions;
public class LoginTest {
public static void main(String[] args) throws InterruptedException {
Thread.sleep(3000);
System.setProperty(
"webdriver.ch