microsoft / playwright-java

Java version of the Playwright testing and automation library
https://playwright.dev/java/
Apache License 2.0
1.13k stars 205 forks source link

Memory consumption with Playwright Browser #1606

Closed ThatYodaCoder closed 3 months ago

ThatYodaCoder commented 3 months ago

Hello, I want to understand the memory consumption when browser is started using playwright java APIs. 1) How much memory (Heap & native) does it use when a page is opened in headless browser (chrome) using playwright java api. 2) I want to use playwright to do automation in my web application where I get 5000 requests per minute. Can I start a browser in headless mode per requests ? 3) Is this a production grade library?

yury-s commented 3 months ago

This doesn't sound like a bug or feature request, please use our community resources for general questions. If you think there is a bug in Playwright, please open a new issue and follow the bug template.