Versions on the usage based service
NOTE: This information applies for users that use API keys on the Unit Based plan.
Our workers that service the usage based API keys are updated every so often, here are the versions that the hosted version currently has for certain libraries, global timeout and CLI flags supported.
Current versions used in usage based workers
- puppeteer version: 14.4.1
- chromedriver: 102.0.5002.0
- playwright-core: 1.27.1, 1.26, 1.25, 1.24, and 1.23
Global timeout
By default, the global timeout is set to 15 minutes for usage-based and cloud unit-based API Keys, if you need your sessions to run longer than that, you'll want to consider upgrading to a dedicated account in order to modify this setting.
CLI flags supported
--proxy-server,
--window-size,
--disable-web-security,
--enable-features,
--disable-web-security,
--disable-setuid-sandbox,
--lang,
--font-render-hinting,
--force-color-profile,
stealth,
ignoreDefaultArgs,
headless,
token,
blockAds,
ignoreHTTPSErrors,
slowMo,
Playwright's versioning
It is important to note that Playwright's connect
method is tightly version-coupled. Your client version must be either 1.27, 1.26, 1.25, 1.24, or 1.23.
Playwright's connectOverCDP
doesn't need to match the same playwright version on our usage based workers. This method is backwards/forwards compatible since it communicates directly through CDP, with the caveat to be slightly slower due to having more communication over the devtools protocol.