79740787

Date: 2025-08-20 08:06:13
Score: 1
Natty:
Report link

Your Django container isn’t accessible via localhost from Selenium.
Inside Docker, use the service name (django:8006) instead of localhost, and point your WebDriver to http://selenium-hub:4444/wd/hub. Also make sure your test port matches the Django runserver port.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user31290251