Class NameValue
- java.lang.Object
-
- org.openqa.selenium.devtools.v85.domsnapshot.model.NameValue
-
public class NameValue extends java.lang.ObjectA 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.StringgetName()Attribute/property name.java.lang.StringgetValue()Attribute/property value.
-