Class Autofill


  • @Beta
    public class Autofill
    extends java.lang.Object
    Defines commands and events for Autofill.
    • Constructor Summary

      Constructors 
      Constructor Description
      Autofill()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.openqa.selenium.devtools.Command<java.lang.Void> trigger​(BackendNodeId fieldId, java.util.Optional<FrameId> frameId, CreditCard card)
      Trigger autofill on a form identified by the fieldId.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Autofill

        public Autofill()
    • Method Detail

      • trigger

        public static org.openqa.selenium.devtools.Command<java.lang.Void> trigger​(BackendNodeId fieldId,
                                                                                   java.util.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.