nastester
7 months agoRegular Contributor
Parallel test execution using multiple local headless browsers
Is the title of this post possible?
I am trying to run two scripts in parallel using local headless browsers:
When I try running, User1Login passes but User2Login fails with the error "Unable to find the object Sys.Browser("Remote")". Switching the order, User2Login passes but User1Login fails (they are the same script but I am passing in a different user).
What am I doing wrong? Is what I am trying to do even possible?
It seems like my second script can't use the same Sys.Browser("Remote"). Can I add something in parameters?