4
I’m having trouble filling in Date and CPF fields with mascara via id or xpth in Selenium+java+Junit.
Does anyone have any idea how to do?.
NOTE: I don’t want to generate CPF...I want to fill out field.
4
I’m having trouble filling in Date and CPF fields with mascara via id or xpth in Selenium+java+Junit.
Does anyone have any idea how to do?.
NOTE: I don’t want to generate CPF...I want to fill out field.
Browser other questions tagged java junit selenium
You are not signed in. Login or sign up in order to post.
If the field already has the mask that formats Cpf then there is no mystery, just send a Secokeys("Cpf"); for it and ready, it will fill in a good.
– Paulo Roberto