org.openqa.selenium.internal.seleniumemulation
Class AlertOverride

java.lang.Object
  extended by org.openqa.selenium.internal.seleniumemulation.AlertOverride

public class AlertOverride
extends Object


Constructor Summary
AlertOverride()
           
 
Method Summary
 String getNextAlert(org.openqa.selenium.WebDriver driver)
           
 String getNextConfirmation(org.openqa.selenium.WebDriver driver)
           
 boolean isAlertPresent(org.openqa.selenium.WebDriver driver)
           
 boolean isConfirmationPresent(org.openqa.selenium.WebDriver driver)
           
 void replaceAlertMethod(org.openqa.selenium.WebDriver driver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertOverride

public AlertOverride()
Method Detail

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.