셀레니움을 이용한 웹브라우저 컨트롤 예제 셀레니움(selenium)을 이용하여korail 예매하기 크롬브라우저를 활용하였으며,F12 를 통하여 element를 확인 import java.util.List; import org.openqa.selenium.Alert;import org.openqa.selenium.By;import org.openqa.selenium.WebElement;import org.openqa.selenium.chrome.ChromeDriver;import org.openqa.selenium.support.ui.ExpectedConditions;import org.openqa.selenium.support.ui.Select;import org.openqa.selenium.support.ui.WebDriverWait; pub.. Programing/JAVA 7년 전