Select the whole page

I need to determine if a specific label exists on the web page or not. I use “Text Exists” activity, but the problem that it can be located in different parts of the page. When I select the web page I select only the visible part. How can I select the whole page?

Hi,
You can Set the clipping region and try.
for more …

Can you use Ctrl + A to get full text from the web page? Then you could check with ScrapedText.ToString.Contains(“your label text”)