ProjectsOpenAIModelFactory.BrowserAutomationToolConnectionParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Definition of input parameters for the connection used by the Browser Automation Tool.
public static Azure.AI.Projects.OpenAI.BrowserAutomationToolConnectionParameters BrowserAutomationToolConnectionParameters(string projectConnectionId = default);
static member BrowserAutomationToolConnectionParameters : string -> Azure.AI.Projects.OpenAI.BrowserAutomationToolConnectionParameters
Public Shared Function BrowserAutomationToolConnectionParameters (Optional projectConnectionId As String = Nothing) As BrowserAutomationToolConnectionParameters
Parameters
- projectConnectionId
- String
The ID of the project connection to your Azure Playwright resource.
Returns
A new BrowserAutomationToolConnectionParameters instance for mocking.