Tabs & Windows

Normal

Restores the browser window to a normal size.

Restores the browser window to a normal size.

Ensures the current browser window is neither minimized, maximized, nor fullscreen.

Examples

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.Normal();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.Normal().Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.Normal(string sessionId);

REST Client: Direct REST/HTTP client

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