Class FilledField
java.lang.Object
org.openqa.selenium.devtools.v136.autofill.model.FilledField
-
Constructor Summary
ConstructorsConstructorDescriptionFilledField
(String htmlType, String id, String name, String value, String autofillType, FillingStrategy fillingStrategy, FrameId frameId, BackendNodeId fieldId) -
Method Summary
-
Constructor Details
-
FilledField
public FilledField(String htmlType, String id, String name, String value, String autofillType, FillingStrategy fillingStrategy, FrameId frameId, BackendNodeId fieldId)
-
-
Method Details
-
getHtmlType
The type of the field, e.g text, password etc. -
getId
the html id -
getName
the html name -
getValue
the field value -
getAutofillType
The actual field type, e.g FAMILY_NAME -
getFillingStrategy
The filling strategy -
getFrameId
The frame the field belongs to -
getFieldId
The form field's DOM node
-