Browser Pool Versions Save

A Node.js library to easily manage and rotate a pool of web browsers, using any of the popular browser automation libraries like Puppeteer, Playwright, or SecretAgent.

v3.1.4

1 year ago

What's Changed

Full Changelog: https://github.com/apify/browser-pool/compare/v3.1.3...v3.1.4

v3.1.3

2 years ago

What's Changed

Full Changelog: https://github.com/apify/browser-pool/compare/v3.1.2...v3.1.3

v3.1.2

2 years ago

What's Changed

Full Changelog: https://github.com/apify/browser-pool/compare/v3.1.1...v3.1.2

v3.1.1

2 years ago

What's Changed

Full Changelog: https://github.com/apify/browser-pool/compare/v3.1.0...v3.1.1

v3.1.0

2 years ago

What's Changed

Full Changelog: https://github.com/apify/browser-pool/compare/v3.0.4...v3.1.0

v3.0.4

2 years ago
  • feat: sugar syntax for proxy configuration (#61)
  • fix: call server.listen() only once

v3.0.3

2 years ago
  • fix: playwright proxy-per-page (#56) c44dd8da8e4e2717d1113ac23584f1ca66ffd517

v3.0.2

2 years ago

v3.0.1

2 years ago
  • fix: properly type Puppeteer BrowserController (#54) 3a710c4a448f7ea1f3dfc7338170347271837b15

v3.0.0

2 years ago
  • fix: skip proxy-chain (#53)

The API remains the same, although this release may be breaking. Proxies are handled entirely by puppeteer now. Launching a browser does not create a proxy server anymore.

Introduces initial support for proxy per page for both puppeteer and playwright.