Selenium Grid and RemoteWebDriver
问题 I have an application written in Java that creates an email account on a specific website. For certain reasons, I need to run each iteration of the program under a different windows user account. I'm using Selenium Grid (RemoteWebDriver) to connect to a remote server (Grid) from a hub server. Assuming I have multiple windows user accounts set up on a remote windows server (such as "account639", "account729", "account889" etc) and I want my hub to connect to each account separately and execute