Class AlertStub
java.lang.Object
net.thucydides.core.webdriver.stubs.AlertStub
- All Implemented Interfaces:
org.openqa.selenium.Alert
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AlertStub
public AlertStub()
-
-
Method Details
-
dismiss
public void dismiss()- Specified by:
dismiss
in interfaceorg.openqa.selenium.Alert
-
accept
public void accept()- Specified by:
accept
in interfaceorg.openqa.selenium.Alert
-
getText
- Specified by:
getText
in interfaceorg.openqa.selenium.Alert
-
sendKeys
- Specified by:
sendKeys
in interfaceorg.openqa.selenium.Alert
-