32814c4796
- Replace chromedp.Flag() with chromedp.NoSandbox - Replace chromedp.Flag() with chromedp.DisableGPU - Apply fix to both GenerateFromURL and GenerateFromURLWithOptions - Fixes Ubuntu 23.10+ AppArmor sandbox restrictions The chromedp.Flag() method wasn't properly disabling the sandbox, causing Chrome to crash with 'No usable sandbox!' fatal error in CI.