Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoogleChrome/chrome-launcher
/ functions
Functions
50 in github.com/GoogleChrome/chrome-launcher
⨍
Functions
50
◇
Types & classes
17
↓ 12 callers
Function
launchChromeWithOpts
(opts: Options = {})
test/chrome-launcher-test.ts:27
↓ 10 callers
Function
defaults
(val: T|undefined, def: T)
src/utils.ts:20
↓ 9 callers
Function
getPlatform
()
src/utils.ts:57
↓ 8 callers
Function
canAccess
(file: string|undefined)
src/chrome-finder.ts:228
↓ 8 callers
Method
kill
()
src/chrome-launcher.ts:439
↓ 8 callers
Method
launch
()
src/chrome-launcher.ts:277
↓ 8 callers
Method
prepare
()
src/chrome-launcher.ts:229
↓ 7 callers
Method
defaultFlags
()
src/chrome-launcher.ts:209
↓ 6 callers
Function
toWSLPath
(dir: string, fallback: string)
src/utils.ts:100
↓ 6 callers
Function
toWin32Path
(dir: string = '')
src/utils.ts:88
↓ 5 callers
Function
asBuffer
(str: string)
test/utils-test.ts:24
↓ 4 callers
Method
destroyTmp
()
src/chrome-launcher.ts:470
↓ 4 callers
Function
getWSLLocalAppDataPath
(path: string)
src/utils.ts:115
↓ 4 callers
Function
launch
(opts: Options = {})
src/chrome-launcher.ts:69
↓ 3 callers
Function
resolveChromePath
()
src/chrome-finder.ts:93
↓ 2 callers
Method
cleanup
(client?: net.Socket)
src/chrome-launcher.ts:373
↓ 2 callers
Function
getChromePath
Returns Chrome installation path that chrome-launcher will launch by default.
src/chrome-launcher.ts:100
↓ 2 callers
Method
getFirstInstallation
Returns the highest priority chrome installation.
src/chrome-launcher.ts:214
↓ 2 callers
Function
getRandomPort
()
src/random-port.ts:14
↓ 2 callers
Method
isDebuggerReady
()
src/chrome-launcher.ts:383
↓ 2 callers
Function
killAll
()
src/chrome-launcher.ts:108
↓ 2 callers
Function
sort
(installations: string[], priorities: Priorities)
src/chrome-finder.ts:210
↓ 1 callers
Function
darwin
()
src/chrome-finder.ts:39
↓ 1 callers
Function
delay
(time: number)
src/utils.ts:24
↓ 1 callers
Function
findChromeExecutables
(folder: string)
src/chrome-finder.ts:245
↓ 1 callers
Function
getFilePath
(fixtureName: string)
test/load-extension-test.ts:59
↓ 1 callers
Method
getInstallations
Returns all available chrome installations in decreasing priority order.
src/chrome-launcher.ts:220
↓ 1 callers
Function
getLocalAppDataPath
(path: string)
src/utils.ts:108
↓ 1 callers
Function
injectContentScriptIfNeeded
()
test/chrome_extension_fixture/background.js:7
↓ 1 callers
Function
makeTmpDir
()
src/utils.ts:61
↓ 1 callers
Method
makeTmpDir
()
src/chrome-launcher.ts:225
↓ 1 callers
Function
makeUnixTmpDir
()
src/utils.ts:123
↓ 1 callers
Function
makeWin32TmpDir
()
src/utils.ts:127
↓ 1 callers
Function
notifyTestServer
()
test/chrome_extension_fixture/contentscript.js:8
↓ 1 callers
Method
setBrowserPrefs
()
src/chrome-launcher.ts:250
↓ 1 callers
Method
spawnProcess
(execPath: string)
src/chrome-launcher.ts:315
↓ 1 callers
Function
startTestServer
* Create test server listening at localhost to detect extension execution * via a request to /hello_from_extension.
test/load-extension-test.ts:25
↓ 1 callers
Function
toWinDirFormat
(dir: string = '')
src/utils.ts:76
↓ 1 callers
Function
uniq
(arr: Array<any>)
src/chrome-finder.ts:241
↓ 1 callers
Method
waitUntilReady
()
src/chrome-launcher.ts:402
↓ 1 callers
Function
win32
()
src/chrome-finder.ts:186
Method
constructor
(public message: string = 'Unexpected error', public code?: string)
src/utils.ts:29
Method
constructor
(private opts: Options = {}, moduleOverrides: ModuleOverrides = {})
src/chrome-launcher.ts:149
Function
darwinFast
()
src/chrome-finder.ts:24
Method
flags
()
src/chrome-launcher.ts:184
Function
kill
()
src/chrome-launcher.ts:82
Function
linux
()
src/chrome-finder.ts:114
Method
poll
()
src/chrome-launcher.ts:409
Function
sigintListener
()
src/chrome-launcher.ts:64
Function
wsl
()
src/chrome-finder.ts:176