Table of Contents

Class SeleniumManager

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Wrapper for the Selenium Manager binary. This implementation is still in beta, and may change.

public static class SeleniumManager
Inheritance
SeleniumManager
Inherited Members

Methods

BinaryPaths(string)

Determines the location of the browser and driver binaries.

public static Dictionary<string, string> BinaryPaths(string arguments)

Parameters

arguments string

List of arguments to use when invoking Selenium Manager.

Returns

Dictionary<string, string>

An array with two entries, one for the driver path, and another one for the browser path.