Discussion:
[selenium-users] Need help with Selenium Grid with RobotFramework
Sachin Nikam
2015-07-22 04:56:53 UTC
Permalink
Hi All,

I am using RobotFramework for automation testing.

I am running my test suites in parallel using node and specifying that node
in the suite setup.

Lets say one of my suite is having more testcases than other suites.
Execution goes on, on the respective node and other nodes are ideal.

Is it possible instead of configuring node in each suite, I give hub url
and then hub will distribute the test on available nodes.

I tried to give hub url but got following error:

WebDriverException: Message: Session [(null externalkey)] not available and
is not among the last 1000 terminated sessions.
Active sessions are[]
Stacktrace: at
org.openqa.grid.internal.ActiveTestSessions.getExistingSession
(ActiveTestSessions.java:110)
at org.openqa.grid.internal.Registry.getExistingSession (Registry.java:423)
at org.openqa.grid.web.servlet.handler.RequestHandler.getSession
(RequestHandler.java:238)
at org.openqa.grid.web.servlet.handler.RequestHandler.process
(RequestHandler.java:119)
at org.openqa.grid.web.servlet.DriverServlet.process
(DriverServlet.java:83)
at org.openqa.grid.web.servlet.DriverServlet.doPost (DriverServlet.java:67)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:820)
at org.seleniumhq.jetty7.servlet.ServletHolder.handle
(ServletHolder.java:565)
at org.seleniumhq.jetty7.servlet.ServletHandler.doHandle
(ServletHandler.java:479)
at org.seleniumhq.jetty7.server.session.SessionHandler.doHandle
(SessionHandler.java:225)
at org.seleniumhq.jetty7.server.handler.ContextHandler.doHandle
(ContextHandler.java:1031)
at org.seleniumhq.jetty7.servlet.ServletHandler.doScope
(ServletHandler.java:406)
at org.seleniumhq.jetty7.server.session.SessionHandler.doScope
(SessionHandler.java:186)
at org.seleniumhq.jetty7.server.handler.ContextHandler.doScope
(ContextHandler.java:965)
at org.seleniumhq.jetty7.server.handler.ScopedHandler.handle
(ScopedHandler.java:117)
at org.seleniumhq.jetty7.server.handler.HandlerWrapper.handle
(HandlerWrapper.java:111)
at org.seleniumhq.jetty7.server.Server.handle (Server.java:349)
at org.seleniumhq.jetty7.server.AbstractHttpConnection.handleRequest
(AbstractHttpConnection.java:452)
at org.seleniumhq.jetty7.server.BlockingHttpConnection.handleRequest
(BlockingHttpConnection.java:47)
at org.seleniumhq.jetty7.server.AbstractHttpConnection.content
(AbstractHttpConnection.java:894)
at
org.seleniumhq.jetty7.server.AbstractHttpConnection$RequestHandler.content
(AbstractHttpConnection.java:948)
at org.seleniumhq.jetty7.http.HttpParser.parseNext (HttpParser.java:857)
at org.seleniumhq.jetty7.http.HttpParser.parseAvailable
(HttpParser.java:235)
at org.seleniumhq.jetty7.server.BlockingHttpConnection.handle
(BlockingHttpConnection.java:66)
at org.seleniumhq.jetty7.server.bio.SocketConnector$ConnectorEndPoint.run
(SocketConnector.java:254)
at org.seleniumhq.jetty7.util.thread.QueuedThreadPool.runJob
(QueuedThreadPool.java:599)
at org.seleniumhq.jetty7.util.thread.QueuedThreadPool$3.run
(QueuedThreadPool.java:534)
at java.lang.Thread.run (Thread.java:744)
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/394c3fcf-b01d-4699-a4fa-ac19f6633ccb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Krishnan Mahadevan
2015-07-23 06:03:47 UTC
Permalink
Sachin,

I didnt quite understand your problem statement. Would it be possible for
you to please help elaborate with some code samples on what you are trying
to figure out ?

Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening
or in love with someone else!"
Post by Sachin Nikam
Hi All,
I am using RobotFramework for automation testing.
I am running my test suites in parallel using node and specifying that
node in the suite setup.
Lets say one of my suite is having more testcases than other suites.
Execution goes on, on the respective node and other nodes are ideal.
Is it possible instead of configuring node in each suite, I give hub url
and then hub will distribute the test on available nodes.
WebDriverException: Message: Session [(null externalkey)] not available
and is not among the last 1000 terminated sessions.
Active sessions are[]
Stacktrace: at
org.openqa.grid.internal.ActiveTestSessions.getExistingSession
(ActiveTestSessions.java:110)
at org.openqa.grid.internal.Registry.getExistingSession
(Registry.java:423)
at org.openqa.grid.web.servlet.handler.RequestHandler.getSession
(RequestHandler.java:238)
at org.openqa.grid.web.servlet.handler.RequestHandler.process
(RequestHandler.java:119)
at org.openqa.grid.web.servlet.DriverServlet.process
(DriverServlet.java:83)
at org.openqa.grid.web.servlet.DriverServlet.doPost
(DriverServlet.java:67)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:820)
at org.seleniumhq.jetty7.servlet.ServletHolder.handle
(ServletHolder.java:565)
at org.seleniumhq.jetty7.servlet.ServletHandler.doHandle
(ServletHandler.java:479)
at org.seleniumhq.jetty7.server.session.SessionHandler.doHandle
(SessionHandler.java:225)
at org.seleniumhq.jetty7.server.handler.ContextHandler.doHandle
(ContextHandler.java:1031)
at org.seleniumhq.jetty7.servlet.ServletHandler.doScope
(ServletHandler.java:406)
at org.seleniumhq.jetty7.server.session.SessionHandler.doScope
(SessionHandler.java:186)
at org.seleniumhq.jetty7.server.handler.ContextHandler.doScope
(ContextHandler.java:965)
at org.seleniumhq.jetty7.server.handler.ScopedHandler.handle
(ScopedHandler.java:117)
at org.seleniumhq.jetty7.server.handler.HandlerWrapper.handle
(HandlerWrapper.java:111)
at org.seleniumhq.jetty7.server.Server.handle (Server.java:349)
at org.seleniumhq.jetty7.server.AbstractHttpConnection.handleRequest
(AbstractHttpConnection.java:452)
at org.seleniumhq.jetty7.server.BlockingHttpConnection.handleRequest
(BlockingHttpConnection.java:47)
at org.seleniumhq.jetty7.server.AbstractHttpConnection.content
(AbstractHttpConnection.java:894)
at
org.seleniumhq.jetty7.server.AbstractHttpConnection$RequestHandler.content
(AbstractHttpConnection.java:948)
at org.seleniumhq.jetty7.http.HttpParser.parseNext (HttpParser.java:857)
at org.seleniumhq.jetty7.http.HttpParser.parseAvailable
(HttpParser.java:235)
at org.seleniumhq.jetty7.server.BlockingHttpConnection.handle
(BlockingHttpConnection.java:66)
at org.seleniumhq.jetty7.server.bio.SocketConnector$ConnectorEndPoint.run
(SocketConnector.java:254)
at org.seleniumhq.jetty7.util.thread.QueuedThreadPool.runJob
(QueuedThreadPool.java:599)
at org.seleniumhq.jetty7.util.thread.QueuedThreadPool$3.run
(QueuedThreadPool.java:534)
at java.lang.Thread.run (Thread.java:744)
--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/selenium-users/394c3fcf-b01d-4699-a4fa-ac19f6633ccb%40googlegroups.com
<https://groups.google.com/d/msgid/selenium-users/394c3fcf-b01d-4699-a4fa-ac19f6633ccb%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CANikZLkF_jzR8_J5JwmKSfPSTuERrMap0Fc0C73ywp%3DHDq%2BFfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Aniket Gadre
2015-07-23 06:16:28 UTC
Permalink
So basically you have just setup the Grid but not really using it. You
_must_ provide the HUB IP in your remote webdriver and not Node IP. If you
are using node IP you are just doing remote execution on some other machine.

You should leave it on Hub to decide on which node it needs to execute the
script

Best Regards,

*Aniket Gadre*



“*Programming can be fun, so can cryptography; however they should not be
combined.*”
Post by Sachin Nikam
Hi All,
I am using RobotFramework for automation testing.
I am running my test suites in parallel using node and specifying that
node in the suite setup.
Lets say one of my suite is having more testcases than other suites.
Execution goes on, on the respective node and other nodes are ideal.
Is it possible instead of configuring node in each suite, I give hub url
and then hub will distribute the test on available nodes.
WebDriverException: Message: Session [(null externalkey)] not available
and is not among the last 1000 terminated sessions.
Active sessions are[]
Stacktrace: at
org.openqa.grid.internal.ActiveTestSessions.getExistingSession
(ActiveTestSessions.java:110)
at org.openqa.grid.internal.Registry.getExistingSession
(Registry.java:423)
at org.openqa.grid.web.servlet.handler.RequestHandler.getSession
(RequestHandler.java:238)
at org.openqa.grid.web.servlet.handler.RequestHandler.process
(RequestHandler.java:119)
at org.openqa.grid.web.servlet.DriverServlet.process
(DriverServlet.java:83)
at org.openqa.grid.web.servlet.DriverServlet.doPost
(DriverServlet.java:67)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:820)
at org.seleniumhq.jetty7.servlet.ServletHolder.handle
(ServletHolder.java:565)
at org.seleniumhq.jetty7.servlet.ServletHandler.doHandle
(ServletHandler.java:479)
at org.seleniumhq.jetty7.server.session.SessionHandler.doHandle
(SessionHandler.java:225)
at org.seleniumhq.jetty7.server.handler.ContextHandler.doHandle
(ContextHandler.java:1031)
at org.seleniumhq.jetty7.servlet.ServletHandler.doScope
(ServletHandler.java:406)
at org.seleniumhq.jetty7.server.session.SessionHandler.doScope
(SessionHandler.java:186)
at org.seleniumhq.jetty7.server.handler.ContextHandler.doScope
(ContextHandler.java:965)
at org.seleniumhq.jetty7.server.handler.ScopedHandler.handle
(ScopedHandler.java:117)
at org.seleniumhq.jetty7.server.handler.HandlerWrapper.handle
(HandlerWrapper.java:111)
at org.seleniumhq.jetty7.server.Server.handle (Server.java:349)
at org.seleniumhq.jetty7.server.AbstractHttpConnection.handleRequest
(AbstractHttpConnection.java:452)
at org.seleniumhq.jetty7.server.BlockingHttpConnection.handleRequest
(BlockingHttpConnection.java:47)
at org.seleniumhq.jetty7.server.AbstractHttpConnection.content
(AbstractHttpConnection.java:894)
at
org.seleniumhq.jetty7.server.AbstractHttpConnection$RequestHandler.content
(AbstractHttpConnection.java:948)
at org.seleniumhq.jetty7.http.HttpParser.parseNext (HttpParser.java:857)
at org.seleniumhq.jetty7.http.HttpParser.parseAvailable
(HttpParser.java:235)
at org.seleniumhq.jetty7.server.BlockingHttpConnection.handle
(BlockingHttpConnection.java:66)
at org.seleniumhq.jetty7.server.bio.SocketConnector$ConnectorEndPoint.run
(SocketConnector.java:254)
at org.seleniumhq.jetty7.util.thread.QueuedThreadPool.runJob
(QueuedThreadPool.java:599)
at org.seleniumhq.jetty7.util.thread.QueuedThreadPool$3.run
(QueuedThreadPool.java:534)
at java.lang.Thread.run (Thread.java:744)
--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/selenium-users/394c3fcf-b01d-4699-a4fa-ac19f6633ccb%40googlegroups.com
<https://groups.google.com/d/msgid/selenium-users/394c3fcf-b01d-4699-a4fa-ac19f6633ccb%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAJp5MR8oJ_gucKkWpfMLFM4iXXUjeYbomFygixkTGbDLOQNphg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Sachin Nikam
2015-07-30 16:16:41 UTC
Permalink
Hi Guys,

Thanks for your reply.

My setup is as follows:

1. I have setup a hub
2. Under that hub, I have configured 5 nodes with max of 3 instances of
browser
3. In my test suites I am giving hub url
4. I am running my test suites in parallel


My assumption is that, when testsuites run in parallel all requests will be
sent to hub and hub will distribute within available nodes.

But it didn't distribute and gets above mentioned error. If I manually
configure node for each test suite then it works fine, just not working
with hub



Thanks & Regards,
Sachin Nikam
Post by Aniket Gadre
So basically you have just setup the Grid but not really using it. You
_must_ provide the HUB IP in your remote webdriver and not Node IP. If you
are using node IP you are just doing remote execution on some other machine.
You should leave it on Hub to decide on which node it needs to execute the
script
Best Regards,
*Aniket Gadre*
“*Programming can be fun, so can cryptography; however they should not be
combined.*”
Post by Sachin Nikam
Hi All,
I am using RobotFramework for automation testing.
I am running my test suites in parallel using node and specifying that
node in the suite setup.
Lets say one of my suite is having more testcases than other suites.
Execution goes on, on the respective node and other nodes are ideal.
Is it possible instead of configuring node in each suite, I give hub url
and then hub will distribute the test on available nodes.
WebDriverException: Message: Session [(null externalkey)] not available
and is not among the last 1000 terminated sessions.
Active sessions are[]
Stacktrace: at
org.openqa.grid.internal.ActiveTestSessions.getExistingSession
(ActiveTestSessions.java:110)
at org.openqa.grid.internal.Registry.getExistingSession
(Registry.java:423)
at org.openqa.grid.web.servlet.handler.RequestHandler.getSession
(RequestHandler.java:238)
at org.openqa.grid.web.servlet.handler.RequestHandler.process
(RequestHandler.java:119)
at org.openqa.grid.web.servlet.DriverServlet.process
(DriverServlet.java:83)
at org.openqa.grid.web.servlet.DriverServlet.doPost
(DriverServlet.java:67)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:820)
at org.seleniumhq.jetty7.servlet.ServletHolder.handle
(ServletHolder.java:565)
at org.seleniumhq.jetty7.servlet.ServletHandler.doHandle
(ServletHandler.java:479)
at org.seleniumhq.jetty7.server.session.SessionHandler.doHandle
(SessionHandler.java:225)
at org.seleniumhq.jetty7.server.handler.ContextHandler.doHandle
(ContextHandler.java:1031)
at org.seleniumhq.jetty7.servlet.ServletHandler.doScope
(ServletHandler.java:406)
at org.seleniumhq.jetty7.server.session.SessionHandler.doScope
(SessionHandler.java:186)
at org.seleniumhq.jetty7.server.handler.ContextHandler.doScope
(ContextHandler.java:965)
at org.seleniumhq.jetty7.server.handler.ScopedHandler.handle
(ScopedHandler.java:117)
at org.seleniumhq.jetty7.server.handler.HandlerWrapper.handle
(HandlerWrapper.java:111)
at org.seleniumhq.jetty7.server.Server.handle (Server.java:349)
at org.seleniumhq.jetty7.server.AbstractHttpConnection.handleRequest
(AbstractHttpConnection.java:452)
at org.seleniumhq.jetty7.server.BlockingHttpConnection.handleRequest
(BlockingHttpConnection.java:47)
at org.seleniumhq.jetty7.server.AbstractHttpConnection.content
(AbstractHttpConnection.java:894)
at
org.seleniumhq.jetty7.server.AbstractHttpConnection$RequestHandler.content
(AbstractHttpConnection.java:948)
at org.seleniumhq.jetty7.http.HttpParser.parseNext (HttpParser.java:857)
at org.seleniumhq.jetty7.http.HttpParser.parseAvailable
(HttpParser.java:235)
at org.seleniumhq.jetty7.server.BlockingHttpConnection.handle
(BlockingHttpConnection.java:66)
at
org.seleniumhq.jetty7.server.bio.SocketConnector$ConnectorEndPoint.run
(SocketConnector.java:254)
at org.seleniumhq.jetty7.util.thread.QueuedThreadPool.runJob
(QueuedThreadPool.java:599)
at org.seleniumhq.jetty7.util.thread.QueuedThreadPool$3.run
(QueuedThreadPool.java:534)
at java.lang.Thread.run (Thread.java:744)
--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
<javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/selenium-users/394c3fcf-b01d-4699-a4fa-ac19f6633ccb%40googlegroups.com
<https://groups.google.com/d/msgid/selenium-users/394c3fcf-b01d-4699-a4fa-ac19f6633ccb%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/c37958d6-4342-44b0-827a-4e87cb4e1dc9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sachin Nikam
2015-07-31 10:57:38 UTC
Permalink
my problem got solved.

Earlier I was giving http://172.16.4.201:4444/wd/hub

I changed it to http://172.16.4.201:4444/wd/hub and my problem solved.
Post by Sachin Nikam
Hi Guys,
Thanks for your reply.
1. I have setup a hub
2. Under that hub, I have configured 5 nodes with max of 3 instances of
browser
3. In my test suites I am giving hub url
4. I am running my test suites in parallel
My assumption is that, when testsuites run in parallel all requests will
be sent to hub and hub will distribute within available nodes.
But it didn't distribute and gets above mentioned error. If I manually
configure node for each test suite then it works fine, just not working
with hub
Thanks & Regards,
Sachin Nikam
Post by Aniket Gadre
So basically you have just setup the Grid but not really using it. You
_must_ provide the HUB IP in your remote webdriver and not Node IP. If you
are using node IP you are just doing remote execution on some other machine.
You should leave it on Hub to decide on which node it needs to execute
the script
Best Regards,
*Aniket Gadre*
“*Programming can be fun, so can cryptography; however they should not
be combined.*”
Post by Sachin Nikam
Hi All,
I am using RobotFramework for automation testing.
I am running my test suites in parallel using node and specifying that
node in the suite setup.
Lets say one of my suite is having more testcases than other suites.
Execution goes on, on the respective node and other nodes are ideal.
Is it possible instead of configuring node in each suite, I give hub url
and then hub will distribute the test on available nodes.
WebDriverException: Message: Session [(null externalkey)] not available
and is not among the last 1000 terminated sessions.
Active sessions are[]
Stacktrace: at
org.openqa.grid.internal.ActiveTestSessions.getExistingSession
(ActiveTestSessions.java:110)
at org.openqa.grid.internal.Registry.getExistingSession
(Registry.java:423)
at org.openqa.grid.web.servlet.handler.RequestHandler.getSession
(RequestHandler.java:238)
at org.openqa.grid.web.servlet.handler.RequestHandler.process
(RequestHandler.java:119)
at org.openqa.grid.web.servlet.DriverServlet.process
(DriverServlet.java:83)
at org.openqa.grid.web.servlet.DriverServlet.doPost
(DriverServlet.java:67)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:820)
at org.seleniumhq.jetty7.servlet.ServletHolder.handle
(ServletHolder.java:565)
at org.seleniumhq.jetty7.servlet.ServletHandler.doHandle
(ServletHandler.java:479)
at org.seleniumhq.jetty7.server.session.SessionHandler.doHandle
(SessionHandler.java:225)
at org.seleniumhq.jetty7.server.handler.ContextHandler.doHandle
(ContextHandler.java:1031)
at org.seleniumhq.jetty7.servlet.ServletHandler.doScope
(ServletHandler.java:406)
at org.seleniumhq.jetty7.server.session.SessionHandler.doScope
(SessionHandler.java:186)
at org.seleniumhq.jetty7.server.handler.ContextHandler.doScope
(ContextHandler.java:965)
at org.seleniumhq.jetty7.server.handler.ScopedHandler.handle
(ScopedHandler.java:117)
at org.seleniumhq.jetty7.server.handler.HandlerWrapper.handle
(HandlerWrapper.java:111)
at org.seleniumhq.jetty7.server.Server.handle (Server.java:349)
at org.seleniumhq.jetty7.server.AbstractHttpConnection.handleRequest
(AbstractHttpConnection.java:452)
at org.seleniumhq.jetty7.server.BlockingHttpConnection.handleRequest
(BlockingHttpConnection.java:47)
at org.seleniumhq.jetty7.server.AbstractHttpConnection.content
(AbstractHttpConnection.java:894)
at
org.seleniumhq.jetty7.server.AbstractHttpConnection$RequestHandler.content
(AbstractHttpConnection.java:948)
at org.seleniumhq.jetty7.http.HttpParser.parseNext
(HttpParser.java:857)
at org.seleniumhq.jetty7.http.HttpParser.parseAvailable
(HttpParser.java:235)
at org.seleniumhq.jetty7.server.BlockingHttpConnection.handle
(BlockingHttpConnection.java:66)
at
org.seleniumhq.jetty7.server.bio.SocketConnector$ConnectorEndPoint.run
(SocketConnector.java:254)
at org.seleniumhq.jetty7.util.thread.QueuedThreadPool.runJob
(QueuedThreadPool.java:599)
at org.seleniumhq.jetty7.util.thread.QueuedThreadPool$3.run
(QueuedThreadPool.java:534)
at java.lang.Thread.run (Thread.java:744)
--
You received this message because you are subscribed to the Google
Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send
To view this discussion on the web visit
https://groups.google.com/d/msgid/selenium-users/394c3fcf-b01d-4699-a4fa-ac19f6633ccb%40googlegroups.com
<https://groups.google.com/d/msgid/selenium-users/394c3fcf-b01d-4699-a4fa-ac19f6633ccb%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/c5e1778d-99c5-49bb-aaed-0dbe35a5a877%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
alexlazarciuc
2018-12-05 11:14:06 UTC
Permalink
Hi Sachin,

What was the actual fix here?
From your statement I can see the same url:
http://172.16.4.201:4444/wd/hub
http://172.16.4.201:4444/wd/hub

Thanks,
Alex



--
Sent from: http://selenium.10932.n7.nabble.com/Selenium-Users-f8051.html
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/1544008446500-0.post%40n7.nabble.com.
For more options, visit https://groups.google.com/d/optout.
Loading...