Question on ensureCleanSession option for IE. Assuming we can run multiple IE tests in parallel (multiple IE sessions or instances) on same machine, does this clearing of cache apply across all the IE sessions/instances of the tests being run on same machine, or only to the individual driver instance calling that capability?
I had the same question for SafariDriver's version and was told best not to use this ensureCleanSession feature if running tests in parallel (multiple sessions/tests on same browser machine). So it is best used when only running a single instance per machine.
Wanted to get this clarified for IE as well.
It's unfortunate that these browsers are not like FF (and Chrome?) where you do get unique profiles/sessions per instance such that they all don't share the same cache.