Uses of Class
org.openqa.selenium.devtools.v95.dom.model.PseudoType
-
Packages that use PseudoType Package Description org.openqa.selenium.devtools.v95.css.model org.openqa.selenium.devtools.v95.dom.model org.openqa.selenium.devtools.v95.domsnapshot.model -
-
Uses of PseudoType in org.openqa.selenium.devtools.v95.css.model
Methods in org.openqa.selenium.devtools.v95.css.model that return PseudoType Modifier and Type Method Description PseudoTypePseudoElementMatches. getPseudoType()Pseudo element type.Constructors in org.openqa.selenium.devtools.v95.css.model with parameters of type PseudoType Constructor Description PseudoElementMatches(PseudoType pseudoType, java.util.List<RuleMatch> matches) -
Uses of PseudoType in org.openqa.selenium.devtools.v95.dom.model
Methods in org.openqa.selenium.devtools.v95.dom.model that return PseudoType Modifier and Type Method Description static PseudoTypePseudoType. fromString(java.lang.String s)static PseudoTypePseudoType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PseudoType[]PseudoType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v95.dom.model that return types with arguments of type PseudoType Modifier and Type Method Description java.util.Optional<PseudoType>Node. getPseudoType()Pseudo element type for this node. -
Uses of PseudoType in org.openqa.selenium.devtools.v95.domsnapshot.model
Methods in org.openqa.selenium.devtools.v95.domsnapshot.model that return types with arguments of type PseudoType Modifier and Type Method Description java.util.Optional<PseudoType>DOMNode. getPseudoType()Type of a pseudo element node.
-