I've been exploring with Selenium Grid for a while now but I think I'm starting to realize that it's not the framework I need for my scenario.
Basically, I have a web app that runs on three different machines. I need to execute a test on Machine A (click this and that), and verify if the two machines display what I expect it to display when some activity is performed on Machine A. Basically, I need to have a separate verification for those three machines because they will behave differently depending on the activity from Machine A.
From what I've gathered with Selenium Grid, it seems that this can only fire a test on all the machines registered in the hub in parallel, which is not my case, but I'm not sure if it's actually possible so if someone has any advice for me, I would appreciate it.
question from:
https://stackoverflow.com/questions/65846628/can-selenium-grid-start-test-on-one-machine-and-perform-different-verifications 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…