Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 957 Bytes

File metadata and controls

10 lines (9 loc) · 957 Bytes

Linux Notes

  • Browser engine now works on Linux (Chrome/Chromium/Edge) without the old DISPLAY guard. Oracle will launch whatever chrome-launcher finds or what you pass via CHROME_PATH.
  • Explicit cookie sync (--browser-cookie-sync) supports snap-installed Chromium automatically. Prefer --browser-manual-login for a dedicated profile. Common cookie DB for the Default profile:
    • ~/snap/chromium/common/chromium/Default/Cookies
  • If you use a non-default profile or a custom install, point Oracle at the correct paths:
    • --browser-chrome-path /path/to/chrome
    • --browser-cookie-path /path/to/profile/Default/Cookies
  • Browser runs are headful (Cloudflare blocks headless). Keep a compositor/virtual display running if you don’t have a desktop session.
  • If cookie sync still can’t find your DB, use --browser-manual-login and sign in to the dedicated profile, or dump the session cookies with --browser-inline-cookies-file.