Webpage Elements identify

Dears,
I am new to RPA, slowing learning using UiPath Academy.
i am trying to automate a webpage and it successful, but to some glitches on the website (3rd party website). it give me an error.

Web page automation process as follows
Step 1) logins to the website
Step 2) searching for the mobile number (page will display all the number in which search number)
Step 3) Navigates to “Billing” page
Step 4) Downloads the bills
Step 5) saving to the predefined location and filename

sometime in the step 2, page will not load all the numbers, when we try to search it will give an error no result found, after refreshing the page it will populate all the numbers and search works.

for this i tired using the Image exist, Find elements with IF condition, i know these should work. i am guessing i am using them wrongly.

please help on suggesting what should i use, if the elements are not appearing and then send Hot Key - F5 activity to that i can search again.

1 Like

Hi @NareshKumar

Try to use element exist then if true do you desired thing.

cheers :smiley:

Happy learning :smiley:

1 Like

Thank you so much Pattyric, it worked i used element exist along with Retry Scope.

1 Like

Yey thats great.
@NareshKumar

cheers :smiley:

Happy learning :smiley:

1 Like

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