Chrome Flags Reference

Chrome command line switches and startup flags for automation, headless mode, and debugging.

--glic-always-open-fre

What does --glic-always-open-fre do?

No description available for this flag.

Usage

CLILaunch Chrome with --glic-always-open-fre using CLI

chrome --glic-always-open-fre

PuppeteerLaunch Chrome with --glic-always-open-fre using Puppeteer

const browser = await puppeteer.launch({
  args: ['--glic-always-open-fre']
});

PlaywrightLaunch Chrome with --glic-always-open-fre using Playwright

const browser = await chromium.launch({
  args: ['--glic-always-open-fre']
});

SeleniumLaunch Chrome with --glic-always-open-fre using Selenium

from selenium import webdriver

options = webdriver.ChromeOptions()
options.add_argument('--glic-always-open-fre')

driver = webdriver.Chrome(options=options)

Build Conditions

ANDROID!(CHROMEOS)MACWINENABLE_GLIC