diff --git a/src/Lib/Interfaces/Web.php b/src/Lib/Interfaces/Web.php index a4cd051..7f68863 100644 --- a/src/Lib/Interfaces/Web.php +++ b/src/Lib/Interfaces/Web.php @@ -697,6 +697,7 @@ public function grabMultiple($cssOrXpath, string $attribute = null): array; /** * Checks that the given element exists on the page and is visible. * You can also specify expected attributes of this element. + * Only works if `` tag is present. * * ``` php *