Uses of Enum Class
org.openqa.selenium.devtools.v126.dom.DOM.EnableIncludeWhitespace
Packages that use DOM.EnableIncludeWhitespace
-
Uses of DOM.EnableIncludeWhitespace in org.openqa.selenium.devtools.v126.dom
Methods in org.openqa.selenium.devtools.v126.dom that return DOM.EnableIncludeWhitespaceModifier and TypeMethodDescriptionstatic DOM.EnableIncludeWhitespace
DOM.EnableIncludeWhitespace.fromString
(String s) static DOM.EnableIncludeWhitespace
Returns the enum constant of this class with the specified name.static DOM.EnableIncludeWhitespace[]
DOM.EnableIncludeWhitespace.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.openqa.selenium.devtools.v126.dom with type arguments of type DOM.EnableIncludeWhitespaceModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void>
DOM.enable
(Optional<DOM.EnableIncludeWhitespace> includeWhitespace) Enables DOM agent for the given page.