Hi Team,
I have my selenoid hub up and running in localhost:4444
I also have my ggr container up and running. I have mentioned the host name as localhost and port as 4444 in the test.xml file
Is this how we need to link a ggr with selenoid hub?
The problem I am facing is that when I pass the remote url as localhost:4444/wd/hub or http://test:test-password@localhost:4444/wd/hub - - in both the case test are running fine.
How can I actually understand that my requests were routed via ggr or not.?