C# 클래스 Microsoft.Playwright.Core.Touchscreen

상속: ITouchscreen
파일 보기 프로젝트 열기: microsoft/playwright-sharp

공개 메소드들

메소드 설명
TapAsync ( float x, float y ) : Task
Touchscreen ( PageChannel channel ) : System.Threading.Tasks

메소드 상세

TapAsync() 공개 메소드

public TapAsync ( float x, float y ) : Task
x float
y float
리턴 Task

Touchscreen() 공개 메소드

public Touchscreen ( PageChannel channel ) : System.Threading.Tasks
channel PageChannel
리턴 System.Threading.Tasks