Browser Compatibility and Setup
masterJvppeteer controls Chrome (via DevTools) and Firefox (via WebDriver-bidi).
Important Notes:
- Chrome: Since version 2.0.0, Jvppeteer works with Chrome for Testing. If you set
headlesstotrue, Jvppeteer automatically matches the new headless mode or thechrome-headless-shell. - Firefox: Controlled via
WebDriver-bidi. Note that not all functions are supported; unsupported operations will throwUnsupportedOperationException. - Version Matching: It is highly recommended to use the browser version specifically bound to your Jvppeteer version to ensure stability.
| Jvppeteer Version | Bound Browser Version |
|:-----------------|:----------------------|
| 3.6.3-3.6.5 | Chrome for Testing 149.0.7798.0 & Firefox stable_149.0 |
| 3.5.0-3.6.2 | Chrome for Testing 142.0.7444.175 & Firefox stable_145.0.1 |
| 3.4.0-3.4.2 | Chrome for Testing 137.0.7151.119 & Firefox stable_139.0.4 |
| 3.3.6-3.3.9 | Chrome for Testing 135.0.7049.42 & Firefox stable_137.0 |
| 3.3.0-3.3.5 | Chrome for Testing 133.0.6943.98 & Firefox stable_135.0 |
| 3.0.0-3.2.0 | Chrome for Testing 131.0.6778.87 & Firefox stable_133.0 |
| 2.2.0-2.2.5 | Chrome for Testing 130.0.6723.58 |
| 2.0.0-2.1.2 | Chrome for Testing 128.0.6613.137 |
| 1.1.x | Chromium 722234 |