java - Selenium Hub Pause Data Stream -



java - Selenium Hub Pause Data Stream -

i'm looking way pause info stream of selenium hub. thought wait till hub has finished processing test/batch, set on hold, send kill command node, on headless vm restart, upon reconnect allow info stream continue. thought allow nodes/vm's restart , refresh, potentially avoiding hangups , connection timeouts. thoughts?

instead of pausing info stream, can create java class implements testsessionlistener. interface has methods can tell when test starting , ending. can write custom code restart machines after each test or based on other logic.

you can refer selenium grid extras project uses this. much more simple illustration on creating grid plugin refer grid plugin tutorial

java selenium selenium-grid

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -