Can I handle camera pop ups on Chrome in Nighwatch JS?
Hi Emma,
To handle camera pop ups, add it with chrome option using the the command:
ChromeOptions options = new ChromeOptions();
options.addArguments("use-fake-device-for-media-stream");
Can I handle camera pop ups on Chrome in Nighwatch JS?
Hi Emma,
To handle camera pop ups, add it with chrome option using the the command:
ChromeOptions options = new ChromeOptions();
options.addArguments("use-fake-device-for-media-stream");