对于webdriver中弹出框的定位,需要引入这个包:
import org.openqa.selenium.Alert;
具体语句为:
Alert alert= driver.switchTo().alert(); alert.getText(); alert.accept();