Class AlertStub
java.lang.Object
net.thucydides.core.webdriver.stubs.AlertStub
- All Implemented Interfaces:
org.openqa.selenium.Alert
public class AlertStub
extends java.lang.Object
implements org.openqa.selenium.Alert
-
Constructor Summary
Constructors Constructor Description AlertStub() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AlertStub
public AlertStub()
-
-
Method Details
-
dismiss
public void dismiss()- Specified by:
dismissin interfaceorg.openqa.selenium.Alert
-
accept
public void accept()- Specified by:
acceptin interfaceorg.openqa.selenium.Alert
-
getText
public java.lang.String getText()- Specified by:
getTextin interfaceorg.openqa.selenium.Alert
-
sendKeys
public void sendKeys(java.lang.String keysToSend)- Specified by:
sendKeysin interfaceorg.openqa.selenium.Alert
-