Table of Contents

Class DriverOptionsMergeResult

Namespace
OpenQA.Selenium.Remote
Assembly
WebDriver.dll

Represents the result of merging multiple DriverOptions.

public class DriverOptionsMergeResult
Inheritance
DriverOptionsMergeResult
Inherited Members

Properties

IsMergeConflict

Gets or sets a value indicating whether the DriverOptions would conflict when merged with another option

public bool IsMergeConflict { get; set; }

Property Value

bool

MergeConflictOptionName

Gets or sets the name of the name of the option that is in conflict.

public string MergeConflictOptionName { get; set; }

Property Value

string