Navigation

Window Outer Height

Get the total browser window height.

Get the total browser window height.

Returns the outer height of the browser window in pixels, including interface elements such as toolbars, tabs, and window borders using window.outerHeight.

Examples

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.WindowOuterHeight();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.WindowOuterHeight().Execute<int>();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.WindowOuterHeight(string sessionId);

REST Client: Direct REST/HTTP client

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