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 a6e7908 commit 0df6c20Copy full SHA for 0df6c20
lib/WebDriver/Session.php
@@ -18,7 +18,7 @@
18
*
19
* @method void accept_alert() Accepts the currently displayed alert dialog.
20
* @method array deleteActions() Release actions.
21
- * @method array postActions() Perform actions.
+ * @method array postActions($actions) Perform actions.
22
* @method string getAlert_text() Gets the text of the currently displayed JavaScript alert(), confirm(), or prompt() dialog.
23
* @method void postAlert_text($jsonText) Sends keystrokes to a JavaScript prompt() dialog.
24
* @method void back() Navigates backward in the browser history, if possible.
0 commit comments