You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to capture selenium grid Console data as JSON by following instructions provided. It is working fine in mac system. Where as on launching same url in windows returning html content.
Could you please guide me with a solution and help me getting a JSON response.
I see error here
4:09:51.791 INFO [GridLauncherV3.launch] - Selenium build info: version: '3.11.0', revision: 'e59cfb3'
14:09:51.795 INFO [GridLauncherV3$2.launch] - Launching Selenium Grid hub on port 4444 14:09:52.081 WARN [ExtraServletUtil.createServlet] - The specified class : com.xing.qa.selenium.grid.hub.Console cannot be instantiated com.xing.qa.selenium.grid.hub.Console
2018-04-26 14:09:52.424:INFO::main: Logging initialized @1255ms to org.seleniumhq.jetty9.util.log.StdErrLog
14:09:52.948 INFO [Hub.start] - Selenium Grid hub is up and running
14:09:52.949 INFO [Hub.start] - Nodes should register to http://ip:4444/grid/register/
14:09:52.951 INFO [Hub.start] - Clients should connect to http://ip:4444/wd/hub
14:09:56.452 INFO [DefaultGridRegistry.add] - Registered a node http://ip:5555
Thanks,
Rohit Gupta
The text was updated successfully, but these errors were encountered:
Hi,
I tried to capture selenium grid Console data as JSON by following instructions provided. It is working fine in mac system. Where as on launching same url in windows returning html content.
Could you please guide me with a solution and help me getting a JSON response.
I see error here
4:09:51.791 INFO [GridLauncherV3.launch] - Selenium build info: version: '3.11.0', revision: 'e59cfb3'
14:09:51.795 INFO [GridLauncherV3$2.launch] - Launching Selenium Grid hub on port 4444
14:09:52.081 WARN [ExtraServletUtil.createServlet] - The specified class : com.xing.qa.selenium.grid.hub.Console cannot be instantiated com.xing.qa.selenium.grid.hub.Console
2018-04-26 14:09:52.424:INFO::main: Logging initialized @1255ms to org.seleniumhq.jetty9.util.log.StdErrLog
14:09:52.948 INFO [Hub.start] - Selenium Grid hub is up and running
14:09:52.949 INFO [Hub.start] - Nodes should register to http://ip:4444/grid/register/
14:09:52.951 INFO [Hub.start] - Clients should connect to http://ip:4444/wd/hub
14:09:56.452 INFO [DefaultGridRegistry.add] - Registered a node http://ip:5555
Thanks,
Rohit Gupta
The text was updated successfully, but these errors were encountered: