Java写Web自动化用什么框架_web自动化框架抽取示例【Java+selenium】
package com.lee.auto.testFrome;import org.openqa.selenium.By;import org.openqa.selenium.WebElement;import org.openqa.selenium.chrome.ChromeDriver;public class login_2 {public static void main(String[]...