Hi,
I try everything that is based on C# code examples but i can't load FirefoxWebDriver with my default profile. This is what i try:
$profile = New-Object OpenQA.Selenium.Firefox.FirefoxProfile -Property @{ProfileDirectory = "C:\Users\ALIEN\AppData\Roaming\Mozilla\Firefox\Profiles\2ziq4yrx.default"}
but it doesn't work because "ProfileDirectory" Property is marked as read only. How to change it using Powershell ?