Types:
Types:
DeploymentStateEventDeploymentCreateResponseDeploymentRetrieveResponseDeploymentListResponseDeploymentFollowResponse
Methods:
client.deployments.create({ ...params }) -> DeploymentCreateResponseclient.deployments.retrieve(id) -> DeploymentRetrieveResponseclient.deployments.list({ ...params }) -> DeploymentListResponsesOffsetPaginationclient.deployments.follow(id, { ...params }) -> DeploymentFollowResponse
Types:
Methods:
client.apps.list({ ...params }) -> AppListResponse
Types:
InvocationStateEventInvocationCreateResponseInvocationRetrieveResponseInvocationUpdateResponseInvocationListResponseInvocationFollowResponse
Methods:
client.invocations.create({ ...params }) -> InvocationCreateResponseclient.invocations.retrieve(id) -> InvocationRetrieveResponseclient.invocations.update(id, { ...params }) -> InvocationUpdateResponseclient.invocations.list({ ...params }) -> InvocationListResponsesOffsetPaginationclient.invocations.deleteBrowsers(id) -> voidclient.invocations.follow(id, { ...params }) -> InvocationFollowResponse
Types:
Methods:
client.browsers.create({ ...params }) -> BrowserCreateResponseclient.browsers.retrieve(id) -> BrowserRetrieveResponseclient.browsers.list() -> BrowserListResponseclient.browsers.delete({ ...params }) -> voidclient.browsers.deleteByID(id) -> voidclient.browsers.loadExtensions(id, { ...params }) -> void
Types:
Methods:
client.browsers.replays.list(id) -> ReplayListResponseclient.browsers.replays.download(replayID, { ...params }) -> Responseclient.browsers.replays.start(id, { ...params }) -> ReplayStartResponseclient.browsers.replays.stop(replayID, { ...params }) -> void
Types:
Methods:
client.browsers.fs.createDirectory(id, { ...params }) -> voidclient.browsers.fs.deleteDirectory(id, { ...params }) -> voidclient.browsers.fs.deleteFile(id, { ...params }) -> voidclient.browsers.fs.downloadDirZip(id, { ...params }) -> Responseclient.browsers.fs.fileInfo(id, { ...params }) -> FFileInfoResponseclient.browsers.fs.listFiles(id, { ...params }) -> FListFilesResponseclient.browsers.fs.move(id, { ...params }) -> voidclient.browsers.fs.readFile(id, { ...params }) -> Responseclient.browsers.fs.setFilePermissions(id, { ...params }) -> voidclient.browsers.fs.upload(id, { ...params }) -> voidclient.browsers.fs.uploadZip(id, { ...params }) -> voidclient.browsers.fs.writeFile(id, contents, { ...params }) -> void
Types:
Methods:
client.browsers.fs.watch.events(watchID, { ...params }) -> WatchEventsResponseclient.browsers.fs.watch.start(id, { ...params }) -> WatchStartResponseclient.browsers.fs.watch.stop(watchID, { ...params }) -> void
Types:
ProcessExecResponseProcessKillResponseProcessSpawnResponseProcessStatusResponseProcessStdinResponseProcessStdoutStreamResponse
Methods:
client.browsers.process.exec(id, { ...params }) -> ProcessExecResponseclient.browsers.process.kill(processID, { ...params }) -> ProcessKillResponseclient.browsers.process.spawn(id, { ...params }) -> ProcessSpawnResponseclient.browsers.process.status(processID, { ...params }) -> ProcessStatusResponseclient.browsers.process.stdin(processID, { ...params }) -> ProcessStdinResponseclient.browsers.process.stdoutStream(processID, { ...params }) -> ProcessStdoutStreamResponse
Methods:
client.browsers.logs.stream(id, { ...params }) -> LogEvent
Methods:
client.browsers.computer.captureScreenshot(id, { ...params }) -> Responseclient.browsers.computer.clickMouse(id, { ...params }) -> voidclient.browsers.computer.dragMouse(id, { ...params }) -> voidclient.browsers.computer.moveMouse(id, { ...params }) -> voidclient.browsers.computer.pressKey(id, { ...params }) -> voidclient.browsers.computer.scroll(id, { ...params }) -> voidclient.browsers.computer.typeText(id, { ...params }) -> void
Types:
Methods:
client.browsers.playwright.execute(id, { ...params }) -> PlaywrightExecuteResponse
Types:
Methods:
client.profiles.create({ ...params }) -> Profileclient.profiles.retrieve(idOrName) -> Profileclient.profiles.list() -> ProfileListResponseclient.profiles.delete(idOrName) -> voidclient.profiles.download(idOrName) -> Response
Types:
Methods:
client.proxies.create({ ...params }) -> ProxyCreateResponseclient.proxies.retrieve(id) -> ProxyRetrieveResponseclient.proxies.list() -> ProxyListResponseclient.proxies.delete(id) -> void
Types:
Methods:
client.extensions.list() -> ExtensionListResponseclient.extensions.delete(idOrName) -> voidclient.extensions.download(idOrName) -> Responseclient.extensions.downloadFromChromeStore({ ...params }) -> Responseclient.extensions.upload({ ...params }) -> ExtensionUploadResponse