Attachwindow and scrollbar

Hello, i have added a window with attach window option in my sequence (Mine is windows based application), it’s a datagrid form, it has 30 rows, but when i attach the window, it captures 26 rows only (In actual window, there is scroll bar to view the form)
How to capture the remaining 4 rows, i tried F3 (Select Region option) in attach window option, could not able to scroll down when F3 is selected.

Please suggest how to capture the remaining screen ?
Thank you.

2 Likes

Buddy we can use data scrapping method from design menu for this buddy
Cheers @cschevuri

@cschevuri

May I know what activity are you used to read the data ? Is it structured data ?

1 Like

checking this option.

2 Likes

Yes structured data, after reading the rows finally click should perform.

2 Likes

@cschevuri

use Data Scraping to scrape the data. And then use Click activity and indiacate that button and also make sure to check either SendWindowMessage or SimluateType in properties of that click activity. These attributes enable to work in back ground.

2 Likes

were you able to extract them buddy @cschevuri

1 Like

Thanks, it worked…

1 Like

Yes , it worked , thank you…

1 Like

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