Uses of Enum Class
org.openqa.selenium.WindowType
Packages that use WindowType
-
Uses of WindowType in org.openqa.selenium
Methods in org.openqa.selenium that return WindowTypeModifier and TypeMethodDescriptionstatic WindowTypeWindowType.fromString(String text) static WindowTypeReturns the enum constant of this class with the specified name.static WindowType[]WindowType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium with parameters of type WindowTypeModifier and TypeMethodDescriptionWebDriver.TargetLocator.newWindow(WindowType typeHint) Creates a new browser window and switches the focus for future commands of this driver to the new window.