How to open same selenium profile none temporary copy from my profile I need the same firefox profile in C#
I already read this article:
How to stop Selenium from creating temporary Firefox Profiles using Web Driver?
But it's not work with me also I use C#, not java I tried using:
Environment.SetEnvironmentVariable("webdriver.firefox.profile", "Profile0", EnvironmentVariableTarget.Machine);
but still, create new temporary from the profile I choose but I need the same profile.
Thanks