Uses of Enum Class
org.openqa.selenium.ie.InternetExplorerDriverLogLevel
Packages that use InternetExplorerDriverLogLevel
-
Uses of InternetExplorerDriverLogLevel in org.openqa.selenium.ie
Subclasses with type arguments of type InternetExplorerDriverLogLevel in org.openqa.selenium.ieMethods in org.openqa.selenium.ie that return InternetExplorerDriverLogLevelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static InternetExplorerDriverLogLevel[]InternetExplorerDriverLogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.ie with parameters of type InternetExplorerDriverLogLevelModifier and TypeMethodDescriptionInternetExplorerDriverService.Builder.withLogLevel(@Nullable InternetExplorerDriverLogLevel logLevel) Configures the logging level for the driver server.