Interaction

Page End

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

Examples

GPAL Fluent: High-level fluent C# API

browser.PageEnd

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.PageEnd();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.PageEnd().Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.PageEnd(string sessionId);

REST Client: Direct REST/HTTP client

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

💬 Ask GPAL