Uses of Class
org.openqa.selenium.safari.SafariDriver.WindowType
-
-
Uses of SafariDriver.WindowType in org.openqa.selenium.safari
Methods in org.openqa.selenium.safari that return SafariDriver.WindowType Modifier and Type Method Description static SafariDriver.WindowTypeSafariDriver.WindowType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SafariDriver.WindowType[]SafariDriver.WindowType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.safari with parameters of type SafariDriver.WindowType Modifier and Type Method Description java.lang.StringSafariDriver. newWindow(SafariDriver.WindowType type)Open either a new tab or window, depending on what is requested, and return the window handle without switching to it.
-