From c3f4f849e2c16702e3e23ae9f5b6f245410640ed Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 16 Apr 2021 17:33:19 +0200 Subject: [PATCH] Explaining "visible" as within the scrollarea Maybe this information could be merged with "Accessing To Hidden Text" into a new heading? --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b776444..aae12694 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ echo $crawler->filter('#installing-the-framework')->text(); $client->takeScreenshot('screen.png'); // Yeah, screenshot! ``` +"visible" means that the text is within the current scroll area. To check content further down on the page, you can adjust the window size (see below). + ### Testing Usage The `PantherTestCase` class allows you to easily write E2E tests. It automatically starts your app using the built-in PHP