Why modern application/browser activity is not supporting for next page?

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…

Can anyone provide solution to this?

@vignesh_S.M

Check whether the selector you given is dynamic for the next page also

If the next page selector is changing to different then you can use the same activity again and change the Windows mode as single

Hope this may help you

Thanks,
Srini

Hi @Srini84

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”

@vignesh_S.M

When you move to second page you need to use another use application /browser activity and change the parent window selector

Cheers

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.

Hi @Yameso @Anil_G

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…

@vignesh_S.M

Can you share the site or more details like what you mean by not fetched?
you are unable to indicate elements on them?

did you try with different framework in ui explorer

cheers

Hi @Anil_G

This is the url: https://testapps.allianzworldwidecare.com/#/1/quoteDetails which I’m trying for automation.

But when I’m using use application/browser activity, the next page is not getting automated.

So, how to make use of this use application/browser activity for next page… ?

You need to show us what error you are getting in studio.

@vignesh_S.M

If you are talking about this screen.,… I just tried and no issues are there in getting element or clicking /getting data

cheers

I’m not getting any error @Yameso

Hi @Anil_G

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.

@vignesh_S.M

Can you please share your project here…we can check from our end what is wrong

cheers

Actually,the problem got resolved by giving some proper delays in each activity which will resolve the issue…

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.