Azure Function using Selenium WebDriver.dll
问题 i am trying to use Selenium WebDriver.dll from Azure Function C# code and having following issue when instantiating WebDriver. Error: 2017-10-16T20:02:25.169 Exception while executing function: Functions.fnTestSelenium. Microsoft.Azure.WebJobs.Script: One or more errors occurred. mscorlib: The path is not of a legal form.2017-10-16T20:02:25.278 Function completed (Failure, Id=2fcb928f-ee39-4cfe-99f2-4be2d57e91b2, Duration=843ms) Code #r "D:\home\site\wwwroot\fnTestSelenium\bin\WebDriver.dll"