Uses of Class
net.serenitybdd.screenplay.playwright.Target
-
-
Uses of Target in net.serenitybdd.screenplay.playwright
Methods in net.serenitybdd.screenplay.playwright that return Target Modifier and Type Method Description TargetTarget.TargetBuilder. locatedBy(String selector) -
Uses of Target in net.serenitybdd.screenplay.playwright.assertions
Methods in net.serenitybdd.screenplay.playwright.assertions with parameters of type Target Modifier and Type Method Description static EnsureEnsure. that(Target target)Constructors in net.serenitybdd.screenplay.playwright.assertions with parameters of type Target Constructor Description Ensure(Target target, Double timeout) -
Uses of Target in net.serenitybdd.screenplay.playwright.interactions
Methods in net.serenitybdd.screenplay.playwright.interactions with parameters of type Target Modifier and Type Method Description PerformableEnter. into(Target target)static ClickClick. on(Target target)static WaitForWaitFor. selector(Target target)Wait for an element to be in a given state.static CheckCheck. the(Target target)Constructors in net.serenitybdd.screenplay.playwright.interactions with parameters of type Target Constructor Description Check(Target target)Click(Target target)WaitFor(Target target) -
Uses of Target in net.serenitybdd.screenplay.playwright.questions
Methods in net.serenitybdd.screenplay.playwright.questions with parameters of type Target Modifier and Type Method Description static Question<String>PlaywrightQuestions. textOf(Target element)Return the inner text value of an element.
-