Tabs & Windows

Maximize

Maximizes the current browser window.

Maximizes the current browser window.

Maximizes the current browser window.

Examples

GPAL Fluent: High-level fluent C# API

browser.Maximize

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.Maximize();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.Maximize().Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.Maximize(string sessionId);

REST Client: Direct REST/HTTP client

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