https://github.com/neonidian/selenium-basic
Basic Selenium Using C# and .NET core
https://github.com/neonidian/selenium-basic
basic-example csharp dotnet dotnet-core selenium selenium-basic
Last synced: 2 months ago
JSON representation
Basic Selenium Using C# and .NET core
- Host: GitHub
- URL: https://github.com/neonidian/selenium-basic
- Owner: neonidian
- Created: 2019-03-10T17:37:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T19:59:52.000Z (about 6 years ago)
- Last Synced: 2025-02-04T18:38:05.203Z (4 months ago)
- Topics: basic-example, csharp, dotnet, dotnet-core, selenium, selenium-basic
- Language: C#
- Homepage:
- Size: 7.05 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium Basics
A Simple C# program using .NET core that show cases selenium using firefox driver(a.k.a gecko driver)
## Run selenium test
cd to the project's directory and run using the command `dotnet run`
## Tool used
IDE - Visual studio code
Framework - Dot NET core## What running this program does
Running this invokes a firefox browser, loads the Nordstrom website(fashion retailer in the US) and closes the browser.
## Firefox driver and Selenium nuget dependency
1. You may want to update the [firefox driver binary](resources/drivers) with the latest version so that the driver is compatible with version of firefox browser you are using. Search it in google and download the appropriate binary for your operating system.
2. Update the selenium version using dotnet CLI if you see any error. `dotnet add package Selenium.WebDriver --version `