Package org.xwiki.extension.test.po
Class LogItemPane
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.extension.test.po.LogItemPane
-
public class LogItemPane extends BaseElement
Displays a log item.- Since:
- 4.2M1
- Version:
- $Id: 4875c6bbf29426e825ae7f85aced99cba3187010 $
-
-
Constructor Summary
Constructors Constructor Description LogItemPane(org.openqa.selenium.WebElement container)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLevel()
String
getMessage()
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-