Package org.fluentlenium.core.alert
Interface AlertControl
-
- All Known Subinterfaces:
FluentControl,FluentPageControl
- All Known Implementing Classes:
BaseFluentHook,BaseHook,ContainerFluentControl,DefaultFluentContainer,FluentAdapter,FluentControlImpl,FluentDriver,FluentPage,FluentStandalone,FluentStandaloneRunnable,FluentTestRunnerAdapter,FluentWebElement,IsolatedTest,WaitHook
public interface AlertControlProvide control for alert windows.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Alertalert()Get an object to control the alert window.
-
-
-
Method Detail
-
alert
Alert alert()
Get an object to control the alert window.- Returns:
- an alert object
-
-