How to handle camera pop-ups on Chrome?

How to handle camera pop-ups on Chrome?

Hey Rhian,

To handle camera pop-ups on Chrome, add the below command:

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