Navigation

Refresh

Refreshes the current page.

Refreshes the current page.

Refreshes the current active tab of the browser.

Examples

GPAL Fluent: High-level fluent C# API

browser.Refresh

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.Refresh();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.Refresh().Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.Refresh(string sessionId);

REST Client: Direct REST/HTTP client

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