Class InternalPropertyDescriptor

java.lang.Object
org.openqa.selenium.devtools.v85.runtime.model.InternalPropertyDescriptor

public class InternalPropertyDescriptor extends Object
Object internal property descriptor. This property isn't normally visible in JavaScript code.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Conventional property name.
    • getValue

      public Optional<RemoteObject> getValue()
      The value associated with the property.