Uses of Class
org.openqa.selenium.devtools.domsnapshot.model.NameValue
-
Packages that use NameValue Package Description org.openqa.selenium.devtools.domsnapshot.model -
-
Uses of NameValue in org.openqa.selenium.devtools.domsnapshot.model
Methods in org.openqa.selenium.devtools.domsnapshot.model that return types with arguments of type NameValue Modifier and Type Method Description java.util.List<NameValue>
DOMNode. getAttributes()
Attributes of an `Element` node.java.util.List<NameValue>
ComputedStyle. getProperties()
Name/value pairs of computed style properties.Constructor parameters in org.openqa.selenium.devtools.domsnapshot.model with type arguments of type NameValue Constructor Description ComputedStyle(java.util.List<NameValue> properties)
-