public interface Alert
extends org.openqa.selenium.Alert
| Modifier and Type | Method and Description |
|---|---|
boolean |
present()
Check if this alert is present.
|
void |
prompt(String text)
Send input to the alert prompt.
|
void prompt(String text)
text - test to send to the promptboolean present()
Copyright © 2016 FluentLenium. All Rights Reserved.