From b1fab232f82eea73d3dcf92e57cf5b5123cb5994 Mon Sep 17 00:00:00 2001 From: Sally Young Date: Thu, 5 Oct 2023 18:33:17 +0100 Subject: [PATCH] Fix the function signature for postActions --- lib/WebDriver/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebDriver/Session.php b/lib/WebDriver/Session.php index 947be8a..4275615 100644 --- a/lib/WebDriver/Session.php +++ b/lib/WebDriver/Session.php @@ -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.