Open Issues Need Help
View All on GitHubAI Summary: The task is to debug and fix a download issue in the `selenium-standalone` Node.js package. The issue arises when installing the Chromium Edge driver, specifically due to a network error (`getaddrinfo ENOTFOUND`) preventing the download of the driver from the Microsoft Edge Driver URL. The solution involves identifying the root cause of the network error (potentially DNS resolution or network connectivity problems) and either correcting the underlying issue or providing a workaround, such as using a custom configuration file to specify alternative download URLs or driver versions.
A Node.js based package and CLI library for launching Selenium with WebDrivers support (Chrome, Firefox, IE, Edge)