pub fn all_checks() -> &'static [DetectionCheck]Expand description
Return all built-in stealth detection checks.
Iterate the slice, send each check.script to the browser via CDP, then
call DetectionCheck::parse_output with the returned JSON string.