Table of Contents

Class CdpTouchscreen

Namespace
PuppeteerSharp.Cdp
Assembly
PuppeteerSharp.dll

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

public class CdpTouchscreen : Touchscreen, ITouchscreen
Inheritance
CdpTouchscreen
Implements

Methods

TouchStartAsync(decimal, decimal)

Dispatches a touchstart event.

public override Task<ITouchHandle> TouchStartAsync(decimal x, decimal y)

Parameters

x decimal

The touch X location.

y decimal

The touch Y location.

Returns

Task<ITouchHandle>

A Task that resolves with a handle for the touch that was started.