Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
tzuriely
Posts : 1
Join date : 2017-06-15

unknown error: failed to unzip automation extension with chromedriver Empty unknown error: failed to unzip automation extension with chromedriver

Thu Jun 15, 2017 7:20 pm
Hi,
i am trying to use selenium with Chrome Driver on windows 10. Writing in C#.

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

 _web = new ChromeDriver();


Exception:
 System.InvalidOperationException: unknown error: failed to unzip automation extension
  (Driver info: chromedriver=2.22.397933 (1cab651507b88dec79b2b2a22d1943c01833cc1b),platform=Windows NT 10.0.10586 x86_64)
   at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
   at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeOptions options)
   at OpenQA.Selenium.Chrome.ChromeDriver..ctor()
   at RouterSetupDll.ARouter.InitWebDriver() in D:\Infrasructure\projects\RouterSetup\RouterSetupDll\ARouter.cs:line 21
Any idea?
Thakns
Back to top
Permissions in this forum:
You cannot reply to topics in this forum