标签: selenium-webdriver
我知道我们可以通过这种方式获得提醒信息。
导航到框架:
driver.switchto().alert()
获取文字:
alert.gettext()
但还有其他方法吗?