Problem with form validation

Hello everyone,
I’m trying to fill out a form that kantu solves, but in some fields they don’t validate. with manual fill only. can anyone tell if there is any way to solve this? I will try to post a rint to show what happens!

thank you all for your attention

Use real mouse click simulation and use

  • XClick instead of Click and
  • XType instead of Type

This will trigger the correct Javascript events for the form validation

You can try to use another xpath or keyboard emulation xtype with KEY_TAB to shitch in every element working well.