Hey Everyone,
I have Installed Selenium Module via using Install-Module Selenium. When I am trying to run Start-SeChrome I am getting below error. Please let me know If someone have experience these.
Exception calling “.ctor” with “2” argument(s): “The type initializer for ‘OpenQA.Selenium.SeleniumManager’ threw an exception.”
At C:\Program Files\WindowsPowerShell\Modules\Selenium\3.0.1\Selenium.psm1:253 char:9
-
$Driver = [OpenQA.Selenium.Chrome.ChromeDriver]::new($service ... -
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : NotSpecified: (
, MethodInvocationException - FullyQualifiedErrorId : TypeInitializationException
- CategoryInfo : NotSpecified: (
WARNING: Web driver was not created
Thanks.