public class BaseModal extends BaseElement
Modifier and Type | Field and Description |
---|---|
protected org.openqa.selenium.WebElement |
container |
Constructor and Description |
---|
BaseModal(org.openqa.selenium.By selector) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getTitle() |
boolean |
isDisplayed() |
protected BaseModal |
waitForClosed()
The modal may have a fade out effect on close which means it may not disappear instantly.
|
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageJSIsLoaded
public String getTitle()
public boolean isDisplayed()
public void close()
protected BaseModal waitForClosed()
Copyright © 2004–2021 XWiki. All rights reserved.