I want to open multiple new tabs (one by one) [say 5 for now] and execute specific actions: click, type into, etc, and submit each page one by one. Is this possible through UiPath?
This is much like a filling form by opening 5 new tabs and executing each tab(page) one by one.
PS: I know this activity (process) can be finished by using a loop (in the same tab) but I want to do it different tab because my process involves clicking certain events and it takes plenty of time to load certain click buttons that’s why I need to open multiple new tabs.
You can do this in a loop and use variable for the url part which would be ideal to be used in the loop arguments as well…you can have a datatable with urls or a list of string type variable with urls and loop on them