On Nov 19, 7:08 am, zrawson <
zachary-raw...@uiowa.edu> wrote:
> I am creating Selenium tests that I need to run in parallel. The problem is
> that I need the tests that are running concurrently to be using different
> remote controls to run the tests on, which means that I need different
> parameter sets for each thread. Is there any way to accomplish this?
>
> Thanks in advance
> --