public class BaseElement extends Object
Constructor and Description |
---|
BaseElement() |
Modifier and Type | Method and Description |
---|---|
protected XWikiWebDriver |
getDriver() |
protected static TestUtils |
getUtil() |
protected boolean |
isElementVisible(org.openqa.selenium.By by) |
static void |
setContext(PersistentTestContext context)
Used so that AllTests can set the persistent test context.
|
void |
waitForNotificationErrorMessage(String message) |
void |
waitForNotificationInProgressMessage(String message) |
void |
waitForNotificationSuccessMessage(String message) |
void |
waitForNotificationWarningMessage(String message) |
public static void setContext(PersistentTestContext context)
protected XWikiWebDriver getDriver()
protected static TestUtils getUtil()
public void waitForNotificationErrorMessage(String message)
public void waitForNotificationWarningMessage(String message)
public void waitForNotificationSuccessMessage(String message)
public void waitForNotificationInProgressMessage(String message)
protected boolean isElementVisible(org.openqa.selenium.By by)
Copyright © 2004–2020 XWiki. All rights reserved.