java.lang.Object
org.openqa.selenium.devtools.v115.autofill.Autofill

@Beta public class Autofill extends Object
Defines commands and events for Autofill.
  • Constructor Details

    • Autofill

      public Autofill()
  • Method Details

    • trigger

      public static org.openqa.selenium.devtools.Command<Void> trigger(BackendNodeId fieldId, Optional<FrameId> frameId, CreditCard card)
      Trigger autofill on a form identified by the fieldId. If the field and related form cannot be autofilled, returns an error.