C# Class Microsoft.Playwright.Core.Touchscreen

Inheritance: ITouchscreen
Exibir arquivo Open project: microsoft/playwright-sharp

Public Methods

Method Description
TapAsync ( float x, float y ) : Task
Touchscreen ( PageChannel channel ) : System.Threading.Tasks

Method Details

TapAsync() public method

public TapAsync ( float x, float y ) : Task
x float
y float
return Task

Touchscreen() public method

public Touchscreen ( PageChannel channel ) : System.Threading.Tasks
channel PageChannel
return System.Threading.Tasks