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 b6679c5 commit 2a5d9f4Copy full SHA for 2a5d9f4
lib/WebDriver/Element.php
@@ -31,7 +31,7 @@
31
* @method void click() Click on an element.
32
* @method void submit() Submit a FORM element.
33
* @method string text() Returns the visible text for the element.
34
- * @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.
35
* @method string name() Query for an element's tag name.
36
* @method void clear() Clear a TEXTAREA or text INPUT element's value.
37
* @method boolean selected() Determine if an OPTION element, or an INPUT element of type checkbox or radiobutton is currently selected.
0 commit comments