Skip to content

Commit

Permalink
revert phpdoc change
Browse files Browse the repository at this point in the history
GET value is deprecated/obsoleted in the WebDriver API; POST value is used to set the element's value
  • Loading branch information
robocoder committed Feb 5, 2014
1 parent b6679c5 commit 2a5d9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebDriver/Element.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @method void click() Click on an element.
* @method void submit() Submit a FORM element.
* @method string text() Returns the visible text for the element.
* @method void value($json) Send a sequence of key strokes to an element.
* @method void postValue($json) Send a sequence of key strokes to an element.
* @method string name() Query for an element's tag name.
* @method void clear() Clear a TEXTAREA or text INPUT element's value.
* @method boolean selected() Determine if an OPTION element, or an INPUT element of type checkbox or radiobutton is currently selected.
Expand Down

0 comments on commit 2a5d9f4

Please sign in to comment.