Skip to content

Commit aef47f0

Browse files
authored
Merge pull request #4 from ThomasLandauer/patch-1
Mentioning `<html>` tag requirement
2 parents 16938cc + b7caa0a commit aef47f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Lib/Interfaces/Web.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ public function grabMultiple($cssOrXpath, string $attribute = null): array;
697697
/**
698698
* Checks that the given element exists on the page and is visible.
699699
* You can also specify expected attributes of this element.
700+
* Only works if `<html>` tag is present.
700701
*
701702
* ``` php
702703
* <?php

0 commit comments

Comments
 (0)