I am working on visual studio code. I am attempting to install the selenium.webdriver using the Nuget Package Manager extension. Upon attempting to add the package selenium.webdriver I am giving different versions to install. When I click on the newest version I receive the following error:
Cannot find any .csproj or .fsproj file for your project! Please fix this error and try again.
What exactly is this error wanting me to do. My python, pip, vs code is fully updated and the NuGet extension installed successfully. From my understanding these type of files are .NET files, but what does that have to do with the failure to install selenium.webdriver?