Is it possible to run multiple browser instances in parallel?
I have a program that does some work in the browser. I would like to run several instances of this program. But as soon as the second program starts, the first one loses connection with the browser. the second takes control of the driver.
There are no problems with creating several browser instances inside one program.