Uses of Enum Class
org.openqa.selenium.chromium.ChromiumDriverLogLevel
Packages that use ChromiumDriverLogLevel
Package
Description
-
Uses of ChromiumDriverLogLevel in org.openqa.selenium.chrome
Methods in org.openqa.selenium.chrome with parameters of type ChromiumDriverLogLevelModifier and TypeMethodDescriptionChromeDriverService.Builder.withLogLevel
(ChromiumDriverLogLevel logLevel) Configures the driver server log level. -
Uses of ChromiumDriverLogLevel in org.openqa.selenium.chromium
Methods in org.openqa.selenium.chromium that return ChromiumDriverLogLevelModifier and TypeMethodDescriptionstatic ChromiumDriverLogLevel
static ChromiumDriverLogLevel
ChromiumDriverLogLevel.fromString
(String text) static ChromiumDriverLogLevel
Returns the enum constant of this class with the specified name.static ChromiumDriverLogLevel[]
ChromiumDriverLogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChromiumDriverLogLevel in org.openqa.selenium.edge
Methods in org.openqa.selenium.edge with parameters of type ChromiumDriverLogLevelModifier and TypeMethodDescriptionEdgeDriverService.Builder.withLoglevel
(ChromiumDriverLogLevel logLevel) Configures the driver server log level.