Skip to content

Commit 4cf19f1

Browse files
committed
small fix
1 parent 6286c69 commit 4cf19f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use this article to find step-by-step instructions and code samples for using th
3333
pip install azure-identity
3434
```
3535
* 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 `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.
3737
3838
<!--
3939
:::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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ An example flow would be:
5959

6060
1. Create a new **Serverless Model** connection, and enter the following information.
6161

62-
* **Target URI**: The Playwright workspace region endpoint, for example `wss://{region}.api.playwright.microsoft.com/playwrightworkspaces/{workspaceId}/browsers`. The URL should start with `wss://` instead of `https://` if presented.
62+
* **Target URI**: The Playwright workspace region endpoint, for example `wss://{region}.api.playwright.microsoft.com/playwrightworkspaces/{workspaceId}/browsers`. The URI should start with `wss://` instead of `https://` if presented.
6363

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

0 commit comments

Comments
 (0)