Skip to content

Commit 0df6c20

Browse files
authored
Fix the function signature for postActions (#7)
1 parent a6e7908 commit 0df6c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebDriver/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @method void accept_alert() Accepts the currently displayed alert dialog.
2020
* @method array deleteActions() Release actions.
21-
* @method array postActions() Perform actions.
21+
* @method array postActions($actions) Perform actions.
2222
* @method string getAlert_text() Gets the text of the currently displayed JavaScript alert(), confirm(), or prompt() dialog.
2323
* @method void postAlert_text($jsonText) Sends keystrokes to a JavaScript prompt() dialog.
2424
* @method void back() Navigates backward in the browser history, if possible.

0 commit comments

Comments
 (0)