Studio & Workflow Tools

Get Browser Settings

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

NOTE

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();

💬 Ask GPAL