You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/browser-automation-samples.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: azure-ai-agent-service
6
6
manager: nitinme
7
7
ms.service: azure-ai-agent-service
8
8
ms.topic: how-to
9
-
ms.date: 07/29/2025
9
+
ms.date: 08/08/2025
10
10
author: aahill
11
11
ms.author: aahi
12
12
ms.custom: azure-ai-agents
@@ -25,7 +25,15 @@ Use this article to find step-by-step instructions and code samples for using th
25
25
26
26
Save this endpoint to an environment variable named `PROJECT_ENDPOINT`.
27
27
28
-
* Your playwright connection ID. You can find it in the Azure AI Foundry portal by selecting **Management center** from the left navigation menu. Then select **Connected resources**.
28
+
* The following packages:
29
+
30
+
```console
31
+
pip install --pre azure-ai-projects
32
+
pip install azure-ai-agents==1.2.0b1
33
+
pip install azure-identity
34
+
```
35
+
* The **contributor** role assigned to your AI Foundry project from within your Playwright workplace.
36
+
* Your playwright connection ID. You can find it in the Azure AI Foundry portal by selecting **Management center** from the left navigation menu. Then select **Connected resources**. The URL should start with `https://` instead of `wss://` if presented.
0 commit comments