Change8
Error1 reports

Fix UnresolvedAddressException

in Selenium

Solution

UnresolvedAddressException in Selenium usually means the WebDriver is trying to connect to a hostname or IP address that it cannot resolve. Ensure the Selenium Grid hub/node addresses are correctly configured and accessible from the machine running the tests, and verify there are no typos or network connectivity issues preventing resolution. If using hostnames, confirm they are resolvable via DNS or present in your machine's hosts file.

Timeline

First reported:Oct 6, 2025
Last reported:Oct 6, 2025

Need More Help?

View the full changelog and migration guides for Selenium

View Selenium Changelog