I want to use Google Chrome headless mode.
I type this.
google-chrome --headless --disable-gpu --dump-dom --no-sandbox http://google.com
and it always show warning in the first output like below.
[0722/222841.700788:WARNING:audio_manager.cc(293)] Multiple instances of AudioManager detected
[0722/222841.700844:WARNING:audio_manager.cc(254)] Multiple instances of AudioManager detected
What causing that? I want to have clean output of the DOM.