Table of Contents

Delegate LazyArg

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

A LazyArg is an evaluation argument that will be resolved when the CDP call is built.

public delegate Task<object> LazyArg(ExecutionContext context)

Parameters

context ExecutionContext

Execution context.

Returns

Task<object>

Resolved argument.