Skip to content

Commit d0f2bc0

Browse files
committed
Changed the documented method to Element::value
All other annotations in the class are documenting the magic methods without the get or post prefixes.
1 parent 891369d commit d0f2bc0

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
@@ -31,7 +31,7 @@
3131
* @method void click() Click on an element.
3232
* @method void submit() Submit a FORM element.
3333
* @method string text() Returns the visible text for the element.
34-
* @method void postValue($json) Send a sequence of key strokes to an element.
34+
* @method void value($json) Send a sequence of key strokes to an element.
3535
* @method string name() Query for an element's tag name.
3636
* @method void clear() Clear a TEXTAREA or text INPUT element's value.
3737
* @method boolean selected() Determine if an OPTION element, or an INPUT element of type checkbox or radiobutton is currently selected.

0 commit comments

Comments
 (0)