1

I want to enter month and year in the expiration date field. and I used this And input('#card_expDate', "0828")

But it takes the value in the field as 82/80.. I want it to take it as 08/28

Tried And input('#card_expDate', "08/28") as well and no luck

Can someone please help me on this?

1 Answers1

1

There can be many reasons for this, most likely because the page has some fancy javascript. No one can help you unless they see the actual page.

The only suggestions I have are:

Else please follow this process: https://github.com/intuit/karate/wiki/How-to-Submit-an-Issue

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248