Skip to content

Commit

Permalink
Fix function signature for element properties
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Feb 6, 2024
1 parent 950468d commit 4188cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebDriver/Element.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @method array location() Determine an element's location on the page.
* @method array location_in_view() Determine an element's location on the screen once it has been scrolled into view.
* @method string name() Query for an element's tag name.
* @method array property($propertyName) Get element property.
* @method mixed property($propertyName) Get element property.
* @method array rect() Get element rect.
* @method array screenshot() Take element screenshot.
* @method boolean selected() Is element selected?
Expand Down

0 comments on commit 4188cd7

Please sign in to comment.