Uses of Class
net.serenitybdd.screenplay.targets.IFrame
Packages that use IFrame
-
Uses of IFrame in net.serenitybdd.screenplay.targets
Fields in net.serenitybdd.screenplay.targets with type parameters of type IFrameMethods in net.serenitybdd.screenplay.targets that return IFrameModifier and TypeMethodDescriptionstatic IFrameIFrame.withPath(org.openqa.selenium.By... locators) Methods in net.serenitybdd.screenplay.targets that return types with arguments of type IFrameMethods in net.serenitybdd.screenplay.targets with parameters of type IFrameConstructor parameters in net.serenitybdd.screenplay.targets with type arguments of type IFrameModifierConstructorDescriptionByMobileTarget(String targetElementName, org.openqa.selenium.By androidLocator, org.openqa.selenium.By iosLocator, Optional<IFrame> iFrame) ByMobileTarget(String targetElementName, org.openqa.selenium.By androidLocator, org.openqa.selenium.By iosLocator, Optional<IFrame> iFrame, Optional<Duration> timeout) protectedByTarget(String targetElementName, org.openqa.selenium.By locator, Optional<IFrame> iFrame, Optional<Duration> timeout) LambdaTarget(String targetElementName, Function<org.openqa.selenium.SearchContext, List<net.serenitybdd.core.pages.WebElementFacade>> locationStrategy, Optional<IFrame> iFrame) LambdaTarget(String targetElementName, Function<org.openqa.selenium.SearchContext, List<net.serenitybdd.core.pages.WebElementFacade>> locationStrategy, Optional<IFrame> iFrame, Optional<Duration> timeout) MultiXPathOrCssTarget(String targetElementName, Optional<IFrame> iFrame, Optional<Duration> timeout, String... cssOrXPathSelectors) SearchableTarget(String targetElementName, Optional<IFrame> iFrame) XPathOrCssTarget(String targetElementName, String cssOrXPathSelector, Optional<IFrame> iFrame, Optional<Duration> timeout)