import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.agents.geminiComputerUse.start({
task: 'Find the price of the product',
maxSteps: 20
});{
"jobId": "<string>",
"liveUrl": "<string>"
}import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.agents.geminiComputerUse.start({
task: 'Find the price of the product',
maxSteps: 20
});{
"jobId": "<string>",
"liveUrl": "<string>"
}gemini-2.5-computer-use-preview-10-2025 Show child attributes
Show child attributes
Was this page helpful?