Hi all,
I want to copy the table kind of data in the website which is in Remote Desktop.So I’m copying the table data and saving into an excel. I’m clicking on top of the table with click down activity and hovering it to fixed element ‘Displaying’ which is at bottom of the table and passing Ctrl+c send hot key to copy the table data and pasting into the excel.
Problem is that in some cases ‘Displaying’ image is at the end of the page.So I need to pass a “end” send hot key activity to go to bottom of the page. But I’m unable to simultaneously use Clickdown activity with “end” send hot key activity.