Skip to content

Instantly share code, notes, and snippets.

@deepakchoudhary
Created March 2, 2018 08:35
Show Gist options
  • Save deepakchoudhary/f4ce9c3499fdece534bbbc3ba253cf09 to your computer and use it in GitHub Desktop.
Save deepakchoudhary/f4ce9c3499fdece534bbbc3ba253cf09 to your computer and use it in GitHub Desktop.
Command to run chromium browser without window(headless) and play a youtube video in background
chromium-browser --headless --disable-gpu --remote-debugging-port=9223 https://www.youtube.com/watch?v=ao4o-XRU_KM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment