public class VariableEditor
extends com.atlassian.pageobjects.elements.WebDriverElement
Constructor and Description |
---|
VariableEditor(org.openqa.selenium.By locator) |
VariableEditor(org.openqa.selenium.By locator,
com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType) |
Modifier and Type | Method and Description |
---|---|
void |
addVariable(Consumer<InlineVariableEditComponent> consumer)
Hosting page should decide if it needs rebinding
|
boolean |
canAddVariable() |
static Consumer<InlineVariableEditComponent> |
editAndSave(String key,
String value) |
void |
editVariable(String key,
Consumer<InlineVariableEditComponent> consumer)
Hosting page should decide if it needs rebinding
|
int |
getVariablesCount() |
String |
getVariableValue(String key) |
asWebElement, bind, clear, click, createTimout, find, find, find, find, findAll, findAll, findAll, findAll, getAttribute, getCssClasses, getDefaultTimeout, getId, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, search, select, timed, timeout, toggle, toLocatable, toString, type, waitForWebElement, waitForWebElement, withTimeout
public VariableEditor(org.openqa.selenium.By locator)
public VariableEditor(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
public void addVariable(Consumer<InlineVariableEditComponent> consumer)
public void editVariable(String key, Consumer<InlineVariableEditComponent> consumer)
public int getVariablesCount()
public static Consumer<InlineVariableEditComponent> editAndSave(String key, String value)
public boolean canAddVariable()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.