Uses of Class
org.openqa.selenium.devtools.dom.model.PseudoType
-
Packages that use PseudoType Package Description org.openqa.selenium.devtools.css.model org.openqa.selenium.devtools.dom.model org.openqa.selenium.devtools.domsnapshot.model -
-
Uses of PseudoType in org.openqa.selenium.devtools.css.model
Methods in org.openqa.selenium.devtools.css.model that return PseudoType Modifier and Type Method Description PseudoTypePseudoElementMatches. getPseudoType()Pseudo element type.Constructors in org.openqa.selenium.devtools.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.dom.model
Methods in org.openqa.selenium.devtools.dom.model that return PseudoType Modifier and Type Method Description static PseudoTypePseudoType. fromString(java.lang.String s)PseudoTypeNode. getPseudoType()Pseudo element type for this node.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.Constructors in org.openqa.selenium.devtools.dom.model with parameters of type PseudoType Constructor Description Node(NodeId nodeId, NodeId parentId, BackendNodeId backendNodeId, java.lang.Integer nodeType, java.lang.String nodeName, java.lang.String localName, java.lang.String nodeValue, java.lang.Integer childNodeCount, java.util.List<Node> children, java.util.List<java.lang.String> attributes, java.lang.String documentURL, java.lang.String baseURL, java.lang.String publicId, java.lang.String systemId, java.lang.String internalSubset, java.lang.String xmlVersion, java.lang.String name, java.lang.String value, PseudoType pseudoType, ShadowRootType shadowRootType, FrameId frameId, Node contentDocument, java.util.List<Node> shadowRoots, Node templateContent, java.util.List<Node> pseudoElements, Node importedDocument, java.util.List<BackendNode> distributedNodes, java.lang.Boolean isSVG) -
Uses of PseudoType in org.openqa.selenium.devtools.domsnapshot.model
Methods in org.openqa.selenium.devtools.domsnapshot.model that return PseudoType Modifier and Type Method Description PseudoTypeDOMNode. getPseudoType()Type of a pseudo element node.Constructors in org.openqa.selenium.devtools.domsnapshot.model with parameters of type PseudoType Constructor Description DOMNode(java.lang.Integer nodeType, java.lang.String nodeName, java.lang.String nodeValue, java.lang.String textValue, java.lang.String inputValue, java.lang.Boolean inputChecked, java.lang.Boolean optionSelected, BackendNodeId backendNodeId, java.util.List<java.lang.Integer> childNodeIndexes, java.util.List<NameValue> attributes, java.util.List<java.lang.Integer> pseudoElementIndexes, java.lang.Integer layoutNodeIndex, java.lang.String documentURL, java.lang.String baseURL, java.lang.String contentLanguage, java.lang.String documentEncoding, java.lang.String publicId, java.lang.String systemId, FrameId frameId, java.lang.Integer contentDocumentIndex, PseudoType pseudoType, ShadowRootType shadowRootType, java.lang.Boolean isClickable, java.util.List<EventListener> eventListeners, java.lang.String currentSourceURL, java.lang.String originURL, java.lang.Number scrollOffsetX, java.lang.Number scrollOffsetY)
-