-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define the browsingContext.close command #172
Define the browsingContext.close command #172
Conversation
Also for now I left out the question about what to do when closing the last window. |
e79e322
to
fa75c27
Compare
Thanks for getting to the review so quickly @jgraham! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a quick look and in general it looks fine. Still two comments inline which would require an update.
fa75c27
to
54f9233
Compare
Thanks for the updates @juliandescottes. So I assume this is left to do then. Btw. this fixes issue #170. |
Yes, I'll bring it up during our meeting and will update here afterwards. Also added the reference to #170 in the description, thanks for the reminder! |
54f9233
to
7e73690
Compare
FWIW, |
@foolip can you re-review since you reviewed the latest version before the update :) Thanks! |
@jgraham do you want to review again? |
Fixes #170.
This adds the definition for browsingContext.close. I copied and modified existing browsingContext commands and tried to match https://w3c.github.io/webdriver/#close-window.
Opening the PR to get a first round of feedback, thanks in advance!
cc @jgraham @whimboo
Preview | Diff