Function: detectPlaywrightAutomation()
function detectPlaywrightAutomation(processCandidate: unknown): boolean;
Defined in: electron/preload/utils/preloadSecurity.ts:112
Determines whether the preload bridge is running under Playwright automation.
Parameters
processCandidate
unknown
Returns
boolean