Studio & Workflow Tools

Get Settings

Returns a JSON snapshot combining both the GPAL library configuration and the browser configuration in a single response, useful for debugging and diagnostics.

NOTE

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

Examples

MagicHelper: MagicHelper utility library

string settings = GPAL.MagicHelper.GetSettings();

REST Client: Direct REST/HTTP client

GPAL.OttoMagicClient.GetSettings().Execute();

💬 Ask GPAL