Navigation

Forward

Navigate the browser to a subsequent page.

Navigate the browser to a subsequent page.

Updates the current tab to its next URL in the browsing history if such a URL exists.

Examples

GPAL Fluent: High-level fluent C# API

browser.Forward

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.Forward();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.Forward().Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.Forward(string sessionId);

REST Client: Direct REST/HTTP client

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