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