| Modifier and Type | Method and Description |
|---|---|
static Performable |
DeselectFromOptions.clear(Target dropdownList) |
static Performable |
PerformOn.eachMatching(Target target,
Consumer<WebElementFacade> action) |
static Interaction |
Clear.field(Target target) |
Performable |
DeselectFromOptions.from(Target target) |
Performable |
SelectFromOptions.from(Target target) |
static DragInteraction |
Drag.from(Target from) |
Performable |
Hit.into(Target target) |
EnterValue |
SendKeys.into(Target target) |
EnterValue |
Enter.into(Target target) |
Performable |
Hit.keyIn(Target target) |
static ClickInteraction |
UncheckCheckbox.of(Target target) |
static SetCheckboxInteraction |
SetCheckbox.of(Target target) |
static ClickInteraction |
CheckCheckbox.of(Target target) |
static ClickInteraction |
Click.on(Target target) |
static Interaction |
JavaScriptClick.on(Target target) |
static Performable |
Release.on(Target target) |
static Performable |
ContextClick.on(Target target) |
static Interaction |
RightClick.on(Target target) |
static Performable |
ClickAndHold.on(Target target) |
static Interaction |
DoubleClick.on(Target target) |
static Interaction |
Hover.over(Target target)
Deprecated.
|
UploadToField |
Upload.UploadBuilder.to(Target uploadField) |
static ScrollToTarget |
Scroll.to(Target target) |
static WithChainableActions |
MoveMouse.to(Target target) |
Performable |
DragInteraction.to(Target to) |
| Constructor and Description |
|---|
CheckCheckboxOfTarget(Target target,
boolean expectedToBeChecked) |
ClearTarget(Target target) |
ClickAndHoldTarget(Target target) |
ClickOnTarget(Target target) |
DoubleClickOnTarget(Target target) |
DragInteraction(Target from) |
EnterValueIntoTarget(Target target,
CharSequence... theText) |
HitTarget(org.openqa.selenium.Keys[] keys,
Target target) |
HoverOverTarget(Target target) |
JSClickOnTarget(Target target) |
MoveMouseToTarget(Target target) |
PerformOn(Target target,
Consumer<WebElementFacade> action) |
RightClickOnTarget(Target target) |
ScrollToTarget(Target target) |
SendKeysIntoTarget(Target target,
CharSequence... theText) |
SetCheckboxInteractionForTarget(Target target) |
UploadToTarget(Path inputFile,
Target uploadField) |
| Modifier and Type | Method and Description |
|---|---|
static DeselectAllOptions |
DeselectAllOptions.from(Target target) |
| Constructor and Description |
|---|
DeselectAllOptions(Target target) |
DeselectByIndexFromTarget(Target target,
Integer index) |
DeselectByValueFromTarget(Target target,
String value) |
DeselectByVisibleTextFromTarget(Target target,
String visibleText) |
| Constructor and Description |
|---|
SelectByIndexFromTarget(Target target,
Integer... indexes) |
SelectByValueFromTarget(Target target,
String... values) |
SelectByVisibleTextFromTarget(Target target,
String... options) |
| Modifier and Type | Method and Description |
|---|---|
TypeValue |
Type.into(Target target) |
| Constructor and Description |
|---|
TypeValueIntoTarget(Target target,
CharSequence... theText) |
| Modifier and Type | Field and Description |
|---|---|
protected Target |
TargetedUIState.target |
protected Target |
UIStateReaderWithNameBuilder.target
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Question<String> |
SelectedValue.of(Target target) |
static Question<String> |
TextContent.of(Target target) |
static Question<Boolean> |
SelectedStatus.of(Target target) |
static Question<List<String>> |
SelectedValues.of(Target target) |
static Question<Boolean> |
CurrentVisibility.of(Target target) |
static Question<Boolean> |
Presence.of(Target target) |
static Question<String> |
Value.of(Target target) |
static QuestionForName |
Attribute.of(Target target) |
static Question<org.openqa.selenium.Dimension> |
TheSize.of(Target target) |
static Question<Boolean> |
CheckboxValue.of(Target target) |
static Question<Boolean> |
UnselectedStatus.of(Target target) |
static Question<Boolean> |
Displayed.of(Target target) |
static Question<org.openqa.selenium.interactions.Coordinates> |
TheCoordinates.of(Target target) |
static Question<String> |
TextValue.of(Target target) |
static Question<Boolean> |
CurrentlyEnabled.of(Target target) |
static Question<Boolean> |
Visibility.of(Target target) |
static Question<List<String>> |
SelectedVisibleTextValues.of(Target target) |
static Question<String> |
SelectedVisibleTextValue.of(Target target) |
static Question<Boolean> |
Enabled.of(Target target) |
static Question<String> |
Text.of(Target target) |
static Question<Boolean> |
Disabled.of(Target target) |
static Question<Boolean> |
Absence.of(Target target) |
static Question<org.openqa.selenium.Point> |
TheLocation.of(Target target) |
static QuestionForName |
CSSValue.of(Target target) |
static Question<List<String>> |
SelectOptionValues.of(Target target) |
static Question<List<String>> |
SelectOptions.of(Target target) |
static Question<String> |
Attribute.of(Target target,
String attributeName) |
static Question<String> |
CSSValue.of(Target target,
String attributeName) |
static Question<Collection<String>> |
SelectedValue.ofEach(Target target) |
static Question<Collection<String>> |
TextContent.ofEach(Target target) |
static Question<List<Boolean>> |
SelectedStatus.ofEach(Target target) |
static Question<List<Boolean>> |
CurrentVisibility.ofEach(Target target) |
static Question<List<Boolean>> |
Presence.ofEach(Target target) |
static Question<Collection<String>> |
Value.ofEach(Target target) |
static QuestionForNames |
Attribute.ofEach(Target target) |
static Question<List<org.openqa.selenium.Dimension>> |
TheSize.ofEach(Target target) |
static Question<Collection<Boolean>> |
CheckboxValue.ofEach(Target target) |
static Question<List<Boolean>> |
UnselectedStatus.ofEach(Target target) |
static Question<List<Boolean>> |
Displayed.ofEach(Target target) |
static Question<List<org.openqa.selenium.interactions.Coordinates>> |
TheCoordinates.ofEach(Target target) |
static Question<Collection<String>> |
TextValue.ofEach(Target target) |
static Question<List<Boolean>> |
CurrentlyEnabled.ofEach(Target target) |
static Question<List<Boolean>> |
Visibility.ofEach(Target target) |
static Question<Collection<String>> |
SelectedVisibleTextValue.ofEach(Target target) |
static Question<List<Boolean>> |
Enabled.ofEach(Target target) |
static Question<Collection<String>> |
Text.ofEach(Target target) |
static Question<List<Boolean>> |
Disabled.ofEach(Target target) |
static Question<List<Boolean>> |
Absence.ofEach(Target target) |
static Question<List<org.openqa.selenium.Point>> |
TheLocation.ofEach(Target target) |
static QuestionForNames |
CSSValue.ofEach(Target target) |
static Question<List<List<String>>> |
SelectOptionValues.ofEach(Target target) |
static Question<List<List<String>>> |
SelectOptions.ofEach(Target target) |
static Question<Collection<String>> |
Attribute.ofEach(Target target,
String attributeName) |
static Question<Collection<String>> |
CSSValue.ofEach(Target target,
String attributeName) |
static Question<WebElementState> |
WebElementQuestion.stateOf(Target target) |
static Question<WebElementState> |
WebElementQuestion.the(Target target) |
static Question<WebElementState> |
WebElementQuestion.valueOf(Target target) |
| Constructor and Description |
|---|
NamedUIStateReaderBuilder(Target target,
Class<T> type)
Deprecated.
|
PrimedUIStateReaderWithNameBuilder(Target target,
Class<T> type,
String name) |
TargetedUIState(Target target,
Actor actor) |
UIStateReaderBuilder(Target target,
Class<T> type)
Deprecated.
|
UIStateReaderBuilder(Target target,
Class<T> type,
Optional<String> optionalParameter)
Deprecated.
|
UIStateReaderWithNameBuilder(Target target,
Class<T> type)
Deprecated.
|
WebElementQuestion(Target target) |
| Modifier and Type | Method and Description |
|---|---|
Question<String> |
TheTarget.TargetAttributeBuilder.forTarget(Target target) |
Question<String> |
TheTarget.TargetCSSBuilder.forTarget(Target target) |
Question<Collection<String>> |
TheTarget.TargetAttributeBuilder.forTargetsMatching(Target target) |
Question<Collection<String>> |
TheTarget.TargetCSSBuilder.forTargetsMatching(Target target) |
static Question<String> |
TheTarget.selectedValueOf(Target target) |
static Question<String> |
TheTarget.selectedVisibleTextValueOf(Target target) |
static Question<List<String>> |
TheTarget.selectOptionsOf(Target target) |
static TargetText |
TheTarget.textOf(Target target) |
static TargetTextValues |
TheTarget.textValuesOf(Target target) |
static Question<String> |
TheTarget.valueOf(Target target) |
static Question<Collection<String>> |
TheTarget.valuesOf(Target target) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByMobileTarget |
class |
ByTarget |
class |
LambdaTarget |
class |
MultiXPathOrCssTarget |
class |
SearchableTarget |
class |
XPathOrCssTarget |
| Modifier and Type | Method and Description |
|---|---|
<T extends Target> |
Target.inIFrame(org.openqa.selenium.By... byLocators) |
| Modifier and Type | Method and Description |
|---|---|
Target |
LocatesCrossPlatform.locatedForIOS(org.openqa.selenium.By iosLocator) |
Target |
ByMobileTarget.waitingForNoMoreThan(Duration timeout) |
abstract Target |
Target.waitingForNoMoreThan(Duration timeout) |
Target |
XPathOrCssTarget.waitingForNoMoreThan(Duration timeout) |
Target |
LambdaTarget.waitingForNoMoreThan(Duration timeout) |
Target |
ByTarget.waitingForNoMoreThan(Duration timeout) |
Target |
MultiXPathOrCssTarget.waitingForNoMoreThan(Duration timeout) |
| Modifier and Type | Method and Description |
|---|---|
SearchableTarget |
Target.find(Target nextElement) |
SearchableTarget |
Target.inside(Target container) |
| Modifier and Type | Method and Description |
|---|---|
static Target |
Checkbox.withAriaLabel(String labelText)
Locate a radio button with a given ARIA label
|
static Target |
Checkbox.withLabel(String labelText)
Locate a radio button with a given label
|
static Target |
TextArea.withLabel(String labelText) |
static Target |
InputField.withLabel(String labelText) |
static Target |
Checkbox.withValue(String value)
Locate a radio button with a given value.
|
| Modifier and Type | Method and Description |
|---|---|
static Performable |
Deselect.allOptionsFrom(Target target) |
static Function<org.openqa.selenium.SearchContext,List<WebElementFacade>> |
LocatorStrategies.findNestedElements(Target container,
Target nestedElement) |
static Performable |
Select.noOptionsIn(Target dropdownList) |
| Modifier and Type | Method and Description |
|---|---|
static WaitUntilTargetIsReady |
WaitUntil.the(Target target,
org.hamcrest.Matcher<WebElementState> expectedState) |
| Constructor and Description |
|---|
WaitUntilBuilder(long amount,
Target target,
org.hamcrest.Matcher<WebElementState> expectedState) |
WaitUntilTargetIsReady(Target target,
org.hamcrest.Matcher<WebElementState> expectedState) |
Copyright © 2023. All rights reserved.