Hi mates,
I'm bringing this subject hoping that some can give me ideas, I'm out of them 😅
So, I have this sub-component in a window that has 36 records and I need to get them all into a variable:
When I extract data from the component, I'm only getting two rows. If I increase screen resolution, I can get up to nine rows but not more.
Is there any way of scrolling or scraping all the records?
Edit: this is a SAP window
Cheers,
Bernardo
Solved! Go to Solution.
HI @bernabasket
give it a try, not sure if you have tried.
check if your hotkeys work on that subcomponent to scroll. if they do, then use Send Keys + Get text using OCR to extract values from each row (loop this 36 times😅 Dynamically )
else send me the entire selectors for subcomponent , we can also use the dynamic selector to iterate 36 times to get details from each row
Thanks,
AR
Please consider marking my post as a solution! to guide others, if this helps .
Thanks @amamidwar23 for your feedback.
I ended up using hotkey Page Down and it worked.
I have constructed a logic for iterating row by row and at the end of the block, send key to page down and again, row by row. It is not the solution I was expecting but it is working fine.
Cheers!
HI @bernabasket
give it a try, not sure if you have tried.
check if your hotkeys work on that subcomponent to scroll. if they do, then use Send Keys + Get text using OCR to extract values from each row (loop this 36 times😅 Dynamically )
else send me the entire selectors for subcomponent , we can also use the dynamic selector to iterate 36 times to get details from each row
Thanks,
AR
Please consider marking my post as a solution! to guide others, if this helps .
Thanks @amamidwar23 for your feedback.
I ended up using hotkey Page Down and it worked.
I have constructed a logic for iterating row by row and at the end of the block, send key to page down and again, row by row. It is not the solution I was expecting but it is working fine.
Cheers!
User | Count |
---|---|
13 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
20 | |
17 | |
17 | |
12 | |
11 |