hey guys im have an issue with selenium remote driver
im wrote automation that testing a website ui and api
the website as the db and api runs locally in 4 docker containers in my localhost
and same as the selenium grid server runs in 3 containers (chrome,firefox,selenium-hub) also in my localhost
when im run my automation code with any url its work
but when im use the localhost url for the website its throw an error (Webdriver error something thats happend in the line driver.get(url)) im wonder if its becuse the selenium grid server and the website both runs locally?