Uses of Enum Class
org.openqa.selenium.WindowType
Packages that use WindowType
-
Uses of WindowType in org.openqa.selenium
Subclasses with type arguments of type WindowType in org.openqa.seleniumModifier and TypeClassDescriptionenumRepresents the type of new browser window that may be created.Methods in org.openqa.selenium that return WindowTypeModifier and TypeMethodDescriptionstatic @Nullable WindowTypeWindowType.fromString(@Nullable 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.