public class EditablePropertyPane extends BaseElement
Modifier and Type | Field and Description |
---|---|
protected org.openqa.selenium.WebElement |
cancelButton |
protected org.openqa.selenium.WebElement |
editButton |
protected org.openqa.selenium.WebElement |
editor |
protected org.openqa.selenium.WebElement |
element |
protected org.openqa.selenium.WebElement |
saveButton |
protected org.openqa.selenium.WebElement |
viewer |
Constructor and Description |
---|
EditablePropertyPane(String property) |
Modifier and Type | Method and Description |
---|---|
EditablePropertyPane |
clickCancel() |
EditablePropertyPane |
clickEdit() |
EditablePropertyPane |
clickSave() |
String |
getDisplayValue() |
String |
getLabel() |
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageJSIsLoaded
protected final org.openqa.selenium.WebElement element
protected final org.openqa.selenium.WebElement viewer
protected final org.openqa.selenium.WebElement editor
protected final org.openqa.selenium.WebElement editButton
protected final org.openqa.selenium.WebElement cancelButton
protected final org.openqa.selenium.WebElement saveButton
public EditablePropertyPane(String property)
public EditablePropertyPane clickEdit()
public EditablePropertyPane clickCancel()
public EditablePropertyPane clickSave()
public String getLabel()
public String getDisplayValue()
Copyright © 2004–2021 XWiki. All rights reserved.