Hello,
This is my idea, I have not tried it yet but hope it can help you.
First, you need to determine how many new rows that can be added, it means that how many times you have to click on the button: "Faixa de CEP" to generate new text box row.
For example, you need to click on the button 5 times, then make a Click on button 5 times. There you will have six rows on the screen.
Next step, you will be able to identify the first text box, right (because it is displayed from the beginning)?
Then just populate your texts to each text box and using Send Keys action to send a tab key for moving to the next textbox until the end.
Because you know how many rows of text box you have now(6 rows) then you have to send a number of tab keys for popluating your text. But to find how many time you have to send tab key, you need to try it manually first by just sending tab keys and identify how many you need to end a row and how many you need to finish.
That's the idea, and I can't have a full explanation here.
Thanks and hope it can help you.
Mike
---------------------------------
Did I answer your question? Please consider to Mark my post as a solution! to guide others