Skip to content

Commit af0b535

Browse files
committed
fixes
1 parent e97bc2b commit af0b535

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ Use this article to find step-by-step instructions and code samples for using th
2828
* The following packages:
2929

3030
```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
3334
```
3435
* 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.
3637
3738
<!--
3839
:::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":::

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ An example flow would be:
6363

6464
For more information on getting this value, see the [PlayWright documentation](https://aka.ms/pww/docs/configure-service-endpoint)
6565

66-
1. * **Key**: [Get the Playwright access token](https://aka.ms/pww/docs/generate-access-token)
66+
* **Key**: [Get the Playwright access token](https://aka.ms/pww/docs/generate-access-token)
6767

6868
For more information on creating a connection, see [Create a connection](../../../how-to/connections-add.md?pivots=fdp-project).
6969

70-
1. Create a Browser Automation tool with your connection ID.
70+
1. Configure your client by adding a Browser Automation tool using the Azure Playwright connection ID.
7171

7272
## Transparency note
7373

0 commit comments

Comments
 (0)