selenium+ java 下拉框—— 下拉框选择
public class select { public static void main(String[] args) throws InterruptedException { //驱动配置信息 System.setProperty ( "webdriver.chrome.driver", "D:\\driver\\chromedriver.ex...