Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,<
i am trying to use selenium with Chrome Driver on windows 10.

when i am using the ctor, i am receiving this "exception: unknown error: failed to unzip automation extension" .
I tried to use in couple different chromedriver.exe version and webdriver.dll

Any idea?
Thakns

What I have tried:

protected IWebDriver _web;

protected bool InitWebDriver()
{
    try
    {
        _web = new ChromeDriver();
        Trace.WriteLine("Open chrome - PASS");
        return true;
    }
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900