@ParametersAreNonnullByDefault
public class FrameByIdOrName
extends java.lang.Object
implements org.openqa.selenium.support.ui.ExpectedCondition<org.openqa.selenium.WebDriver>
ExpectedConditions.frameToBeAvailableAndSwitchToIt(org.openqa.selenium.By)| Constructor and Description |
|---|
FrameByIdOrName(java.lang.String frame) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver |
apply(org.openqa.selenium.WebDriver driver) |
java.lang.String |
toString() |
@Nullable public org.openqa.selenium.WebDriver apply(org.openqa.selenium.WebDriver driver)
apply in interface java.util.function.Function<org.openqa.selenium.WebDriver,org.openqa.selenium.WebDriver>@CheckReturnValue @Nonnull public java.lang.String toString()
toString in class java.lang.Object