Assume that I have test scripts on Machine 1 where I have a step where i need to open browser and verify webelements. This webelements verification i have to do on both Machine1 and Machine2. But i have to execute script only from Machine1 and verification has to be performed on both Machine 1 and Machine 2.
Is it possible in Selenium or Serenity?
Let me know if you dont get my requirement.