List of usage examples for org.openqa.selenium Alert subclass-usage
From source file org.usapi.AlertDummy.java
public class AlertDummy extends Alert implements org.openqa.selenium.Alert { private String webDriverMethodCalled = null; public AlertDummy(WebDriver driver) { super(driver);