How to create selenium project in Microsoft visual studio with C# .
1. Create a project by selecting console Application.
2. Modified the project name .
3. Visual studio UI will display with default program syntax.
4. Go to solution explorer ==> right click on project name ==> Select Manage Nu gate Packages
5. Go to Search online field and search selenium web driver and click on install.
6. Then if you want to automate application with different browser then search for firefoxdriver , chrome driver and internet explorer driver.
1. Create a project by selecting console Application.
2. Modified the project name .
3. Visual studio UI will display with default program syntax.
4. Go to solution explorer ==> right click on project name ==> Select Manage Nu gate Packages
5. Go to Search online field and search selenium web driver and click on install.
6. Then if you want to automate application with different browser then search for firefoxdriver , chrome driver and internet explorer driver.




