Google chrome sound not working windows 10

broken image
broken image

'C:\Program Files (x86)\Google\Chrome\Application\chrome' -headless -disable-gpu -print-to-pdf=D:\output.pdf

broken image

79, but you'll probably have to specify a different path for the output file in order to have the necessary permissions to save it.Īs such, the following two commands worked for me: 'C:\Program Files (x86)\Google\Chrome\Application\chrome' -headless -disable-gpu -enable-logging -dump-dom Also, the -print-to-pdf command works as well in Chrome. What am I doing wrong?Īs noted by Mark Rajcok, if you add -enable-logging to the -dump-dom command, it works. When I run the commands, something seems to process for a second, but I don't actually see anything.

broken image

I just upgraded Chrome on Windows 10 to version 60, but when I run either of the following commands from the command line, nothing seems to happen: chrome -headless -disable-gpu -dump-dom Ĭhrome -headless -disable-gpu -print-to-pdf Īnd I'm running all of these commands from the following path (the default installation path for Chrome on Windows): C:\Program Files (x86)\Google\Chrome\Application\ I've been looking at the following article about Headless Chrome: