Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Playwright
description: Learn how to use Playwright with Cloudflare Workers for browser automation. Access Playwright API, manage sessions, and optimize browser rendering.
sidebar:
order: 5
badge: Beta
---

import {
Expand All @@ -24,7 +23,7 @@ Our version is open sourced and can be found in [Cloudflare's fork of Playwright
<PackageManagers pkg="@cloudflare/playwright" dev />

:::note
The current version of the Playwright is **v1.54.0**.
The current version of the Playwright is [**v1.55.0**](https://github.com/cloudflare/playwright/pull/67).
:::

## Use Playwright in a Worker
Expand Down