Skip to content
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

feat: roll driver, implement waitForUrl and new Video APIs #382

Merged
merged 5 commits into from
Apr 2, 2021

Conversation

yury-s
Copy link
Member

@yury-s yury-s commented Mar 31, 2021

No description provided.

@yury-s yury-s changed the title feat: roll to 1.11.0-next-1617218236000, implement waitForUrl feat: roll driver, implement waitForUrl and new Video APIs Mar 31, 2021

VideoImpl(PageImpl page) {
this.page = page;
BrowserImpl browser = page.context().browser();
isRemote = browser != null && browser.isRemote;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (page.isClosed())
waitableArtifact.complete(null);

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unnecessary, waitForArtifact already does it.

@yury-s yury-s merged commit 1ff5671 into microsoft:master Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants