In the next major version (v6) we're switching from Puppeteer to Playwright.
You can already test the preview, and feedback is appreciated.
sf plugins install sfdx-browserforce-plugin@next
If you're running browserforce in GitHub Actions with runs-on: ubuntu-latest you're already set.
Playwright can use the installed Google Chrome.
Otherwise, please install chromium:
sf browserforce playwright -- install chromium
Puppeteer has served us pretty well, but Playwright's has some quite good APIs and is really nice to use.
TODOs:
In the next major version (v6) we're switching from Puppeteer to Playwright.
You can already test the preview, and feedback is appreciated.
If you're running browserforce in GitHub Actions with
runs-on: ubuntu-latestyou're already set.Playwright can use the installed Google Chrome.
Otherwise, please install chromium:
Puppeteer has served us pretty well, but Playwright's has some quite good APIs and is really nice to use.
TODOs:
waitUntil@amtrack