Tabs & Windows

Fullscreen

Sets the view of the browser into fullscreen mode.

Sets the view of the browser into fullscreen mode.

Sets the view of the browser into fullscreen mode.

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();