The take screenshot activity only takes the visible screen. the full webpage which has data to view through scrolling can not be captured. I tried custom activities available like Web Capture activity but in most instances, it takes the screenshot while the page is still loading.
So looking for a solution to capture a full webpage after it gets loaded or has a parameter as seconds to wait before taking the screenshot.
Hi
We can check whether a page is fully loaded or not with Element exists activity and for scrolling screen shot
Refer this thread
Cheers @tinkuawasthi
Hi,
I came across one such scenario and found this extesnion useful. It capture complete page post click on extension.
Use the classic take screenshot and do not give it a selector. It will take a screenshot of the entire screen.
the page is loaded confirmation can be checked in multiple ways
but screenshot, you need for a loaded lage? then you can simply print that entire page.
taking screenshot with pgdown button doesn’t work well, as there’s some delay in some cases
Hi Lakshay, thanks for reply. we have a limitation on installing any add on so it needs to be done through some activity.
I will give a try to it and will let you know. thanks
In that scenario, You can use ctrl+p and print the complete page.
Now to check whether page is completed loaded inject a js script window.onload() and later convert pdf to image
does anyone has a working solution with VerticalScrollPercentProperty kind of thing mentioned in the above thread.
SO I have achieved it by injecting javascript to check if the page is scrolled till the botton and then took the screenshot.
thank you guyz for all you help.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.