Tabs & Windows

Next Tab

Navigates the current browser window to the next tab. If the current tab is the last indexed tab, 'next-tab' will cycle back to the first indexed tab.

Examples

GPAL Fluent: High-level fluent C# API

browser.NextTab()

MagicHelper: MagicHelper utility library

GPAL.MagicHelper.NextTab();

Puppeteer Client: Puppeteer-style C# client

browser.PuppeteerClient.NextTab().Execute();

Puppeteer Communicator: Low-level communicator

await browser.PuppeteerCommunicator.NextTab(string currentTargetId);

REST Client: Direct REST/HTTP client

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

💬 Ask GPAL