When I use the modern use application/browser activity in UiPath studio for automating an application in chrome browser, it was automating the first page but the next page was not getting automated… It was not throwing any error but the process got stopped…
May I know the reason why the process is not proceeding further…
Actually my process is getting stuck at one point… But it was not throwing any errors… Also the selector validation also successful only. I have placed one click activity with an use application/browser activity. But it was not fetching the selector to proceed further…
I have tried to attach the screenshot but it was not getting uploaded… Getting an error as below:
“Sorry, there was an error uploading that file. Please try again”
Or you can adjust selector to be more suited for the next page. But mainly use app/browser is designed to group all activites that work with one screen.
I have tried using another use application/browser activity to automate the process but it doesn’t help… I have changed the parent selector also.
I tried using modern click activity also but the main problem is, the page is not not getting fetched for automating the elements…
So, how to fetch the next page? Actually the first two pages takes the personal details and third page is to confirm details . The first two pages were fetched and gets automated. But the problem is in the third page…
Sorry… While running the process only, it was not getting the elements in fourth page… But when I’m validating the selectors everything looks good only.