Uses of Enum Class
org.openqa.selenium.devtools.v138.dom.DOM.EnableIncludeWhitespace
Packages that use DOM.EnableIncludeWhitespace
-
Uses of DOM.EnableIncludeWhitespace in org.openqa.selenium.devtools.v138.dom
Methods in org.openqa.selenium.devtools.v138.dom that return DOM.EnableIncludeWhitespaceModifier and TypeMethodDescriptionstatic DOM.EnableIncludeWhitespaceDOM.EnableIncludeWhitespace.fromString(String s) static DOM.EnableIncludeWhitespaceReturns 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.v138.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.