Table of Contents

Interface IPuppeteerUtilWrapper

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

A class that contains a method to get the PuppeteerUtil handle.

public interface IPuppeteerUtilWrapper

Methods

GetPuppeteerUtilAsync()

Gets the PuppeteerUtil handle.

Task<IJSHandle> GetPuppeteerUtilAsync()

Returns

Task<IJSHandle>

The PuppeteerUtil handle.