Parasol icon indicating copy to clipboard operation
Parasol copied to clipboard

Caching mechanism for drivers does not reset cookies

Open Rinzwind opened this issue 7 years ago • 0 comments

The class BPWebDriverTestCase caches and reuses BPRemoteWebDriver instances between tests, to prevent having to start the browser for every test. But the caching mechanism doesn't reset cookies, so they carry over from one test to another. The cookies should be cleared (or drivers in which cookies have been set should not be reused).

Rinzwind avatar Jun 14 '17 11:06 Rinzwind