A Node.js based package and CLI library for launching Selenium with WebDrivers support (Chrome, Firefox, IE, Edge)

hacktoberfest
1 Open Issue Need Help Last updated: Jul 16, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 4/5
help wanted Bug 🐛

A Node.js based package and CLI library for launching Selenium with WebDrivers support (Chrome, Firefox, IE, Edge)

JavaScript
#hacktoberfest