Take the complete page screenshot

Can we take a screenshot in this full complete page manner?

1 Like

hI @Sweety_Girl
Try this

Thanks
Ashwin S

1 Like

Hi
a TAKE SCREENSHOT without any selector or any elemen chosen…can do that
get the output with a variable of type image named out_image
–now use SAVE IMAGE activity and pass the variable out_image as input and mention the folder path of the file with file type as .png
like this
“yourfolderpath/yourfilename.png”

Cheers @Sweety_Girl

1 Like

Can you click my image and see the complete image

ooh…it looks like a panaroma - vertical mode
hmm…interesting…
let me check once
@Sweety_Girl

2 Likes

Sure…:smiley:

did you get any solution?

Well i guess this whole page is not visible on your screen also,
When you scroll than this whole picture can be generated.

1 Like

my requirement is similar, if u get any solution, pls share

Not yet

Hi @Sweety_Girl,

Please have a look into this,

TakeScreenShotWholePage.zip (702.4 KB)

Note:

  1. install this custom nuget package - ImageStringConversion.1.0.0
  2. Main xaml - TakeScreenShotWholePage

Thanks!