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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,12 @@ Use this article to find step-by-step instructions and code samples for using th
28
28
* The following packages:
29
29
30
30
```console
31
-
pip install azure-ai-agents --pre
32
-
pip install azure-ai-projects azure-identity
31
+
pip install --pre azure-ai-agents>=1.2.0b2
32
+
pip install azure-ai-projects
33
+
pip install azure-identity
33
34
```
34
35
* The **contributor** role assigned to your AI Foundry project from within your Playwright workplace.
35
-
* 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 URI should start with `wss://` instead of `https://` if presented.
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 URI should start with `wss://` instead of `https://` if presented.
0 commit comments