Interaction

Page Up

Moves the current page's scroll position upward by approximately one viewport height if additional content exists above the visible area.

Examples

GPAL Fluent: High-level fluent C# API

browser.PageUp

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.PageUp();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.PageUp().Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.PageUp(int pagesToScroll, string sessionId);

REST Client: Direct REST/HTTP client

GPAL.OttoMagicClient.WithEndpoint(ApiEndpoint.PageUp).Execute();

💬 Ask GPAL