import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.agents.geminiComputerUse.get('task-id');{
"jobId": "<string>",
"status": "pending",
"data": {
"steps": [
{}
],
"finalResult": "<string>"
},
"error": "<string>",
"liveUrl": "<string>"
}import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.agents.geminiComputerUse.get('task-id');{
"jobId": "<string>",
"status": "pending",
"data": {
"steps": [
{}
],
"finalResult": "<string>"
},
"error": "<string>",
"liveUrl": "<string>"
}Was this page helpful?