Unable to handle location access pop up on firefox using nightwatch.js
问题 While executing selenium tests on firefox using nightwatch.js, the test where our application selects geolocation keeps failing because of a pop-up in firefox asking to allow access keeps blocking the test It works fine on chrome when the configuration is set to "chromeOptions": {"args": ["--no-sandbox","--disable-infobars"]} However, the below options for firefox does not seem to work "firefox": { "selenium_port": 1234, "desiredCapabilities": { "browserName": "firefox", "browserVersion": "74