How to Take full Web Screen

Hi Team
I am currently working in UI Automation in first page i have automated when i click show result it will open another page with half size in window and I can’t Maximize the window with strict selector and we can see there is div that we should open and take all the screen shot are data I need in some report. It can be 3 or 5 in any count it can be i need to take screen shot and save in word or pdf kindly help me to solve it

I will Attach how the Screen is

Try Attach the popup window using Attach Window Activity(Enable Classic). Get the output of window and use Maximise Window Activity

Thank you @sharazkm32 it works and i ask for in ui it should open the one by one div and take screen shot or it should take all the data from that page and convert into word doc or Pdf

1 Like

Hi @Abhishek_P_V ,

First extract the data, your data looks like rows try to get the how many rows are there for that you can use ‘Table Extraction’, it will give how many items are there.

Use for each row and pass the output of the Table extraction inside loop you implement your logic.

If by clicking on each item if it opens any screen then you can use take screenshot activity to capture the screenshot

@Abishek_V

use for each ui element and indicate the menu to expand…now inside for each use click to expand and then screenshot

cheers