method
WebView.scroll
dx: number,
dy: number
): Promise<void>;
Scroll the viewport by the given pixel delta.
Fires a native wheel event with isTrusted: true at the viewport center. Positive dy scrolls down (content up), matching window.scrollBy semantics.