Class NameValue
- java.lang.Object
-
- org.openqa.selenium.devtools.v103.domsnapshot.model.NameValue
-
public class NameValue extends java.lang.Object
A name/value pair.
-
-
Constructor Summary
Constructors Constructor Description NameValue(java.lang.String name, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Attribute/property name.java.lang.String
getValue()
Attribute/property value.
-