Not able to access Selenium grid through browser

269 views
Skip to first unread message

Sandip Mukherjee

unread,
Jun 2, 2017, 11:47:12 AM6/2/17
to Selenium Users
I am trying to access Selenium Grid through browser by following url:- http://localhost:4444/wd/hub

It is giving me following error..Please let me know how to resolve this.

{"status":13,"value":{"class":"java.lang.NullPointerException","stackTrace":[{"fileName":"ExternalSessionKey.java","className":"org.openqa.grid.internal.ExternalSessionKey","methodName":"fromWebDriverRequest","lineNumber":77},{"fileName":"WebDriverRequest.java","className":"org.openqa.grid.web.servlet.handler.WebDriverRequest","methodName":"extractSession","lineNumber":58},{"fileName":"RequestHandler.java","className":"org.openqa.grid.web.servlet.handler.RequestHandler","methodName":"getSession","lineNumber":231},{"fileName":"RequestHandler.java","className":"org.openqa.grid.web.servlet.handler.RequestHandler","methodName":"process","lineNumber":117},{"fileName":"DriverServlet.java","className":"org.openqa.grid.web.servlet.DriverServlet","methodName":"process","lineNumber":83},{"fileName":"DriverServlet.java","className":"org.openqa.grid.web.servlet.DriverServlet","methodName":"doGet","lineNumber":61},{"fileName":"HttpServlet.java","className":"javax.servlet.http.HttpServlet","methodName":"service","lineNumber":687},{"fileName":"HttpServlet.java","className":"javax.servlet.http.HttpServlet","methodName":"service","lineNumber":790},{"fileName":"ServletHolder.java","className":"org.seleniumhq.jetty9.servlet.ServletHolder","methodName":"handle","lineNumber":841},{"fileName":"ServletHandler.java","className":"org.seleniumhq.jetty9.servlet.ServletHandler","methodName":"doHandle","lineNumber":543},{"fileName":"ScopedHandler.java","className":"org.seleniumhq.jetty9.server.handler.ScopedHandler","methodName":"nextHandle","lineNumber":188},{"fileName":"SessionHandler.java","className":"org.seleniumhq.jetty9.server.session.SessionHandler","methodName":"doHandle","lineNumber":1584},{"fileName":"ScopedHandler.java","className":"org.seleniumhq.jetty9.server.handler.ScopedHandler","methodName":"nextHandle","lineNumber":188},{"fileName":"ContextHandler.java","className":"org.seleniumhq.jetty9.server.handler.ContextHandler","methodName":"doHandle","lineNumber":1228},{"fileName":"ScopedHandler.java","className":"org.seleniumhq.jetty9.server.handler.ScopedHandler","methodName":"nextScope","lineNumber":168},{"fileName":"ServletHandler.java","className":"org.seleniumhq.jetty9.servlet.ServletHandler","methodName":"doScope","lineNumber":481},{"fileName":"SessionHandler.java","className":"org.seleniumhq.jetty9.server.session.SessionHandler","methodName":"doScope","lineNumber":1553},{"fileName":"ScopedHandler.java","className":"org.seleniumhq.jetty9.server.handler.ScopedHandler","methodName":"nextScope","lineNumber":166},{"fileName":"ContextHandler.java","className":"org.seleniumhq.jetty9.server.handler.ContextHandler","methodName":"doScope","lineNumber":1130},{"fileName":"ScopedHandler.java","className":"org.seleniumhq.jetty9.server.handler.ScopedHandler","methodName":"handle","lineNumber":141},{"fileName":"HandlerWrapper.java","className":"org.seleniumhq.jetty9.server.handler.HandlerWrapper","methodName":"handle","lineNumber":132},{"fileName":"Server.java","className":"org.seleniumhq.jetty9.server.Server","methodName":"handle","lineNumber":564},{"fileName":"HttpChannel.java","className":"org.seleniumhq.jetty9.server.HttpChannel","methodName":"handle","lineNumber":320},{"fileName":"HttpConnection.java","className":"org.seleniumhq.jetty9.server.HttpConnection","methodName":"onFillable","lineNumber":251},{"fileName":"AbstractConnection.java","className":"org.seleniumhq.jetty9.io.AbstractConnection$ReadCallback","methodName":"succeeded","lineNumber":279},{"fileName":"FillInterest.java","className":"org.seleniumhq.jetty9.io.FillInterest","methodName":"fillable","lineNumber":112},{"fileName":"ChannelEndPoint.java","className":"org.seleniumhq.jetty9.io.ChannelEndPoint$2","methodName":"run","lineNumber":124},{"fileName":"Invocable.java","className":"org.seleniumhq.jetty9.util.thread.Invocable","methodName":"invokePreferred","lineNumber":122},{"fileName":"ExecutingExecutionStrategy.java","className":"org.seleniumhq.jetty9.util.thread.strategy.ExecutingExecutionStrategy","methodName":"invoke","lineNumber":58},{"fileName":"ExecuteProduceConsume.java","className":"org.seleniumhq.jetty9.util.thread.strategy.ExecuteProduceConsume","methodName":"produceConsume","lineNumber":201},{"fileName":"ExecuteProduceConsume.java","className":"org.seleniumhq.jetty9.util.thread.strategy.ExecuteProduceConsume","methodName":"run","lineNumber":133},{"fileName":"QueuedThreadPool.java","className":"org.seleniumhq.jetty9.util.thread.QueuedThreadPool","methodName":"runJob","lineNumber":672},{"fileName":"QueuedThreadPool.java","className":"org.seleniumhq.jetty9.util.thread.QueuedThreadPool$2","methodName":"run","lineNumber":590},{"className":"java.lang.Thread","methodName":"run","lineNumber":-1}]}}


Krishnan Mahadevan

unread,
Jun 2, 2017, 11:49:10 AM6/2/17
to seleniu...@googlegroups.com

You should be hitting http://localhost:4444/grid/console

 

http://localhost:4444/wd/hub if I remember correctly supports only a POST and expects a payload, which you weren’t providing and hence the error. Moreover this end-point is *NOT* intended to be accessed by end-users manually.

 

Thanks & Regards

Krishnan Mahadevan

 

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"

My Scribblings @ http://wakened-cognition.blogspot.com/

My Technical Scribbings @ http://rationaleemotions.wordpress.com/

--
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-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/0d68686d-977e-443e-9a44-c79c8b5167f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Sandip Mukherjee

unread,
Jun 2, 2017, 1:02:43 PM6/2/17
to seleniu...@googlegroups.com
How can I able to see the test cases which is running on selenium grid.Earlier I know we used to go to that url and see the screenshot of the browser with the details of test running.

To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/AC1C0646-BD57-4113-9814-675129A02E31%40gmail.com.

⇜Krishnan Mahadevan⇝

unread,
Jun 2, 2017, 1:05:44 PM6/2/17
to seleniu...@googlegroups.com

I don't think there is any endpoint that's built and exposed to users out of the box in Grid2.

You would need to build it as your own servlet and inject it at the hub level.


On Fri, Jun 2, 2017, 22:32 Sandip Mukherjee <mukher...@gmail.com> wrote:
How can I able to see the test cases which is running on selenium grid.Earlier I know we used to go to that url and see the screenshot of the browser with the details of test running.

On Fri, Jun 2, 2017 at 11:48 AM, Krishnan Mahadevan <krishnan.ma...@gmail.com> wrote:

You should be hitting http://localhost:4444/grid/console

 

http://localhost:4444/wd/hub if I remember correctly supports only a POST and expects a payload, which you weren’t providing and hence the error. Moreover this end-point is *NOT* intended to be accessed by end-users manually.

 

Thanks & Regards

Krishnan Mahadevan

 

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"

My Scribblings @ http://wakened-cognition.blogspot.com/

My Technical Scribbings @ http://rationaleemotions.wordpress.com/

 

From: <seleniu...@googlegroups.com> on behalf of Sandip Mukherjee <mukher...@gmail.com>
Reply-To: <seleniu...@googlegroups.com>
Date: Friday, June 2, 2017 at 9:17 PM
To: Selenium Users <seleniu...@googlegroups.com>
Subject: [selenium-users] Not able to access Selenium grid through browser

 

I am trying to access Selenium Grid through browser by following url:- http://localhost:4444/wd/hub

 

It is giving me following error..Please let me know how to resolve this.

 

{"status":13,"value":{"class":"java.lang.NullPointerException","stackTrace":[{"fileName":"ExternalSessionKey.java","className":"org.openqa.grid.internal.ExternalSessionKey","methodName":"fromWebDriverRequest","lineNumber":77},{"fileName":"WebDriverRequest.java","className":"org.openqa.grid.web.servlet.handler.WebDriverRequest","methodName":"extractSession","lineNumber":58},{"fileName":"RequestHandler.java","className":"org.openqa.grid.web.servlet.handler.RequestHandler","methodName":"getSession","lineNumber":231},{"fileName":"RequestHandler.java","className":"org.openqa.grid.web.servlet.handler.RequestHandler","methodName":"process","lineNumber":117},{"fileName":"DriverServlet.java","className":"org.openqa.grid.web.servlet.DriverServlet","methodName":"process","lineNumber":83},{"fileName":"DriverServlet.java","className":"org.openqa.grid.web.servlet.DriverServlet","methodName":"doGet","lineNumber":61},{"fileName":"HttpServlet.java","className":"javax.servlet.http.HttpServlet","methodName":"service","lineNumber":687},{"fileName":"HttpServlet.java","className":"javax.servlet.http.HttpServlet","methodName":"service","lineNumber":790},{"fileName":"ServletHolder.java","className":"org.seleniumhq.jetty9.servlet.ServletHolder","methodName":"handle","lineNumber":841},{"fileName":"ServletHandler.java","className":"org.seleniumhq.jetty9.servlet.ServletHandler","methodName":"doHandle","lineNumber":543},{"fileName":"ScopedHandler.java","className":"org.seleniumhq.jetty9.server.handler.ScopedHandler","methodName":"nextHandle","lineNumber":188},{"fileName":"SessionHandler.java","className":"org.seleniumhq.jetty9.server.session.SessionHandler","methodName":"doHandle","lineNumber":1584},{"fileName":"ScopedHandler.java","className":"org.seleniumhq.jetty9.server.handler.ScopedHandler","methodName":"nextHandle","lineNumber":188},{"fileName":"ContextHandler.java","className":"org.seleniumhq.jetty9.server.handler.ContextHandler","methodName":"doHandle","lineNumber":1228},{"fileName":"ScopedHandler.java","className":"org.seleniumhq.jetty9.server.handler.ScopedHandler","methodName":"nextScope","lineNumber":168},{"fileName":"ServletHandler.java","className":"org.seleniumhq.jetty9.servlet.ServletHandler","methodName":"doScope","lineNumber":481},{"fileName":"SessionHandler.java","className":"org.seleniumhq.jetty9.server.session.SessionHandler","methodName":"doScope","lineNumber":1553},{"fileName":"ScopedHandler.java","className":"org.seleniumhq.jetty9.server.handler.ScopedHandler","methodName":"nextScope","lineNumber":166},{"fileName":"ContextHandler.java","className":"org.seleniumhq.jetty9.server.handler.ContextHandler","methodName":"doScope","lineNumber":1130},{"fileName":"ScopedHandler.java","className":"org.seleniumhq.jetty9.server.handler.ScopedHandler","methodName":"handle","lineNumber":141},{"fileName":"HandlerWrapper.java","className":"org.seleniumhq.jetty9.server.handler.HandlerWrapper","methodName":"handle","lineNumber":132},{"fileName":"Server.java","className":"org.seleniumhq.jetty9.server.Server","methodName":"handle","lineNumber":564},{"fileName":"HttpChannel.java","className":"org.seleniumhq.jetty9.server.HttpChannel","methodName":"handle","lineNumber":320},{"fileName":"HttpConnection.java","className":"org.seleniumhq.jetty9.server.HttpConnection","methodName":"onFillable","lineNumber":251},{"fileName":"AbstractConnection.java","className":"org.seleniumhq.jetty9.io.AbstractConnection$ReadCallback","methodName":"succeeded","lineNumber":279},{"fileName":"FillInterest.java","className":"org.seleniumhq.jetty9.io.FillInterest","methodName":"fillable","lineNumber":112},{"fileName":"ChannelEndPoint.java","className":"org.seleniumhq.jetty9.io.ChannelEndPoint$2","methodName":"run","lineNumber":124},{"fileName":"Invocable.java","className":"org.seleniumhq.jetty9.util.thread.Invocable","methodName":"invokePreferred","lineNumber":122},{"fileName":"ExecutingExecutionStrategy.java","className":"org.seleniumhq.jetty9.util.thread.strategy.ExecutingExecutionStrategy","methodName":"invoke","lineNumber":58},{"fileName":"ExecuteProduceConsume.java","className":"org.seleniumhq.jetty9.util.thread.strategy.ExecuteProduceConsume","methodName":"produceConsume","lineNumber":201},{"fileName":"ExecuteProduceConsume.java","className":"org.seleniumhq.jetty9.util.thread.strategy.ExecuteProduceConsume","methodName":"run","lineNumber":133},{"fileName":"QueuedThreadPool.java","className":"org.seleniumhq.jetty9.util.thread.QueuedThreadPool","methodName":"runJob","lineNumber":672},{"fileName":"QueuedThreadPool.java","className":"org.seleniumhq.jetty9.util.thread.QueuedThreadPool$2","methodName":"run","lineNumber":590},{"className":"java.lang.Thread","methodName":"run","lineNumber":-1}]}}

 

 

--
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-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to selenium-user...@googlegroups.com.

To post to this group, send email to seleniu...@googlegroups.com.
--
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-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CABnLznxgHv%3DN914pKCBbcnDKx%2B9MSBvLJnnT1bu3s%3DBbbPWQ2w%40mail.gmail.com.

For more options, visit https://groups.google.com/d/optout.
--

Kendall Schmidt

unread,
Jun 5, 2017, 2:40:49 PM6/5/17
to Selenium Users
Are you possibly think of this endpoint? http://localhost:4444/grid/console

This will show the config info of the hub, nodes registered to the hub (and their config) and any queued jobs.  It will show a "dimmed" browser icon on the node if it is in use, but you will not see any details of a test running.

Sandip Mukherjee

unread,
Jun 6, 2017, 12:49:48 PM6/6/17
to Selenium Users
I am trying to access below endpoint but without any luck..

Krishnan Mahadevan

unread,
Jun 6, 2017, 12:53:19 PM6/6/17
to seleniu...@googlegroups.com

That endpoint is NOT supposed to be accessed by users via a browser.

 

That end-point ONLY supports POST operation with a valid payload.

 

When you load that URL via a browser, you are triggering a GET operation WITHOUT a payload, which explains your error.

 

Thanks & Regards

Krishnan Mahadevan

 

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"

My Scribblings @ http://wakened-cognition.blogspot.com/

My Technical Scribbings @ http://rationaleemotions.wordpress.com/

 

From: <seleniu...@googlegroups.com> on behalf of Sandip Mukherjee <mukher...@gmail.com>


Reply-To: <seleniu...@googlegroups.com>
Date: Tuesday, June 6, 2017 at 10:19 PM
To: Selenium Users <seleniu...@googlegroups.com>

--

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-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.

Sandip Mukherjee

unread,
Jun 6, 2017, 1:00:11 PM6/6/17
to seleniu...@googlegroups.com
But I am able to access this url previously without any issue.Is there anything changed recently.

How can see my tests run on the selenium server?

To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/0C4B7C55-40EA-4723-AE09-20CC5CCCA734%40gmail.com.

Krishnan Mahadevan

unread,
Jun 6, 2017, 1:05:43 PM6/6/17
to seleniu...@googlegroups.com

When you say you were able to access this URL, can you please let us know in which version was it working for you?

I don’t remember seeing that work ever! Not at-least to the best of my knowledge.

 

I don’t think you can see your tests run on a selenium server at-least not with the webdriver protocol. You may have to build a console servlet for this.

 

Thanks & Regards

Krishnan Mahadevan

 

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"

My Scribblings @ http://wakened-cognition.blogspot.com/

My Technical Scribbings @ http://rationaleemotions.wordpress.com/

 

To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.

To unsubscribe from this group and all its topics, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.


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-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CABnLznwLFfEfCHzt9iT813wgMvC5PdiHvi%3D7cR3xqjzrqq%2B_RA%40mail.gmail.com.

Sandip Mukherjee

unread,
Jun 6, 2017, 1:07:54 PM6/6/17
to seleniu...@googlegroups.com
Ok.but seen this working on Selenium 2

To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.

To unsubscribe from this group and all its topics, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.


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+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/C5E7F792-84A6-4AFC-A780-ADDABF320295%40gmail.com.

Krishnan Mahadevan

unread,
Jun 6, 2017, 1:10:14 PM6/6/17
to seleniu...@googlegroups.com

I am pretty sure, that the behavior has been the same with Selenium2 as well from the very beginning every since Grid was revamped.

 

Can you please elaborate the set of steps that you would follow to get to this URL and see this work ?

Also please include the exact selenium standalone version that you used, and also any sample code that you may have used, to create tests, which you would monitor on this URL by loading it.

 

Thanks & Regards

Krishnan Mahadevan

 

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"

My Scribblings @ http://wakened-cognition.blogspot.com/

My Technical Scribbings @ http://rationaleemotions.wordpress.com/

 

From: <seleniu...@googlegroups.com> on behalf of Sandip Mukherjee <mukher...@gmail.com>
Reply-To: <seleniu...@googlegroups.com>
Date: Tuesday, June 6, 2017 at 10:36 PM
To: <seleniu...@googlegroups.com>
Subject: Re: [selenium-users] Re: Not able to access Selenium grid through browser

 

Ok.but seen this working on Selenium 2

 

To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.

To unsubscribe from this group and all its topics, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.


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-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.

To unsubscribe from this group and all its topics, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.


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-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CABnLznwgh_tULaj0byEG09CFYLYXGLjNzaVD2t-E7ZK4kLvJig%40mail.gmail.com.

Sandip Mukherjee

unread,
Jun 6, 2017, 1:14:14 PM6/6/17
to seleniu...@googlegroups.com
I dont have any sample code as it was with my previous organization.But we can just go this url and see the tests running & even take the current screenshot.

On Tue, Jun 6, 2017 at 1:09 PM, Krishnan Mahadevan <krishnan.ma...@gmail.com> wrote:

I am pretty sure, that the behavior has been the same with Selenium2 as well from the very beginning every since Grid was revamped.

 

Can you please elaborate the set of steps that you would follow to get to this URL and see this work ?

Also please include the exact selenium standalone version that you used, and also any sample code that you may have used, to create tests, which you would monitor on this URL by loading it.

 

Thanks & Regards

Krishnan Mahadevan

 

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"

My Scribblings @ http://wakened-cognition.blogspot.com/

My Technical Scribbings @ http://rationaleemotions.wordpress.com/

 

From: <selenium-users@googlegroups.com> on behalf of Sandip Mukherjee <mukher...@gmail.com>
Reply-To: <selenium-users@googlegroups.com>
Date: Tuesday, June 6, 2017 at 10:36 PM

To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.

To unsubscribe from this group and all its topics, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.


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+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.

To unsubscribe from this group and all its topics, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.


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+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CE29685F-3EB6-439A-83B9-7CC6A525F1A2%40gmail.com.

Krishnan Mahadevan

unread,
Jun 6, 2017, 1:16:27 PM6/6/17
to seleniu...@googlegroups.com

Sandip,

 

Am re-iterating what I asked early.

Please share details on what all you did in order to view the tests.

 

Am guessing that you are perhaps talking about the Selenium RC and that has been deprecated and is NO longer supported. Selenium2 and Selenium3 don’t have any end-points built and exposed out of the box that can do this for you. You would need to build and inject a servlet into the node to do this for you !

 

 

Thanks & Regards

Krishnan Mahadevan

 

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"

My Scribblings @ http://wakened-cognition.blogspot.com/

My Technical Scribbings @ http://rationaleemotions.wordpress.com/

 

From: <seleniu...@googlegroups.com> on behalf of Sandip Mukherjee <mukher...@gmail.com>
Reply-To: <seleniu...@googlegroups.com>
Date: Tuesday, June 6, 2017 at 10:42 PM
To: <seleniu...@googlegroups.com>
Subject: Re: [selenium-users] Re: Not able to access Selenium grid through browser

 

I dont have any sample code as it was with my previous organization.But we can just go this url and see the tests running & even take the current screenshot.

 

On Tue, Jun 6, 2017 at 1:09 PM, Krishnan Mahadevan <krishnan.ma...@gmail.com> wrote:

I am pretty sure, that the behavior has been the same with Selenium2 as well from the very beginning every since Grid was revamped.

 

Can you please elaborate the set of steps that you would follow to get to this URL and see this work ?

Also please include the exact selenium standalone version that you used, and also any sample code that you may have used, to create tests, which you would monitor on this URL by loading it.

 

Thanks & Regards

Krishnan Mahadevan

 

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"

My Scribblings @ http://wakened-cognition.blogspot.com/

My Technical Scribbings @ http://rationaleemotions.wordpress.com/

 

From: <seleniu...@googlegroups.com> on behalf of Sandip Mukherjee <mukher...@gmail.com>
Reply-To: <seleniu...@googlegroups.com>
Date: Tuesday, June 6, 2017 at 10:36 PM

To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.

To unsubscribe from this group and all its topics, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.


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-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.

To unsubscribe from this group and all its topics, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.


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-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.

--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/2Bc6VaWMbrY/unsubscribe.

To unsubscribe from this group and all its topics, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.


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-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CABnLznyRj0Su3KJGupSJwnBAi2bCnb6VkSpMeAOSQfDQbCcogA%40mail.gmail.com.

Reply all
Reply to author
Forward
0 new messages