Table of Contents

Interface IHasCapabilities

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Defines the interface through which the user can determine the capabilities of a driver.

public interface IHasCapabilities

Properties

Capabilities

Gets the ICapabilities object describing the driver's capabilities.

ICapabilities Capabilities { get; }

Property Value

ICapabilities