Interaction

Page Top

Navigate to the top of the page.

Navigate to the top of the page.

Updates the current page's scroll position to display the beginning of the document.

Examples

GPAL Fluent: High-level fluent C# API

browser.PageTop

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.PageTop();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.PageTop().Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.PageTop(string sessionId);

REST Client: Direct REST/HTTP client

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