Skip to content

Commit 00e5abb

Browse files
committed
prerequisites
1 parent 46d369d commit 00e5abb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 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,13 @@ 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 latest preview version of the SDK:
29+
30+
```console
31+
pip install --pre azure-ai-projects
32+
```
33+
* The **contributor** role assigned to your AI Foundry project from within your Playwright workplace.
34+
* 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.
2935
3036
<!--
3137
:::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)