Web Page data Click Action

Hello,
I want to click on each Action Button on the below screenshot and do some fields update.
Note: This has multiple pages where in bot should scroll to end of pages. Now. each page has10 records


image

Do share in thoughts on how to do, will be helpful. Thank you.

1 Like

Hey @PavaniDilip :wave:

You can use a for or while loop to manipulate each item by having a click activity inside the loop, indicating the action button. Tweak the selector attributes to make it work dynamically.

To navigate to the next page, have a counter variable and keep incrementing it until it reaches the required no of items say, 10 in this case. After that, press the next button (arrow, not the number).

Try this and get back if you’ve any queries.

1 Like

Hello,
Thanks for your help and working on building the workflow.
One issue comes up, webpage has to be scrolled down once the line of items comes to 10th row (from the above screenshot for in Bottle Guard as value and this will be different value in next pages but 10 is constant value). I have 10 as a value in variable but how do we use the scrollpage?
Note: I am not using any Type Into or text field activity to use the hot key.
Please advice.

1 Like

Hi @PavaniDilip

You can use Send HotKey Activity and select pgdn

Regards,
Gulshiyaa

1 Like

That worked…Thank you.
one doubt, any possibility to get the count of page numbers in a web page…like in this example, it has 2 pages…
image
Please let me know

1 Like

Did you try using find children?

1 Like