Uh oh!
There was an error while loading. Please reload this page.
chore: roll to 1.53.1 - #2892
Conversation
| params["clientCertificates"] = await to_client_certificates_protocol( | ||
| params["clientCertificates"] | ||
| ) | ||
| params["selectorEngines"] = self._playwright.selectors._selectorEngines |
There was a problem hiding this comment.
This is copied from _browser.py, with the changes being this line and below.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Dmitry Gozman (dgozman)
left a comment
There was a problem hiding this comment.
I'd like a follow up with an explicit timeout in each method, instead of a global "timeout calculator". It feels like that would be less magic and not so bad in terms of code.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Clear acceptance block
…overed dynamically so we are always compatible with the current version of playwright This was introduced after playwright released a breaking change in a patch release - they removed the `timeout` argument from the `Frame.is_hidden()` method in microsoft/playwright-python#2892
Originally mirrored microsoft/playwright-dotnet#3184, but due to the selector bug (microsoft/playwright#36227) causing half the Python tests to fail, the roll had to be made to include this change. Thus the roll is the entire roll to
1.53.1.Implements changes from microsoft/playwright#35888, microsoft/playwright#35969, and microsoft/playwright#35988, among others.
References #2818