Skip to content

Commit

Permalink
Adding swicth to parent frame command to the wire protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Mar 11, 2014
1 parent fc4f108 commit c71bf52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,11 @@ def main():
'If the currently selected window has been closed.').
AddError('NoSuchFrame', 'If the frame specified by `id` cannot be found.'))

resources.append(
SessionResource('/session/:sessionId/frame/parent').
Post('''Change focus to the parent context. If the current context is the top level \
browsing context, the context remains unchanged.'''))

resources.append(
SessionResource('/session/:sessionId/window').
Post('''Change focus to another window. The window to change focus to \
Expand Down

0 comments on commit c71bf52

Please sign in to comment.