Class DownloadArchiveModalView
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BaseModal
-
- com.xwiki.admintools.test.po.modals.DownloadArchiveModalView
-
public class DownloadArchiveModalView extends org.xwiki.test.ui.po.BaseModalRepresents actions that can be done on the download files archive modal.- Version:
- $Id$
-
-
Field Summary
Fields Modifier and Type Field Description org.openqa.selenium.WebElementcontent
-
Constructor Summary
Constructors Constructor Description DownloadArchiveModalView(org.openqa.selenium.By selector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclickCancelButton()voidclickDownloadButton()org.openqa.selenium.WebElementgetDateFilters()org.openqa.selenium.WebElementgetLogsCheckBox()org.openqa.selenium.WebElementgetProviderCheckBox()org.openqa.selenium.WebElementgetXWikiConfigCheckbox()org.openqa.selenium.WebElementgetXWikiPropertiesCheckBox()-
Methods inherited from class org.xwiki.test.ui.po.BaseModal
close, getTitle, isDisplayed, waitForClosed
-
-
-
-
Method Detail
-
getXWikiConfigCheckbox
public org.openqa.selenium.WebElement getXWikiConfigCheckbox()
-
getXWikiPropertiesCheckBox
public org.openqa.selenium.WebElement getXWikiPropertiesCheckBox()
-
getProviderCheckBox
public org.openqa.selenium.WebElement getProviderCheckBox()
-
getLogsCheckBox
public org.openqa.selenium.WebElement getLogsCheckBox()
-
getDateFilters
public org.openqa.selenium.WebElement getDateFilters()
-
clickDownloadButton
public void clickDownloadButton()
-
clickCancelButton
public void clickCancelButton()
-
-