0

I have multiple tests that could be run in parallel on a single machine with multiple Firefox drivers. Given that the application will also be writing/reading from cookies, is there any existing solution that deals when it comes to cookies sharing?

admdrew
  • 3,790
  • 4
  • 27
  • 39

1 Answers1

0

You need to use profiles , have different profiles and launch the firefox driver with the profiles. look at this

Shamik
  • 1,591
  • 2
  • 16
  • 36