@one2x/playwright 1.57.0-alpha.5 → 1.57.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -235,7 +235,8 @@ function configFromInitRequest(body) {
235
235
  "storage_state": "storageState",
236
236
  "user_agent": "userAgent",
237
237
  "user_data_dir": "userDataDir",
238
- "viewport_size": "viewportSize"
238
+ "viewport_size": "viewportSize",
239
+ "auto_screenshot": "autoScreenshot"
239
240
  };
240
241
  for (const [snakeKey, camelKey] of Object.entries(keyMap)) {
241
242
  if (playwrightConfig[snakeKey] !== void 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one2x/playwright",
3
- "version": "1.57.0-alpha.5",
3
+ "version": "1.57.0-alpha.7",
4
4
  "description": "A high-level API to automate web browsers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -65,7 +65,7 @@
65
65
  "license": "Apache-2.0",
66
66
  "dependencies": {
67
67
  "content-type": "^1.0.5",
68
- "playwright-core": "npm:@one2x/playwright-core@1.57.0-alpha.5",
68
+ "playwright-core": "npm:@one2x/playwright-core@1.57.0-alpha.7",
69
69
  "raw-body": "^2.5.2"
70
70
  },
71
71
  "optionalDependencies": {