We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4f108 commit c71bf52Copy full SHA for c71bf52
wire.py
@@ -738,6 +738,11 @@ def main():
738
'If the currently selected window has been closed.').
739
AddError('NoSuchFrame', 'If the frame specified by `id` cannot be found.'))
740
741
+ resources.append(
742
+ SessionResource('/session/:sessionId/frame/parent').
743
+ Post('''Change focus to the parent context. If the current context is the top level \
744
+browsing context, the context remains unchanged.'''))
745
+
746
resources.append(
747
SessionResource('/session/:sessionId/window').
748
Post('''Change focus to another window. The window to change focus to \
0 commit comments