Skip to content

Commit 4188cd7

Browse files
committed
Fix function signature for element properties
1 parent 950468d commit 4188cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebDriver/Element.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @method array location() Determine an element's location on the page.
2727
* @method array location_in_view() Determine an element's location on the screen once it has been scrolled into view.
2828
* @method string name() Query for an element's tag name.
29-
* @method array property($propertyName) Get element property.
29+
* @method mixed property($propertyName) Get element property.
3030
* @method array rect() Get element rect.
3131
* @method array screenshot() Take element screenshot.
3232
* @method boolean selected() Is element selected?

0 commit comments

Comments
 (0)