FindFirst() Method

Definition

Assembly HeadlessTestingFramework.dll

Finds the first matching control of a specific type.

public T? FindFirst<T>()
    where T : class

Type parameters

T
The type to return.

Returns

{T}
The first matching control, or null if none found.