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

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -