Selenium IDE - Problem filling a field with validation

0

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.

    
asked by anonymous 17.03.2017 / 14:51

1 answer

0

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.

    
17.03.2017 / 20:05