Class TargetBuilder<T>
- java.lang.Object
-
- net.serenitybdd.screenplay.targets.TargetBuilder<T>
-
public class TargetBuilder<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description TargetBuilder(String targetElementName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TargetBuilderinIFrame(IFrame iFrame)Targetlocated(org.openqa.selenium.By locator)TargetlocatedBy(String cssOrXPathSelector)LocatesCrossPlatformlocatedForAndroid(org.openqa.selenium.By androidLocator)
-
-
-
Constructor Detail
-
TargetBuilder
public TargetBuilder(String targetElementName)
-
-
Method Detail
-
inIFrame
public TargetBuilder inIFrame(IFrame iFrame)
-
located
public Target located(org.openqa.selenium.By locator)
-
locatedForAndroid
public LocatesCrossPlatform locatedForAndroid(org.openqa.selenium.By androidLocator)
-
-