I've been using Selenium v3 (Geckodriver) and I noticed some exciting new features in Selenium v4 (which I believe is still in beta). I want to migrate my entire code base to v4. However, my current test suite relies on using existing FF Profiles to launch Selenium.
I want to prevent Selenium v4 from copying the permanent FF Profile to a temporary directory. Is this possible?
P.S
I found a similar question in relation to Selenium v3. However, I am specifically asking how to achieve this in Selenium v4 which uses an entirely different approach to accessing existing profiles.