Where(Func<T, Boolean>) Method

Definition

Assembly HeadlessTestingFramework.dll

Add a typed custom filter predicate.

public ControlFinder Where<T>(Func<T, bool> predicate)
    where T : class

Type parameters

T
The type to filter and check.

Parameters

predicate
Func<T, Boolean>

The predicate to apply to controls of the specified type.

Returns