I am working on a project that must get info from all pages that are included in a page dropdown. These page numbers could be any count. I need to change page 1 thru X. How can I iterate and act on every page?? Select Item asks for a particular choice from dropdown.
1 Like
Capture that of 3
with Get Text activity. Extract only number from the text. Once you have it in Int32 data type, use While loop to iterate till the last page is not reached. Declare a variable for index counter.
Inside loop use Select item to pass the index+1 to select the page.
Thanks,
Ashok
Thanks alot Ashok. That worked.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.