RecordActionAsync(Func, Int32) Method

Definition

Assembly HeadlessTestingFramework.dll

Records frames during an async action.

public Task RecordActionAsync(Func<Task> action, int frameInterval = 16)

Parameters

action
Func<Task>

The action to record.

frameInterval
Int32

Interval between frames in milliseconds.

Returns