Skip to content

Tags: mxschmitt/playwright-go

Tags

v0.6100.0

Toggle v0.6100.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: fix coveralls badge not rendering in README (#620)

The coveralls native badge serves the SVG via a 302 redirect to an
S3 asset marked Cache-Control: no-cache, which GitHub's Camo image
proxy won't render. Switch to the shields.io coveralls endpoint, which
returns a directly-served, cacheable SVG. The link still points at the
coveralls dashboard.

v0.6000.0

Toggle v0.6000.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: align Go client with upstream Playwright TypeScript client (v1.6…

…0.0) (#612)

v0.5700.1

Toggle v0.5700.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: maintain StorageState type (#583)

v0.5700.0

Toggle v0.5700.0's commit message

Verified

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

* chore: roll to Playwright v1.57.0

Fix playwright submodule commit

Rerun gofumpt

Change ConsoleMessages to use newConsoleMessage() to properly deserialize event objects

Add test coverage

Update page_test.go

Fix failing end-to-end test

Update README.md

Fix README

Update README.md

* Fix unit tests

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)