Skip to content

Commit

Permalink
Mentioning <html> tag requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLandauer authored Mar 12, 2023
1 parent 16938cc commit b7caa0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Lib/Interfaces/Web.php
Original file line number Diff line number Diff line change
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 b7caa0a

Please sign in to comment.