Table of Contents

Class GetBrowserCommandLineCommandResponse

Namespace
OpenQA.Selenium.DevTools.V147.Browser
Assembly
Selenium.WebDriver.dll

Response for Returns the command line switches for the browser process if, and only if --enable-automation is on the commandline.

public sealed class GetBrowserCommandLineCommandResponse : ICommandResponse<GetBrowserCommandLineCommandSettings>, ICommandResponse
Inheritance
GetBrowserCommandLineCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Arguments

Commandline parameters

[JsonPropertyName("arguments")]
public string[] Arguments { get; set; }

Property Value

string[]