Need some help for opening browser

Hi! I’m a newbie in Uipath and i need some help… basically im using UiPath to automate the filling of forms. So far i can do that. The problem arises when i want to submit the form.

Case 1: As i have orders shipping to the same recipient, the UiPath opens another browser. So I’ll have serperate browsers for different recipients. I did a sequence click image function, but that only works for 1 browser. Any way to make sure it opens all the browser and perform the same function on all of them?

Case 2: How to copy dynamic text from IE and paste into an excel sheeT?

Thanks!!

Hi
Welcome to UiPath community

lets go one by one
For this

we can try with SEND HOT KEY ACTIVITY with key as tab to navigate across fields and use n number of send hot key activity with key as tab until it reaches the field we want aand use a final SEND HOT KEY activity with key as enter to press it
like how we do it with only keyboard and not using mouse
or
we can use COMPUTER VISION ACTIVITIES

and then for this

we can use GET TEXT activity or using SCREEN SCRAPPING method from design tab and we can use write cell activity inside the excel application scope

hope this would help you
Cheers @MurimGomes