Tabs & Windows

Next Window

If the current window is the last indexed tab, it will cycle back to the first indexed window.

Examples

GPAL Fluent: High-level fluent C# API

browser.NextWindow()

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.NextWindow();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.NextWindow(string currentTargetId);

REST Client: Direct REST/HTTP client

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

💬 Ask GPAL