Comment #18 on issue 372693 by
phog...@chromium.org:
Re #17: I don't understand what you're talking about or how it relates to
comment #3 on the other issue. I'll just try to explain the flags and hope
that answers your question.
For the screenshare window picker, you can use
--auto-select-desktop-capture-source="window_name", where "window_name" is
the label printed under the window thumbnail. For instance, "Entire screen"
will select to share the whole screen on an English-locale Chrome.
--use-fake-ui-for-media-stream bypasses the gUM prompt and allows the gUM
request, unless --use-fake-ui-for-media-stream=deny is specified, in which
case the request is denied instead. This may or may not be used in
conjunction with the fake device, --use-fake-device-for-media-stream.
The prompt you're mentioning in #14 is a different prompt for extensions.
It can't be bypassed, and is what
crbug.com/459532 is about.