org.openqa.selenium.internal.seleniumemulation
Class AlertOverride
java.lang.Object
org.openqa.selenium.internal.seleniumemulation.AlertOverride
public class AlertOverride
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlertOverride
public AlertOverride()
replaceAlertMethod
public void replaceAlertMethod(org.openqa.selenium.WebDriver driver)
getNextAlert
public String getNextAlert(org.openqa.selenium.WebDriver driver)
isAlertPresent
public boolean isAlertPresent(org.openqa.selenium.WebDriver driver)
getNextConfirmation
public String getNextConfirmation(org.openqa.selenium.WebDriver driver)
isConfirmationPresent
public boolean isConfirmationPresent(org.openqa.selenium.WebDriver driver)
Copyright © 2012. All Rights Reserved.