How can I handle Microphone pop-ups on Chrome in pytest?

How can I handle Microphone pop-ups on Chrome in pytest?

Hi Mark!

You need to add the Chrome options to handle Microphone pop-ups on Chrome in pytest.

Here is the syntax for the same:

Chrome_Options options = new Chrome_Options();
options.add_Arguments("use-fake-ui-for-media-stream");