Skip to content

Commit fe7654f

Browse files
committed
readme link to chrome-flags-for-tools
1 parent 783ff4a commit fe7654f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Launch Google Chrome with ease from node.
66

77
* [Disables many Chrome services](https://github.com/GoogleChrome/chrome-launcher/blob/main/src/flags.ts) that add noise to automated scenarios
8+
* See our [chrome-flags-for-tools.md](https://github.com/GoogleChrome/chrome-launcher/blob/main/docs/chrome-flags-for-tools.md) doc for an in-depth accounting of Chrome flags that are useful for measurement/automation tools.
89
* Opens up the browser's `remote-debugging-port` on an available port
910
* Automagically locates a Chrome binary to launch
1011
* Uses a fresh Chrome profile for each launch, and cleans itself up on `kill()`

docs/chrome-flags-for-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is an attempt to document all chrome flags that are relevant to tools, automatio
55

66
All use cases are different, so you'll have to choose which flags are most appropriate.
77

8-
Here's a **[Nov 2022 comparison of what flags](https://docs.google.com/spreadsheets/d/1n-vw_PCPS45jX3Jt9jQaAhFqBY6Ge1vWF_Pa0k7dCk4/edit#gid=1265672696)** all these [tools](#sources) use.
8+
Here's a **[July 2025 comparison of what flags](https://docs.google.com/spreadsheets/d/1n-vw_PCPS45jX3Jt9jQaAhFqBY6Ge1vWF_Pa0k7dCk4/edit#gid=1265672696)** all these [tools](#sources) use.
99

1010
## Commonly unwanted browser features
1111

0 commit comments

Comments
 (0)