Single() Method

Definition

Assembly HeadlessTestingFramework.dll

Finds the single matching control of a specific type.

public T Single<T>()
    where T : class

Type parameters

T
The type to return.

Returns

{T}
The single matching control.