I need seleniumGrid to be accessible via localhost (127.0.0.1) and instead of that, it is being offered in address:port 192.168.1.39:4444
What command option can I use to make it use localhost?
The command I’m using, right now is:
java -jar selenium-server-4.2.2.jar standalone
I’m using MacOS, 12.5 (Monterey)
Source: Read More