Tabs & Windows

Next Window

Navigates the current browser window to the next window.

Navigates the current browser window to the next window.

Navigates the current browser window to the next window. If the current window is the last indexed tab, 'next-window' 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();