Skip to content

Commit 2a5d9f4

Browse files
committed
revert phpdoc change
GET value is deprecated/obsoleted in the WebDriver API; POST value is used to set the element's value
1 parent b6679c5 commit 2a5d9f4

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 value($json) Send a sequence of key strokes to an element.
34+
* @method void postValue($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)