You must Sign In to post a response.
Category: General
#768584
Hey Guys.....
will you please help me to configure my selenium web-driver through ( .net)
will you please help me to configure my selenium web-driver through ( .net)
#768587
Hi,
Configuring selenium with .net we have two methods like directly using the dll's or adding the NuGet package to the application for selenium and configuring the application.
I will prefer for the NuGet package installation , we can install the Selenium.Webdriver package into our application and we can get all the DLL's and then based on the regular method of NUnit and other thing we can start our testing process.
With Nuget Package please check below website.
For direct dll installation through reference, follow below website
Thanks,
Mani
Configuring selenium with .net we have two methods like directly using the dll's or adding the NuGet package to the application for selenium and configuring the application.
I will prefer for the NuGet package installation , we can install the Selenium.Webdriver package into our application and we can get all the DLL's and then based on the regular method of NUnit and other thing we can start our testing process.
With Nuget Package please check below website.
http://www.c-sharpcorner.com/uploadfile/093731/introduction-to-selenium-webdriver-with-c-sharp-in-visual-studio/
For direct dll installation through reference, follow below website
http://www.seleniumhq.org/docs/appendix_installing_dotnet_driver_client.jsp
Thanks,
Mani
#768591
I think selenium has already provide some .NET client driver configuration
below link will help you more
http://www.seleniumhq.org/docs/appendix_installing_dotnet_driver_client.jsp
Thanks
Koolprasd2003
Editor, DotNetSpider MVM
Microsoft MVP 2014 [ASP.NET/IIS]
below link will help you more
http://www.seleniumhq.org/docs/appendix_installing_dotnet_driver_client.jsp
Thanks
Koolprasd2003
Editor, DotNetSpider MVM
Microsoft MVP 2014 [ASP.NET/IIS]
Return to Return to Discussion Forum