Skip to content

Commit 166886a

Browse files
Merge pull request #43 from stof/patch-2
Changed the documented method to Element::value for consistency
2 parents ffbd474 + d0f2bc0 commit 166886a

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)