Uses of Enum Class
org.openqa.selenium.devtools.v141.overlay.model.InspectMode
Packages that use InspectMode
Package
Description
-
Uses of InspectMode in org.openqa.selenium.devtools.v141.overlay
Methods in org.openqa.selenium.devtools.v141.overlay with parameters of type InspectModeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Overlay.setInspectMode(InspectMode mode, Optional<HighlightConfig> highlightConfig) Enters the 'inspect' mode. -
Uses of InspectMode in org.openqa.selenium.devtools.v141.overlay.model
Methods in org.openqa.selenium.devtools.v141.overlay.model that return InspectModeModifier and TypeMethodDescriptionstatic InspectModeInspectMode.fromString(String s) static InspectModeReturns the enum constant of this class with the specified name.static InspectMode[]InspectMode.values()Returns an array containing the constants of this enum class, in the order they are declared.