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
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).
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.
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…
Please let me know