Uses of Class
net.serenitybdd.screenplay.targets.Target
Packages that use Target
Package
Description
-
Uses of Target in net.serenitybdd.screenplay.actions
Methods in net.serenitybdd.screenplay.actions with parameters of type TargetModifier and TypeMethodDescriptionstatic net.serenitybdd.screenplay.Performablestatic net.serenitybdd.screenplay.PerformablePerformOn.eachMatching(Target target, Consumer<net.serenitybdd.core.pages.WebElementFacade> action) static net.serenitybdd.screenplay.Interactionnet.serenitybdd.screenplay.Performablestatic DragInteractionnet.serenitybdd.screenplay.Performablenet.serenitybdd.screenplay.Performablenet.serenitybdd.screenplay.Performablestatic ClickInteractionstatic SetCheckboxInteractionstatic ClickInteractionstatic ClickInteractionstatic net.serenitybdd.screenplay.Performablestatic net.serenitybdd.screenplay.Performablestatic net.serenitybdd.screenplay.Interactionstatic net.serenitybdd.screenplay.Interactionstatic net.serenitybdd.screenplay.Performablestatic net.serenitybdd.screenplay.Interactionstatic net.serenitybdd.screenplay.InteractionDeprecated.net.serenitybdd.screenplay.Performablestatic WithChainableActionsstatic ScrollToTargetConstructors in net.serenitybdd.screenplay.actions with parameters of type TargetModifierConstructorDescriptionCheckCheckboxOfTarget(Target target, boolean expectedToBeChecked) ClearTarget(Target target) ClickAndHoldTarget(Target target) ClickOnTarget(Target target) DoubleClickOnTarget(Target target) DragInteraction(Target from) EnterValueIntoTarget(Target target, CharSequence... theText) HoverOverTarget(Target target) JSClickOnTarget(Target target) MoveMouseToTarget(Target target) RightClickOnTarget(Target target) ScrollToTarget(Target target) SendKeysIntoTarget(Target target, CharSequence... theText) UploadToTarget(Path inputFile, Target uploadField) -
Uses of Target in net.serenitybdd.screenplay.actions.deselectactions
Methods in net.serenitybdd.screenplay.actions.deselectactions with parameters of type TargetConstructors in net.serenitybdd.screenplay.actions.deselectactions with parameters of type TargetModifierConstructorDescriptionDeselectAllOptions(Target target) DeselectByIndexFromTarget(Target target, Integer index) DeselectByValueFromTarget(Target target, String value) DeselectByVisibleTextFromTarget(Target target, String visibleText) -
Uses of Target in net.serenitybdd.screenplay.actions.selectactions
Constructors in net.serenitybdd.screenplay.actions.selectactions with parameters of type TargetModifierConstructorDescriptionSelectByIndexFromTarget(Target target, Integer... indexes) SelectByValueFromTarget(Target target, String... values) SelectByVisibleTextFromTarget(Target target, String... options) -
Uses of Target in net.serenitybdd.screenplay.actions.type
Methods in net.serenitybdd.screenplay.actions.type with parameters of type TargetConstructors in net.serenitybdd.screenplay.actions.type with parameters of type Target -
Uses of Target in net.serenitybdd.screenplay.questions
Fields in net.serenitybdd.screenplay.questions declared as TargetModifier and TypeFieldDescriptionprotected final TargetTargetedUIState.targetprotected final TargetUIStateReaderWithNameBuilder.targetDeprecated.Methods in net.serenitybdd.screenplay.questions with parameters of type TargetModifier and TypeMethodDescriptionstatic net.serenitybdd.screenplay.Question<Boolean> static QuestionForNamestatic net.serenitybdd.screenplay.Question<String> static net.serenitybdd.screenplay.Question<Boolean> static QuestionForNamestatic net.serenitybdd.screenplay.Question<String> static net.serenitybdd.screenplay.Question<Boolean> static net.serenitybdd.screenplay.Question<Boolean> static net.serenitybdd.screenplay.Question<Boolean> static net.serenitybdd.screenplay.Question<Boolean> static net.serenitybdd.screenplay.Question<Boolean> static net.serenitybdd.screenplay.Question<Boolean> static net.serenitybdd.screenplay.Question<Boolean> static net.serenitybdd.screenplay.Question<String> static net.serenitybdd.screenplay.Question<String> static net.serenitybdd.screenplay.Question<String> static net.serenitybdd.screenplay.Question<String> static net.serenitybdd.screenplay.Question<String> static net.serenitybdd.screenplay.Question<org.openqa.selenium.interactions.Coordinates> static net.serenitybdd.screenplay.Question<org.openqa.selenium.Point> static net.serenitybdd.screenplay.Question<org.openqa.selenium.Dimension> static net.serenitybdd.screenplay.Question<Boolean> static net.serenitybdd.screenplay.Question<String> static net.serenitybdd.screenplay.Question<Boolean> static QuestionForNamesstatic net.serenitybdd.screenplay.Question<Collection<String>> static net.serenitybdd.screenplay.Question<Collection<Boolean>> static QuestionForNamesstatic net.serenitybdd.screenplay.Question<Collection<String>> static net.serenitybdd.screenplay.Question<Collection<String>> static net.serenitybdd.screenplay.Question<Collection<String>> static net.serenitybdd.screenplay.Question<Collection<String>> static net.serenitybdd.screenplay.Question<Collection<String>> static net.serenitybdd.screenplay.Question<Collection<String>> static net.serenitybdd.screenplay.Question<List<org.openqa.selenium.interactions.Coordinates>> static net.serenitybdd.screenplay.Question<List<org.openqa.selenium.Point>> static net.serenitybdd.screenplay.Question<List<org.openqa.selenium.Dimension>> static net.serenitybdd.screenplay.Question<Collection<String>> static net.serenitybdd.screenplay.Question<net.serenitybdd.core.pages.WebElementState> static net.serenitybdd.screenplay.Question<net.serenitybdd.core.pages.WebElementState> static net.serenitybdd.screenplay.Question<net.serenitybdd.core.pages.WebElementState> Constructors in net.serenitybdd.screenplay.questions with parameters of type TargetModifierConstructorDescriptionNamedUIStateReaderBuilder(Target target, Class<T> type) Deprecated.PrimedUIStateReaderWithNameBuilder(Target target, Class<T> type, String name) protectedTargetedUIState(Target target, net.serenitybdd.screenplay.Actor actor) UIStateReaderBuilder(Target target, Class<T> type) Deprecated.Deprecated.UIStateReaderWithNameBuilder(Target target, Class<T> type) Deprecated.WebElementQuestion(Target target) -
Uses of Target in net.serenitybdd.screenplay.questions.targets
Methods in net.serenitybdd.screenplay.questions.targets with parameters of type TargetModifier and TypeMethodDescriptionnet.serenitybdd.screenplay.Question<String> net.serenitybdd.screenplay.Question<String> net.serenitybdd.screenplay.Question<Collection<String>> TheTarget.TargetAttributeBuilder.forTargetsMatching(Target target) net.serenitybdd.screenplay.Question<Collection<String>> TheTarget.TargetCSSBuilder.forTargetsMatching(Target target) static net.serenitybdd.screenplay.Question<String> TheTarget.selectedValueOf(Target target) static net.serenitybdd.screenplay.Question<String> TheTarget.selectedVisibleTextValueOf(Target target) TheTarget.selectOptionsOf(Target target) static TargetTextstatic TargetTextValuesTheTarget.textValuesOf(Target target) static net.serenitybdd.screenplay.Question<String> static net.serenitybdd.screenplay.Question<Collection<String>> -
Uses of Target in net.serenitybdd.screenplay.targets
Subclasses of Target in net.serenitybdd.screenplay.targetsModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in net.serenitybdd.screenplay.targets with type parameters of type TargetModifier and TypeMethodDescription<T extends Target>
TTarget.inIFrame(org.openqa.selenium.By... byLocators) Methods in net.serenitybdd.screenplay.targets that return TargetModifier and TypeMethodDescriptionLocatesCrossPlatform.locatedForIOS(org.openqa.selenium.By iosLocator) ByMobileTarget.waitingForNoMoreThan(Duration timeout) ByTarget.waitingForNoMoreThan(Duration timeout) LambdaTarget.waitingForNoMoreThan(Duration timeout) MultiXPathOrCssTarget.waitingForNoMoreThan(Duration timeout) abstract TargetTarget.waitingForNoMoreThan(Duration timeout) XPathOrCssTarget.waitingForNoMoreThan(Duration timeout) Methods in net.serenitybdd.screenplay.targets with parameters of type TargetModifier and TypeMethodDescription -
Uses of Target in net.serenitybdd.screenplay.ui
Methods in net.serenitybdd.screenplay.ui that return TargetModifier and TypeMethodDescriptionstatic TargetCheckbox.withAriaLabel(String labelText) Locate a radio button with a given ARIA labelstatic TargetLocate a radio button with a given labelstatic Targetstatic Targetstatic TargetLocate a radio button with a given value.Methods in net.serenitybdd.screenplay.ui with parameters of type TargetModifier and TypeMethodDescriptionstatic net.serenitybdd.screenplay.PerformableDeselect.allOptionsFrom(Target target) static Function<org.openqa.selenium.SearchContext, List<net.serenitybdd.core.pages.WebElementFacade>> LocatorStrategies.findNestedElements(Target container, Target nestedElement) static net.serenitybdd.screenplay.PerformableSelect.noOptionsIn(Target dropdownList) -
Uses of Target in net.serenitybdd.screenplay.waits
Methods in net.serenitybdd.screenplay.waits with parameters of type TargetModifier and TypeMethodDescriptionstatic WaitUntilTargetIsReadyWaitUntil.the(Target target, org.hamcrest.Matcher<net.serenitybdd.core.pages.WebElementState> expectedState) Constructors in net.serenitybdd.screenplay.waits with parameters of type TargetModifierConstructorDescriptionWaitUntilBuilder(long amount, Target target, org.hamcrest.Matcher<net.serenitybdd.core.pages.WebElementState> expectedState) WaitUntilTargetIsReady(Target target, org.hamcrest.Matcher<net.serenitybdd.core.pages.WebElementState> expectedState)