Skip to content

Tags: adamchainz/playwright-python

Tags

v1.26.0

Toggle v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: roll to Playwright 1.26.0 (microsoft#1560)

v1.25.2

Toggle v1.25.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: roll Playwright to 1.25.1 (microsoft#1528)

v1.25.1

Toggle v1.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: pin setuptools in build-system (microsoft#1505)

Relates microsoft#1500.

v1.25.0

Toggle v1.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test: ensure device descriptor tests pass on chrome bots (microsoft#1499

)

Follow-up to microsoft#1497.

Fixes https://github.com/microsoft/playwright-python/runs/7843392919?check_suite_focus=true.ass on non-chromium bots

v1.24.1

Toggle v1.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cherry-pick(microsoft#1458): fix: route.abort failed missing handle r…

…eport (microsoft#1472)

v1.24.0

Toggle v1.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: roll Playwright to 1.24.0 (microsoft#1447)

v1.23.1

Toggle v1.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cherry-pick(microsoft#1430): fix(tasks): cancel all the pending tasks…

… as we exit own loop (microsoft#1431)

fix(tasks): cancel all the pending tasks as we exit own loop (microsoft#1430)

v1.23.0

Toggle v1.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: roll Playwright to 1.23.1 (microsoft#1393)

v1.22.0

Toggle v1.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: remove layout locators, roll to 1.22.0 (microsoft#1300)

Partial revert of ed13a53

Ports the following changes:
- [x] microsoft/playwright@0e28553 (feat(locators): remove layout locators (#14129))

v1.21.0

Toggle v1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: large file uploads (microsoft#1255)

Ports:
- microsoft/playwright@a8d8062 (feat(chromium): large file uploads (#12860))
- microsoft/playwright@b010356 (fix(addInitScript): tolerate trailing comments (#13275))

Fixes microsoft#1211