We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950468d commit 4188cd7Copy full SHA for 4188cd7
lib/WebDriver/Element.php
@@ -26,7 +26,7 @@
26
* @method array location() Determine an element's location on the page.
27
* @method array location_in_view() Determine an element's location on the screen once it has been scrolled into view.
28
* @method string name() Query for an element's tag name.
29
- * @method array property($propertyName) Get element property.
+ * @method mixed property($propertyName) Get element property.
30
* @method array rect() Get element rect.
31
* @method array screenshot() Take element screenshot.
32
* @method boolean selected() Is element selected?
0 commit comments