Class WindowByNameOrHandle
- java.lang.Object
-
- com.codeborne.selenide.impl.windows.WindowByNameOrHandle
-
- All Implemented Interfaces:
com.google.common.base.Function<org.openqa.selenium.WebDriver,org.openqa.selenium.WebDriver>,java.util.function.Function<org.openqa.selenium.WebDriver,org.openqa.selenium.WebDriver>,org.openqa.selenium.support.ui.ExpectedCondition<org.openqa.selenium.WebDriver>
@ParametersAreNonnullByDefault public class WindowByNameOrHandle extends java.lang.Object implements org.openqa.selenium.support.ui.ExpectedCondition<org.openqa.selenium.WebDriver>
-
-
Constructor Summary
Constructors Constructor Description WindowByNameOrHandle(java.lang.String nameOrHandleOrTitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebDriverapply(org.openqa.selenium.WebDriver driver)java.lang.StringtoString()
-
-
-
Method Detail
-
apply
@Nullable public org.openqa.selenium.WebDriver apply(org.openqa.selenium.WebDriver driver)
- Specified by:
applyin interfacecom.google.common.base.Function<org.openqa.selenium.WebDriver,org.openqa.selenium.WebDriver>- Specified by:
applyin interfacejava.util.function.Function<org.openqa.selenium.WebDriver,org.openqa.selenium.WebDriver>
-
toString
@CheckReturnValue @Nonnull public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-