Table of Contents

Class GetBrowserCommandLineResult

Namespace
Selenium.WebDriver.BiDi.Cdp.Browser
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record GetBrowserCommandLineResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetBrowserCommandLineResult>
Inheritance
EmptyResult
GetBrowserCommandLineResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

GetBrowserCommandLineResult(ImmutableArray<string>)

public GetBrowserCommandLineResult(ImmutableArray<string> Arguments)

Parameters

Arguments ImmutableArray<string>

Commandline parameters

Properties

Arguments

Commandline parameters

public ImmutableArray<string> Arguments { get; init; }

Property Value

ImmutableArray<string>