From 8bbb389e62128018299bd9b6f5df9e8c095f4b69 Mon Sep 17 00:00:00 2001 From: Jason Lebya Date: Sat, 14 Apr 2012 20:12:14 +0000 Subject: [PATCH] JasonLeyba: Update the documentation for /session/:sessionId/window/:windowHandle/maximize so it is consistent with the other window commands. r16599 --- wire.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wire.py b/wire.py index 9e8daa8777f7e..4c297704e48b9 100644 --- a/wire.py +++ b/wire.py @@ -766,7 +766,9 @@ def main(): resources.append( SessionResource('/session/:sessionId/window/:windowHandle/maximize'). - Post('''Maximize the currently selected window if not already maximized.'''). + Post('''Maximize the specified window if not already maximized. If the \ +:windowHandle URL parameter is "current", the currently active window will be \ +maximized.'''). AddError('NoSuchWindow', 'If the specified window cannot be found.')) resources.append(