Navigation

Back

Navigate the browser to a previous page.

Navigate the browser to a previous page.

Updates the current tab to its previously active URL if such a URL exists.

Examples

GPAL Fluent: High-level fluent C# API

browser.Back

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.Back();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.Back().Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.Back(string sessionId);

REST Client: Direct REST/HTTP client

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