Uses of Enum Class
org.openqa.selenium.ie.InternetExplorerDriverLogLevel
-
Uses of InternetExplorerDriverLogLevel in org.openqa.selenium.ie
Methods 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
(InternetExplorerDriverLogLevel logLevel) Configures the logging level for the driver server.