You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@
6
6
7
7
A Playwright wrapper for the Effect ecosystem. This library provides a set of services and layers to interact with Playwright in a type-safe way using Effect.
8
8
9
+
> [!NOTE]
10
+
> This library is currently focused on using Playwright for **automation** and **scraping**. It does not provide a wrapper for `@playwright/test` (the test runner).
11
+
9
12
## Installation
10
13
11
14
```bash
@@ -18,6 +21,8 @@ or
18
21
npm install effect-playwright playwright-core
19
22
```
20
23
24
+
You can also install `playwright` instead of `playwright-core` if you want the post-build auto install of the browsers.
0 commit comments