How to know end of page in web application?

Hi all,

I have to take screenshot of entire web page by scrolling down and at last merging together.

The problem I’m facing here is that i can’t determine the end of page because it is a container in a web application with only text.

Sorry i have hidden some part of the page has it is confidential.

Hi @kishore.shetty

Check this

This would actually scroll down the page
But to take it stable we can use RETRY SCOPE activity
That is in the upper part of RETRY SCOPE use a SEND HOT KEY activity with either key as down
And in the condition part use ELEMENT EXISTS activity where choose that Post button as a element so that it will scroll down until it finds the button

(or)

Thanks
ashwin S

1 Like