I'm having trouble filling in fields that have a validation in JavaScript, they are required fields.
Selenium does not record what I fill in and if I manually enter the information it does not write to those fields when I put the test to run.
I'm having trouble filling in fields that have a validation in JavaScript, they are required fields.
Selenium does not record what I fill in and if I manually enter the information it does not write to those fields when I put the test to run.
I have already checked that the problem is specifically with the CPF field mask, which also has validation, but if removing the mask it works.