Skip to content

Commit

Permalink
DanielWagnerHall: Fixing wire protocol specification. Fixes issue 2257.
Browse files Browse the repository at this point in the history
r13359
  • Loading branch information
illicitonion committed Aug 13, 2011
1 parent 95abb99 commit 76b3ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ def main():
SetReturnType('{string}', 'The text of the currently displayed alert.').
AddError('NoAlertPresent', 'If there is no alert displayed.').
Post('Sends keystrokes to a JavaScript `prompt()` dialog.').
AddJsonParameter('keysToSend', '{string}', 'Keystrokes to send to the `prompt()` dialog.').
AddJsonParameter('text', '{string}', 'Keystrokes to send to the `prompt()` dialog.').
AddError('NoAlertPresent', 'If there is no alert displayed.'))

resources.append(
Expand Down

0 comments on commit 76b3ff5

Please sign in to comment.