Skip to content

Commit b7dca5c

Browse files
authored
Playwright support disclaimer
1 parent 812f4d2 commit b7dca5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Fast web automation for AI agents, LLM training, scraping and testing:
3636
_Puppeteer requesting 100 pages from a local website on a AWS EC2 m5.large instance.
3737
See [benchmark details](https://github.com/lightpanda-io/demo)._
3838

39+
> **Playwright support disclaimer:**
40+
> Due to the nature of Playwright, a script that works with the current version of the browser may not function correctly with a future version. Playwright uses an intermediate JavaScript layer that selects an execution strategy based on the browser's available features. If LightPanda adds a new [Web API](https://developer.mozilla.org/en-US/docs/Web/API), Playwright may choose to execute different code for the same script. This new code path could attempt to use features that are not yet implemented. Puppeteer has proven to be more resilient to changes in the browser.
41+
3942
## Quick start
4043

4144
### Install from the nightly builds

0 commit comments

Comments
 (0)