DynamicSelectElement
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class DynamicSelectElement extends com.atlassian.pageobjects.elements.WebDriverSelectElement
Constructor and Description |
---|
DynamicSelectElement(org.openqa.selenium.By locator)
Deprecated.
|
DynamicSelectElement(org.openqa.selenium.By locator,
com.atlassian.pageobjects.elements.timeout.TimeoutType defaultTimeout)
Deprecated.
|
DynamicSelectElement(org.openqa.selenium.By locator,
com.atlassian.pageobjects.elements.WebDriverLocatable parent)
Deprecated.
|
DynamicSelectElement(org.openqa.selenium.By locator,
com.atlassian.pageobjects.elements.WebDriverLocatable parent,
com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
Deprecated.
|
DynamicSelectElement(com.atlassian.pageobjects.elements.WebDriverLocatable locatable,
com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
contains(String text,
String value)
Deprecated.
Returns a timed query that checks whether an option with the expected text and
value is present in this field.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Integer> |
getNumOptionsTimed()
Deprecated.
Returns a timed query for retrieving the number of options in the select field.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
matches(String text,
String value)
Deprecated.
Returns a timed query that checks whether the selection option matches
the expected text and value.
|
getAllOptions, getSelected, select
asWebElement, clear, click, find, find, find, find, findAll, findAll, findAll, findAll, getAttribute, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, select, timed, timeout, timeoutInSeconds, toggle, toString, type, waitForWebElement, withTimeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public DynamicSelectElement(org.openqa.selenium.By locator)
public DynamicSelectElement(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.timeout.TimeoutType defaultTimeout)
public DynamicSelectElement(com.atlassian.pageobjects.elements.WebDriverLocatable locatable, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
public DynamicSelectElement(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.WebDriverLocatable parent)
public DynamicSelectElement(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.WebDriverLocatable parent, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> contains(String text, String value)
text
- Expected text of the select optionvalue
- Expected value of the select optionpublic com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> matches(String text, String value)
text
- Expected text of the selected optionvalue
- Expected value of the selected optionpublic com.atlassian.pageobjects.elements.query.TimedQuery<Integer> getNumOptionsTimed()
Copyright © 2003–2015 Atlassian. All rights reserved.