Skip to content

Commit

Permalink
Merge pull request #4 from ThomasLandauer/patch-1
Browse files Browse the repository at this point in the history
Mentioning `<html>` tag requirement
  • Loading branch information
Naktibalda committed Apr 18, 2023
2 parents 16938cc + b7caa0a commit aef47f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Lib/Interfaces/Web.php
Expand Up @@ -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 `<html>` tag is present.
*
* ``` php
* <?php
Expand Down

0 comments on commit aef47f0

Please sign in to comment.