🚨 Question about Browser Automation Preview #136
Unanswered
JHammersley
asked this question in
Get Help
Replies: 1 comment 1 reply
-
Hi @JHammersley Thank you for taking time to share this - can I confirm which docs page you were following? this one? https://learn.microsoft.com/en-us/azure/ai-foundry/agents/how-to/tools/browser-automation-samples |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to use the new Browser Automation tool with Azure AI Agents, but I get the following error when creating an agent:
Message: The tool 'browser_automation' is not supported. It must be one of the following: code_interpreter, file_search, function, bing_grounding, azure_ai_search, openapi, connected_agent, azure_function
To Reproduce
Steps to reproduce the behavior:
Created an Azure AI Project in westus3.
Created a Playwright workspace (microsoft.loadtestservice/playwrightworkspaces) and verified it is connected as a resource.
Tried attaching it as a tool with BrowserAutomationTool via the Python SDK (azure-ai-projects).
Ran the agent and received the error above.
Expected behavior
Agent should recognize and support the browser_automation tool in preview and allow the AI to use Playwright for browsing tasks.
Region: westus3
SDK: azure-ai-projects (latest available version)
Auth: DefaultAzureCredential
Additional context
Playwright workspace shows up correctly in my Azure resource group and has Succeeded provisioning state.
Docs mention Browser Automation Preview, but I don’t see clear steps on how to enable or register it.
Unsure if I need a feature flag (az feature register), different SDK version, or if the preview is only enabled in specific regions.
Questions:
How do I enable the browser_automation tool in Azure AI Projects?
Is there a required feature registration or private preview enrollment?
Which SDK version or region should I be using to access this preview?
Beta Was this translation helpful? Give feedback.
All reactions