Skip to content

Commit

Permalink
JasonLeyba: Update the documentation for
Browse files Browse the repository at this point in the history
/session/:sessionId/window/:windowHandle/maximize so it is consistent with the
other window commands.

r16599
  • Loading branch information
jleyba committed Apr 14, 2012
1 parent 4305915 commit 8bbb389
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8bbb389

Please sign in to comment.