Uses of Enum Class
org.openqa.selenium.devtools.v141.dom.model.PseudoType
Packages that use PseudoType
Package
Description
-
Uses of PseudoType in org.openqa.selenium.devtools.v141.css.model
Methods in org.openqa.selenium.devtools.v141.css.model that return PseudoTypeConstructors in org.openqa.selenium.devtools.v141.css.model with parameters of type PseudoTypeModifierConstructorDescriptionPseudoElementMatches(PseudoType pseudoType, Optional<String> pseudoIdentifier, List<RuleMatch> matches) -
Uses of PseudoType in org.openqa.selenium.devtools.v141.dom.model
Methods in org.openqa.selenium.devtools.v141.dom.model that return PseudoTypeModifier and TypeMethodDescriptionstatic PseudoTypePseudoType.fromString(String s) static PseudoTypeReturns the enum constant of this class with the specified name.static PseudoType[]PseudoType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.dom.model that return types with arguments of type PseudoType -
Uses of PseudoType in org.openqa.selenium.devtools.v141.domsnapshot.model
Methods in org.openqa.selenium.devtools.v141.domsnapshot.model that return types with arguments of type PseudoType