You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Clone the latest version of the UIAutomation repo. Open the Solution in Visual Studio 2022. Build.
The Microsoft.Dynamics365.UIAutomation.Sample does not build.
This error is given: This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\Selenium.WebDriver.ChromeDriver.113.0.5672.6300\build\Selenium.WebDriver.ChromeDriver.targets.
Full NuGet restore does not help.
Code to reproduce
N/A
Expected behavior
The project should build, or if there are additional steps to carry out, these should be documented in the 'Getting Started' wiki page.
Screenshots
Additional context
I've tried installing the latest Selenium.WebDriver.ChromeDriver from Nuget.
The text was updated successfully, but these errors were encountered:
Modify the version number to match the version of your Selenium.WebDriver.ChromeDriver package (you can find the version in NuGet package manager or in the same .csproj.
Bug Report
EasyRepro Version
N/A
UCI or Classic Web
N/A
Online or On Premise
N/A
Browser
N/A
Describe the bug
Clone the latest version of the UIAutomation repo. Open the Solution in Visual Studio 2022. Build.
The Microsoft.Dynamics365.UIAutomation.Sample does not build.
This error is given:
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\Selenium.WebDriver.ChromeDriver.113.0.5672.6300\build\Selenium.WebDriver.ChromeDriver.targets.
Full NuGet restore does not help.
Code to reproduce
N/A
Expected behavior
The project should build, or if there are additional steps to carry out, these should be documented in the 'Getting Started' wiki page.
Screenshots
Additional context
I've tried installing the latest Selenium.WebDriver.ChromeDriver from Nuget.
The text was updated successfully, but these errors were encountered: