Uses of Class
org.openqa.selenium.devtools.v101.dom.model.ShadowRootType
-
Packages that use ShadowRootType Package Description org.openqa.selenium.devtools.v101.dom.model org.openqa.selenium.devtools.v101.domsnapshot.model -
-
Uses of ShadowRootType in org.openqa.selenium.devtools.v101.dom.model
Methods in org.openqa.selenium.devtools.v101.dom.model that return ShadowRootType Modifier and Type Method Description static ShadowRootTypeShadowRootType. fromString(java.lang.String s)static ShadowRootTypeShadowRootType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ShadowRootType[]ShadowRootType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v101.dom.model that return types with arguments of type ShadowRootType Modifier and Type Method Description java.util.Optional<ShadowRootType>Node. getShadowRootType()Shadow root type. -
Uses of ShadowRootType in org.openqa.selenium.devtools.v101.domsnapshot.model
Methods in org.openqa.selenium.devtools.v101.domsnapshot.model that return types with arguments of type ShadowRootType Modifier and Type Method Description java.util.Optional<ShadowRootType>DOMNode. getShadowRootType()Shadow root type.
-