C# Class Microsoft.Playwright.Core.Touchscreen

Inheritance: ITouchscreen
Afficher le fichier Open project: microsoft/playwright-sharp

Méthodes publiques

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

Method Details

TapAsync() public méthode

public TapAsync ( float x, float y ) : Task
x float
y float
Résultat Task

Touchscreen() public méthode

public Touchscreen ( PageChannel channel ) : System.Threading.Tasks
channel PageChannel
Résultat System.Threading.Tasks