Skip to content

Commit

Permalink
Fix the function signature for postActions (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Oct 5, 2023
1 parent a6e7908 commit 0df6c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebDriver/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @method void accept_alert() Accepts the currently displayed alert dialog.
* @method array deleteActions() Release actions.
* @method array postActions() Perform actions.
* @method array postActions($actions) Perform actions.
* @method string getAlert_text() Gets the text of the currently displayed JavaScript alert(), confirm(), or prompt() dialog.
* @method void postAlert_text($jsonText) Sends keystrokes to a JavaScript prompt() dialog.
* @method void back() Navigates backward in the browser history, if possible.
Expand Down

0 comments on commit 0df6c20

Please sign in to comment.