I am developing a simple prototype with Java + Playwright + Browserless. I was wondering if is possible avoid downloading the browsers in AWS.
Playwright build of chromium v956323 downloaded to /home/ec2-user/.cache/ms-playwright/chromium-956323
Playwright build of ffmpeg v1007 downloaded to /home/ec2-user/.cache/ms-playwright/ffmpeg-1007
Playwright build of firefox v1313 downloaded to /home/ec2-user/.cache/ms-playwright/firefox-1313
Playwright build of webkit v1596 downloaded to /home/ec2-user/.cache/ms-playwright/webkit-1596
Sometimes it will run in browserless and i think if so i wont need the browser but i dont really know is this possible? or even running in browserless i would need the browsers?
If so how can i do that in Java.
I want to do it programmatically because depending of the parameters sometime i need them sometimes dont is this possible?