Powershell load dll got error: Add-Type : Could not load file or assembly 'WebDriver.dll' or one of its dependencies. Operation is not supported

前端 未结 3 613
借酒劲吻你
借酒劲吻你 2020-12-14 19:49

I want to use PowerShell with selenium and download selenium from http://www.java2s.com/Code/Jar/s/Downloadseleniumremotedriver2350jar.htm . When I

3条回答
  •  执念已碎
    2020-12-14 20:22

    Run as Administrator has solved the issue, although my get-executionpolicy is allsigned

提交回复
热议问题