net.thucydides.core.webdriver.stubs
Class AlertStub
java.lang.Object
net.thucydides.core.webdriver.stubs.AlertStub
- All Implemented Interfaces:
- org.openqa.selenium.Alert
public class AlertStub
- extends Object
- implements org.openqa.selenium.Alert
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlertStub
public AlertStub()
dismiss
public void dismiss()
- Specified by:
dismiss in interface org.openqa.selenium.Alert
accept
public void accept()
- Specified by:
accept in interface org.openqa.selenium.Alert
getText
public String getText()
- Specified by:
getText in interface org.openqa.selenium.Alert
sendKeys
public void sendKeys(String keysToSend)
- Specified by:
sendKeys in interface org.openqa.selenium.Alert
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.