java.lang.Object
org.openqa.selenium.devtools.v85.domsnapshot.model.NameValue

public class NameValue extends Object
A name/value pair.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Attribute/property name.
    • getValue

      public String getValue()
      Attribute/property value.