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