File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ startCommand:
9
9
required :
10
10
- browserbaseApiKey
11
11
- browserbaseProjectId
12
- - port
13
- - host
14
- - contextId
15
- - persist
16
- - proxies
17
- - cookies
18
12
properties :
19
13
browserbaseApiKey :
20
14
type : string
@@ -38,13 +32,19 @@ startCommand:
38
32
type : boolean
39
33
description : Whether to use proxies.
40
34
cookies :
41
- type : json
35
+ type : object
42
36
description : Cookies to use for the session.
37
+ browserWidth :
38
+ type : number
39
+ description : Width of the browser window.
40
+ browserHeight :
41
+ type : number
42
+ description : Height of the browser window.
43
43
44
44
commandFunction : |
45
45
config => ({
46
46
command: 'node',
47
- args: ['cli.js']
47
+ args: ['cli.js'],
48
48
env: {
49
49
BROWSERBASE_API_KEY: config.browserbaseApiKey,
50
50
BROWSERBASE_PROJECT_ID: config.browserbaseProjectId
You can’t perform that action at this time.
0 commit comments