Skip to content

Commit 68506b1

Browse files
Merge pull request #6490 from aahill/agents-java-2
updating prerequisites
2 parents 2dc3b5b + 44e4e45 commit 68506b1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

articles/ai-foundry/agents/how-to/tools/browser-automation-samples.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: azure-ai-agent-service
66
manager: nitinme
77
ms.service: azure-ai-agent-service
88
ms.topic: how-to
9-
ms.date: 07/29/2025
9+
ms.date: 08/08/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents
@@ -25,7 +25,15 @@ Use this article to find step-by-step instructions and code samples for using th
2525

2626
Save this endpoint to an environment variable named `PROJECT_ENDPOINT`.
2727

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.
2937
3038
<!--
3139
:::image type="content" source="../../media/tools/deep-research/bing-resource-name.png" alt-text="A screenshot showing the Playwright connection. " lightbox="../../media/tools/deep-research/bing-resource-name.png":::

0 commit comments

Comments
 (0)