Window & Viewport

Fullscreen

Examples

GPAL Fluent: High-level fluent C# API

browser.FullScreen

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.Fullscreen();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.FullScreen().Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.FullScreen(string sessionId);

REST Client: Direct REST/HTTP client

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

💬 Ask GPAL