Skip to content

Commit

Permalink
LukeIS: updating wire protocol doc from frame switching the parameter…
Browse files Browse the repository at this point in the history
… is 'id' (so updating reference to it as 'ID' to lowercase). Fixes Issue 3704

r16583
  • Loading branch information
lukeis committed Apr 13, 2012
1 parent 3cbac78 commit d2aef33
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 @@ -723,7 +723,7 @@ def main():

resources.append(
SessionResource('/session/:sessionId/frame').
Post('''Change focus to another frame on the page. If the frame ID is \
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|WebElement JSON Object}',
Expand Down

0 comments on commit d2aef33

Please sign in to comment.