Class LastNLinesModalView

java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.BaseModal
com.xwiki.admintools.test.po.modals.LastNLinesModalView

public class LastNLinesModalView extends org.xwiki.test.ui.po.BaseModal
Represents actions that can be done on the view last n lines of log modal.
Version:
$Id$
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    org.openqa.selenium.WebElement
     

    Fields inherited from class org.xwiki.test.ui.po.BaseModal

    container
  • Constructor Summary

    Constructors
    Constructor
    Description
    LastNLinesModalView(org.openqa.selenium.By selector, String modalId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class org.xwiki.test.ui.po.BaseModal

    close, getTitle, isDisplayed, waitForClosed

    Methods inherited from class org.xwiki.test.ui.po.BaseElement

    getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • content

      public org.openqa.selenium.WebElement content
  • Constructor Details

    • LastNLinesModalView

      public LastNLinesModalView(org.openqa.selenium.By selector, String modalId)
  • Method Details

    • clickViewButton

      public void clickViewButton()
    • clickCancelButton

      public void clickCancelButton()