java.lang.Object
org.openqa.selenium.devtools.v135.autofill.model.CreditCard

public class CreditCard extends Object
  • Constructor Details

  • Method Details

    • getNumber

      public String getNumber()
      16-digit credit card number.
    • getName

      public String getName()
      Name of the credit card owner.
    • getExpiryMonth

      public String getExpiryMonth()
      2-digit expiry month.
    • getExpiryYear

      public String getExpiryYear()
      4-digit expiry year.
    • getCvc

      public String getCvc()
      3-digit card verification code.