Skip to content

Commit b98027c

Browse files
committed
more readme notes
1 parent f4689fd commit b98027c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
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.
88

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+
912
## Installation
1013

1114
```bash
@@ -18,6 +21,8 @@ or
1821
npm install effect-playwright playwright-core
1922
```
2023

24+
You can also install `playwright` instead of `playwright-core` if you want the post-build auto install of the browsers.
25+
2126
## Quick Start
2227

2328
```ts

0 commit comments

Comments
 (0)