Item[String] Property

Definition

Assembly HeadlessTestingFramework.dll

Gets or sets a custom capability.

public object? this[string key] { get; set; }

Parameters

key
String

The capability key.

Returns

Object
The capability value.