Hello,
I use pabot to run test suites in parallel. In the setup I use Run setup only once to create browsers using “New browser” keyword.
Is there possibility to don’t close browser at the end of suite and reuse browser with ID in the next test suite?
I’m aware that there is something like connect to browser server but I’m curious whether there is different solution.
I tried to use Switch Browser keyword but it returns “No browser with id” even I use the same node ( experimental feature )
Thanks in adavnce.