Studio & Workflow Tools

Get Browser Settings

Retrieve the current browser configuration as JSON.

Retrieve the current browser configuration as JSON.

Returns a JSON snapshot of the running browser's configuration settings (BrowserSettings), useful for debugging and diagnostics.

TIP

Primarily an OttoMagic/debugging feature; no Puppeteer-side equivalent.

Examples

MagicHelper: MagicHelper utility library

string settings = GPAL.MagicHelper.GetBrowserSettings();

REST Client: Direct REST/HTTP client

GPAL.OttoMagicClient.GetBrowserSettings().Execute();