protected static enum WindowManager.WindowManagerStrategy extends Enum<WindowManager.WindowManagerStrategy>
| Modifier and Type | Method and Description |
|---|---|
abstract void |
select(org.openqa.selenium.WebDriver webDriver,
WindowManager.SelectCoordinates selectCoordinates) |
protected static void |
selectMatching(org.openqa.selenium.WebDriver webDriver,
WindowManager.Matcher matcher,
String error) |
static WindowManager.WindowManagerStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowManager.WindowManagerStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowManager.WindowManagerStrategy DEFAULT
public static final WindowManager.WindowManagerStrategy TITLE
public static final WindowManager.WindowManagerStrategy NAME
public static final WindowManager.WindowManagerStrategy URL
public static WindowManager.WindowManagerStrategy[] values()
for (WindowManager.WindowManagerStrategy c : WindowManager.WindowManagerStrategy.values()) System.out.println(c);
public static WindowManager.WindowManagerStrategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic abstract void select(org.openqa.selenium.WebDriver webDriver,
WindowManager.SelectCoordinates selectCoordinates)
protected static void selectMatching(org.openqa.selenium.WebDriver webDriver,
WindowManager.Matcher matcher,
String error)
Copyright © 2014. All rights reserved.