How to handle camera pop ups on Chrome browser?

What are the steps to handle camera pop ups on Chrome browser?

Hi Tom,

You can handle the camera popup by adding it with chrome option using the the command:

ChromeOptions options = new ChromeOptions();
    options.addArguments("use-fake-device-for-media-stream");