How to handle camera pop ups on Chrome ?
Hi Brett,
To add your camera pop-ups on chrome, use the below command:
ChromeOptions options = new ChromeOptions();
options.addArguments("use-fake-device-for-media-stream");
How to handle camera pop ups on Chrome ?
Hi Brett,
To add your camera pop-ups on chrome, use the below command:
ChromeOptions options = new ChromeOptions();
options.addArguments("use-fake-device-for-media-stream");