Web

If I am clicking a button which open suppose 10 different screens and different activities to be performed on each screen how will I handle such scenario.

@SRASHTI_PATIL,

You will have to identify each screen with unique selectors. You can use Use Application browser activity for each screen.

1 Like

@SRASHTI_PATIL you cannot perform 10 different screen activities at the same time. It will need to be done one by one. You can use selectors to open each app.

1 Like

How can I use selector will you please tell me more about it @BrianaB

You can use either the Click activity, Start Process activity, or Use Application/Browser activity to open the application. You will need UiPath Studio installed to develop the automation. @SRASHTI_PATIL

1 Like