Class AXProperty

java.lang.Object
io.webfolder.cdp.type.accessibility.AXProperty

public class AXProperty extends Object
  • Constructor Details

    • AXProperty

      public AXProperty()
  • Method Details

    • getName

      public AXPropertyName getName()
      The name of this property.
    • setName

      public void setName(AXPropertyName name)
      The name of this property.
    • getValue

      public AXValue getValue()
      The value of this property.
    • setValue

      public void setValue(AXValue value)
      The value of this property.
    • toString

      public String toString()
      Overrides:
      toString in class Object