public class AlertPage extends Page
Constructor and Description |
---|
AlertPage(org.openqa.selenium.WebDriver driverValue,
Page parentPage)
Alert page constructor.
|
Modifier and Type | Method and Description |
---|---|
Page |
accept()
Simply presses OK on available alert dialog.
|
Page |
dismiss()
Presses Cancel on confirmation dialog.
|
Page |
prompt(java.lang.String value)
Enters value into prompt dialog and accepts it.
|
allOf, anyOf, captureScreenShot, captureScreenShot, field, field, forName, forName, getCurrent, getCurrentFromList, getCurrentFromList, getDefaultPagesPackage, getDriver, getFirstAvailableControlFromList, getScrollable, getSource, getTextControl, getTimeout, hideKeyboard, is, isTextPresent, navigate, scrollTo, scrollTo, scrollTo, scrollTo, scrollTo, scrollTo, scrollTo, section, section, setCurrent, setDefaultPagesPackage, setTimeout, swipeScreen, swipeScreen, switchTo, verify
public AlertPage(org.openqa.selenium.WebDriver driverValue, Page parentPage)
driverValue
- the reference to current WebDriver instance.parentPage
- the reference to the parent page where alert was thrown from.public Page accept()
public Page dismiss()
public Page prompt(java.lang.String value)
value
- the text to enter.