I don't want to use xpath to map these elements, as we can see the class is the same for everyone. How to do please?
<label class="sc-fzowVh juqfMo">CNPJ:*</label>
<label class="sc-fzowVh juqfMo">CPF: (do usuário)*</label>
xpath:
//*[@id="boxCadastro"]/div/div[2]/div[1]/div/label
//*[@id="boxCadastro"]/div/div[2]/div[2]/div/label
See the image please: enter image description here