- Browser engine now works on Linux (Chrome/Chromium/Edge) without the old
DISPLAYguard. Oracle will launch whateverchrome-launcherfinds or what you pass viaCHROME_PATH. - Explicit cookie sync (
--browser-cookie-sync) supports snap-installed Chromium automatically. Prefer--browser-manual-loginfor 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-loginand sign in to the dedicated profile, or dump the session cookies with--browser-inline-cookies-file.