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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,12 @@ 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
-
* The latest preview version of the SDK:
28
+
* The following packages:
29
29
30
30
```console
31
31
pip install --pre azure-ai-projects
32
+
pip install azure-ai-agents==1.2.0b1
33
+
pip install azure-identity
32
34
```
33
35
* The **contributor** role assigned to your AI Foundry project from within your Playwright workplace.
34
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