Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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