testdriverai 7.9.62-test → 7.9.64-canary

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.
@@ -30,7 +30,7 @@ const testdriver = new TestDriver(apiKey, options)
30
30
  </ParamField>
31
31
 
32
32
  <ParamField path="resolution" type="string" default="1366x768">
33
- Screen resolution for the sandbox (e.g., `'1920x1080'`, `'1366x768'`)
33
+ Screen resolution for the sandbox (e.g., `'1920x1080'`, `'1366x768'`). Custom resolutions are only available on Enterprise plans.
34
34
  </ParamField>
35
35
 
36
36
  <ParamField path="apiRoot" type="string">
@@ -33,7 +33,7 @@ describe("My Test", () => {
33
33
  | Option | Type | Default | Description |
34
34
  |--------|------|---------|-------------|
35
35
  | `os` | string | `"linux"` | Operating system |
36
- | `resolution` | string | `"1366x768"` | Screen resolution |
36
+ | `resolution` | string | `"1366x768"` | Screen resolution (Enterprise only) |
37
37
  | `e2bTemplateId` | string | — | Custom E2B template ID (see [Self-Hosted](/v7/self-hosted)) |
38
38
  | `keepAlive` | number | `60000` | Ms to keep VM alive after disconnect |
39
39
  | `reconnect` | boolean | `false` | Reconnect to last used sandbox |
@@ -67,7 +67,7 @@ Windows sandboxes use EC2 instances and take longer to boot than Linux (E2B) san
67
67
  | Option | Type | Default | Description |
68
68
  |--------|------|---------|-------------|
69
69
  | `os` | string | — | Set to `"windows"` |
70
- | `resolution` | string | `"1366x768"` | Screen resolution |
70
+ | `resolution` | string | `"1366x768"` | Screen resolution (Enterprise only) |
71
71
  | `sandboxAmi` | string | — | Custom AMI ID (self-hosted) |
72
72
  | `sandboxInstance` | string | — | EC2 instance type (self-hosted) |
73
73
  | `keepAlive` | number | `60000` | Ms to keep VM alive after disconnect |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.9.62-test",
3
+ "version": "7.9.64-canary",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "sdk.js",
6
6
  "types": "sdk.d.ts",