@ParametersAreNonnullByDefault
public class WindowByIndex
extends java.lang.Object
implements org.openqa.selenium.support.ui.ExpectedCondition<org.openqa.selenium.WebDriver>
Constructor and Description |
---|
WindowByIndex(int index) |
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