Skip to content

Commit

Permalink
DanielWagnerHall: Correcting allowed types to frame switching
Browse files Browse the repository at this point in the history
r16506
  • Loading branch information
illicitonion committed Apr 10, 2012
1 parent 662776b commit e6de42b
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 @@ -726,7 +726,7 @@ def main():
Post('''Change focus to another frame on the page. If the frame ID is \
`null`, the server
should switch to the page's default content.''').
AddJsonParameter('id', '{string|number|null}',
AddJsonParameter('id', '{string|number|null|WebElement JSON Object}',
'Identifier for the frame to change focus to.').
AddError('NoSuchFrame', 'If the frame specified by `id` cannot be found.'))

Expand Down

0 comments on commit e6de42b

Please sign in to comment.