Web Job cannot find chromedriver.exe inside the project

Igor Lopatchin (293174 IT) 101 Reputation points
2021-08-13T13:45:14.403+00:00

I have created a Web Job, but for some reason Azure cannot find chromedriver.exe, even though the corresponded nuget package is added

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,960 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2021-08-14T03:25:27.527+00:00

    Hi @Igor Lopatchin (293174 IT) ,

    It sounds like you're referring to Selenium.WebDriver.ChromeDriver nuget package. This normally ran on a local dev environment or build server that is executing a Web UI test suite. It isn't meant to be deployed with your application code or ran under a web job or app service.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.