8000 Tags · playwright-community/playwright-go · GitHub
[go: up one dir, main page]

Skip to content

Tags: playwright-community/playwright-go

Tags

v0.5200.1

Toggle v0.5200.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: waiter#RunAndWait maybe cause deadlock. (#555)

for errChan cap is 1 and receive both event timeout err and callback err( block on the err for errChan handle receiving(wait#waitFunc) after callback send err(waiter#RunAndWait) ).

v0.5200.0

Toggle v0.5200.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: roll to Playwright v1.52.0 (#540)

v0.5101.0

Toggle v0.5101.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: roll to Playwright v1.51.1 (#536)

v0.5001.0

Toggle v0.5001.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: roll to playwright v1.50.1 (#529)

v0.4902.0

Toggle v0.4902.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add only-shell option to run options for install chromium headl…

…ess (#518)

v0.4901.0

Toggle v0.4901.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: roll to Playwright v1.49.1 (#515)

v0.4802.0

Toggle v0.4802.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: remove hardcoded subdirectories to RunOptions.DriverDirectory a…

…nd PLAYWRIGHT_DRIVER_PATH (#501)

BREAKING CHANGE: When specifying the playwright driver directory via `RunOptions.DriverDirectory` or the `PLAYWRIGHT_DRIVER_PATH` environment variable, you need to point directly to the directory of the corresponding version. The previously hard-coded `ms-playwright-go/x.xx.x` subdirectory is now only applies to the default cache directory.

v0.4702.0

Toggle v0.4702.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: roll to Playwright v1.47.2 (#488)

v0.4701.0

Toggle v0.4701.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: use `PLAYWRIGHT_DRIVER_PATH` environment variable as driver cac…

…he directory (#485)

Co-authored-by: Can Stand <70889873+canstand@users.noreply.github.com>

v0.4700.0

Toggle v0.4700.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: roll to Playwright v1.47.0 (#480)

0