Uses of Class
net.serenitybdd.screenplay.targets.IFrame
-
Packages that use IFrame Package Description net.serenitybdd.screenplay.targets -
-
Uses of IFrame in net.serenitybdd.screenplay.targets
Fields in net.serenitybdd.screenplay.targets with type parameters of type IFrame Modifier and Type Field Description protected Optional<IFrame>Target. iFrameMethods in net.serenitybdd.screenplay.targets that return IFrame Modifier and Type Method Description static IFrameIFrame. withPath(org.openqa.selenium.By... locators)Methods in net.serenitybdd.screenplay.targets that return types with arguments of type IFrame Modifier and Type Method Description Optional<IFrame>Target. getIFrame()Methods in net.serenitybdd.screenplay.targets with parameters of type IFrame Modifier and Type Method Description TargetBuilderTargetBuilder. inIFrame(IFrame iFrame)Constructor parameters in net.serenitybdd.screenplay.targets with type arguments of type IFrame Constructor Description ByTarget(String targetElementName, org.openqa.selenium.By locator, Optional<IFrame> iFrame)ByTarget(String targetElementName, org.openqa.selenium.By androidLocator, org.openqa.selenium.By iosLocator, Optional<IFrame> iFrame)ByTarget(String targetElementName, org.openqa.selenium.By androidLocator, org.openqa.selenium.By iosLocator, Optional<IFrame> iFrame, Optional<Duration> timeout)ByTarget(String targetElementName, org.openqa.selenium.By locator, org.openqa.selenium.By androidLocator, org.openqa.selenium.By iosLocator, Optional<IFrame> iFrame, Optional<Duration> timeout)Target(String targetElementName, Optional<IFrame> iFrame)Target(String targetElementName, Optional<IFrame> iFrame, Optional<Duration> timeout)XPathOrCssTarget(String targetElementName, String cssOrXPathSelector, Optional<IFrame> iFrame, Optional<Duration> timeout)
-