Skip to content

Commit

Permalink
docs: fix multiline xvfb-run command (#14471)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnologyClassroom authored Oct 27, 2022
1 parent 61973c6 commit 60c2fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/headless-chrome.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TMP_PROFILE_DIR=$(mktemp -d -t lighthouse.XXXXXXXXXX)

# start up chromium inside xvfb
xvfb-run --server-args='-screen 0, 1024x768x16' \
chromium-browser --user-data-dir=$TMP_PROFILE_DIR
chromium-browser --user-data-dir=$TMP_PROFILE_DIR \
--start-maximized \
--no-first-run \
--remote-debugging-port=9222 "about:blank"
Expand Down

0 comments on commit 60c2fa2

Please sign in to comment.