Trying to run VS load test in Azure with Selenium Chrome driver and receive error Trying to run VS load test in Azure with Selenium Chrome driver and receive error selenium selenium

Trying to run VS load test in Azure with Selenium Chrome driver and receive error


I think they don't support ChromeDriver only PhantomJsDriver which makes sense.This is from their code examples:

 _driver = new PhantomJSDriver();

Most probably the user interactions on the test agents is turned off as well.