Skip to content

Commit cf87304

Browse files
fix(api): move batch + get_mouse_position into Browser Computer Controls tag
1 parent 64c1743 commit cf87304

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 117
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-4bada2a5bdbde93018e5a1b1e80e134acbc5509cfdea94db6e4c5b799eba7b82.yml
3-
openapi_spec_hash: e0d541d480f5663b1e6bd3bb19a0fe61
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel/kernel-7548abe9fea7553e12a128b31f7dc7fc33f2558a9f20d2eb33464db5f61ab3ea.yml
3+
openapi_spec_hash: 4b701cc4b33a2c944a5a9b63e9f364a2
44
config_hash: e0741f8035aea13f71e54e0fdb88eaa4

src/resources/browsers/computer.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import { buildHeaders } from '../../internal/headers';
66
import { RequestOptions } from '../../internal/request-options';
77
import { path } from '../../internal/utils/path';
88

9+
/**
10+
* Control mouse, keyboard, and screen on the browser instance.
11+
*/
912
export class Computer extends APIResource {
1013
/**
1114
* Send an array of computer actions to execute in order on the browser instance.

0 commit comments

Comments
 (0)