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
Post a Comment