Navigation

Restore

Restore minimized browser windows.

Restore minimized browser windows.

Fetches all windows and changes any minimized ones to a normal (restored) state, ensuring they are visible and active.

Examples

GPAL Fluent: High-level fluent C# API

browser.Restore

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.Restore();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.Restore().Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.Restore(string sessionId);

REST Client: Direct REST/HTTP client

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