Can we take a screenshot in this full complete page manner?
hI @Sweety_Girl
Try this
Thanks
Ashwin S
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
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
Sure…
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.
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:
- install this custom nuget package - ImageStringConversion.1.0.0
- Main xaml - TakeScreenShotWholePage
Thanks!