Don't know. You will need to post issues with Sellenium in the Sellenium forum.
Try it without all of the unnecesary code:
$url = "http://tut.by/" [Reflection.Assembly]::LoadFrom("d:\_Instalation\PowerShell\Selenium_PowerShell_eXtensions\selenium-dotnet-2.44.0\net40\WebDriver.dll") $ie = New-Object OpenQA.Selenium.IE.InternetExplorerDriver $ie.Navigate().GoToUrl($url)
# check for page errors before accessing page $html=$ie.PageSource