Chrome Flags Reference

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

--glic-fre-url

What does --glic-fre-url do?

No description available for this flag.

Usage

CLILaunch Chrome with --glic-fre-url using CLI

chrome --glic-fre-url

PuppeteerLaunch Chrome with --glic-fre-url using Puppeteer

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

PlaywrightLaunch Chrome with --glic-fre-url using Playwright

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

SeleniumLaunch Chrome with --glic-fre-url using Selenium

from selenium import webdriver

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

driver = webdriver.Chrome(options=options)

Build Conditions

ANDROID!(CHROMEOS)MACWINENABLE_GLIC