首页 > 代码库 > [Selenium]对弹出的Alert窗口进行操作

[Selenium]对弹出的Alert窗口进行操作

?
1
2
Alert alert = driver.switchTo().alert();
alert.accept();