Studio & Workflow Tools

Get Settings

Retrieve the combined GPAL and browser settings as JSON.

Retrieve the combined GPAL and browser settings as JSON.

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

TIP

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