java.lang.Object
org.openqa.selenium.devtools.v136.autofill.model.FilledField

public class FilledField extends Object
  • Constructor Details

  • Method Details

    • getHtmlType

      public String getHtmlType()
      The type of the field, e.g text, password etc.
    • getId

      public String getId()
      the html id
    • getName

      public String getName()
      the html name
    • getValue

      public String getValue()
      the field value
    • getAutofillType

      public String getAutofillType()
      The actual field type, e.g FAMILY_NAME
    • getFillingStrategy

      public FillingStrategy getFillingStrategy()
      The filling strategy
    • getFrameId

      public FrameId getFrameId()
      The frame the field belongs to
    • getFieldId

      public BackendNodeId getFieldId()
      The form field's DOM node