{"id":14978821,"url":"https://github.com/sayems/csharp.webdriver","last_synced_at":"2026-03-11T23:02:57.729Z","repository":{"id":3850076,"uuid":"4934421","full_name":"sayems/csharp.webdriver","owner":"sayems","description":"Browser test automation using Selenium WebDriver in C#","archived":false,"fork":false,"pushed_at":"2020-10-24T15:55:18.000Z","size":11439,"stargazers_count":137,"open_issues_count":1,"forks_count":226,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-12-21T08:27:52.594Z","etag":null,"topics":["csharp","nunit","selenium","selenium-webdriver","webdriver"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"alanshaw/markdown-pdf","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sayems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-07T04:59:49.000Z","updated_at":"2025-05-20T12:20:25.000Z","dependencies_parsed_at":"2022-09-14T04:20:38.227Z","dependency_job_id":null,"html_url":"https://github.com/sayems/csharp.webdriver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sayems/csharp.webdriver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fcsharp.webdriver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fcsharp.webdriver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fcsharp.webdriver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fcsharp.webdriver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sayems","download_url":"https://codeload.github.com/sayems/csharp.webdriver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fcsharp.webdriver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30406400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T22:36:59.286Z","status":"ssl_error","status_checked_at":"2026-03-11T22:36:57.544Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","nunit","selenium","selenium-webdriver","webdriver"],"created_at":"2024-09-24T13:58:28.322Z","updated_at":"2026-03-11T23:02:57.705Z","avatar_url":"https://github.com/sayems.png","language":"C#","readme":"Selenium WebDriver in C#\n===========\n\nThis repository contains Webdriver code examples, exercises and tutorials for developers.\nOver time, more and more test example will be uploaded here.\nAll tests examples in this repository is to be considered public domain unless stated otherwise.  \n\n**NOTE:** Currently supports the chrome Driver, and Gecko (firefox) support is on the way.\n\n## Demo website to practice Webdriver:\nHere is a list of websites where you can practice Selenium webdriver. You will find the list incredibly useful as these will cover many of your real-time web automation use case scenario. Some of the common examples includes are like testing of a login page, online registration forms, and automating flight booking. \n \n- [Madison Island](http://magento-demo.lexiconn.com/)\n- [The Internet by Elemental Selenium](http://the-internet.herokuapp.com/)\n- [jQuery UI Demos](http://jqueryui.com/demos/)\n- [PHPTRAVELS](http://phptravels.com/demo/)\n- [Mercury Tours](http://newtours.demoaut.com/)\n- [PHPTRAVELS](http://phptravels.com/demo/)\n- [Way2Automation](http://www.way2automation.com/demo.html)\n- [Automation Practice](http://automationpractice.com/index.php)\n- [DemoQA](http://demoqa.com/)\n- [OrangeHRM Enterprise](http://enterprise.demo.orangehrmlive.com/symfony/web/index.php/auth/login)\n\n## Examples with:\n\n- [ ] Mouse hover\n- [ ] Drag \u0026 Drop\n- [ ] Draggable\n- [ ] Selectable\n- [ ] Sortable\n- [ ] Actionable\n- [ ] Radio Button\n- [ ] Checkbox\n- [ ] Datepicker\n\n\n## Pre-requisites\n- Windows OS\n- Visual Studio \n\n\n## Let's get started\n\n#### Clone the git repo\n```\n$ git clone https://github.com/sayems/csharp.webdriver\n```\n\n#### Install Visual Studio and .NET Core\n\n- (1) [Install Visual Studio](https://www.visualstudio.com/en-us/visual-studio-homepage-vs.aspx)\n- (2) [.NET Core](https://www.microsoft.com/net/download/core)\n- (3) Start Visual Studio.\n- (4) On the menu bar, choose File, Open, Project/Solution.  \n      Navigate to the csharp.webdriver project folder and open it\n\n#### Install NUnit Templates for Visual Studio \n-  Go to Tools \u003e Extensions and Update\n-  Select \u003e Online\n-  Search for \"[NUnit Templates for Visual Studio](https://marketplace.visualstudio.com/items?itemName=NUnitDevelopers.NUnitTemplatesforVisualStudio)\"\n\n#### Install NUnit 3 Test Adapter\n-  Go to Tools \u003e Extensions and Update\n-  Select \u003e Online\n-  Search for \"[NUnit 3 Test Adapter](https://marketplace.visualstudio.com/items?itemName=NUnitDevelopers.NUnit3TestAdapter)\" and install it\n\n#### Install Nuget package\n-  Right-click on your project and click “Manage NuGet Packages”.\n-  Search for \"Microsoft.Extensions.Configuration.UserSecrets\" and install it\n-  Search for \"System.Diagnostics.Contracts\" and install it\n-  Search for \"[NUnit](https://www.nuget.org/packages/NUnit/)\" Framework and install it\n\n#### Install Selenium\nCurrently, there is no official support for .NET Core, But there is a Nuget package which provides .NET Core support for those of us who can’t wait, please visit [CoreCompat.Selenium.WebDriver](https://www.nuget.org/packages/CoreCompat.Selenium.WebDriver/2.54.0-beta002)  to learn more about it.\n\n#### Install *Unofficial* Selenium for .Net Core\n-  Search for \"CoreCompat.Selenium.WebDriver\" library and install it\n\n### Create NUnit test\nClick on *Create new project*\n![](https://github.com/sayems/csharp.webdriver/blob/master/docs/images/start-page.png)\n\nSelect *Test* and then Select *NUnit 3 Test Project* to create NUnit 3 project\n![](https://github.com/sayems/csharp.webdriver/blob/master/docs/images/nunit3-test.png)\n\n\n### Add NUnit test from Solution Explorer\n\nRight-click on your project and click *Add* and then *New Item*\n![](https://github.com/sayems/csharp.webdriver/blob/master/docs/images/add-test.png)\n\nSelect *Test* and then select *NUnit Test Fixture* or *NUnit Setup Fixture*\n![](https://github.com/sayems/csharp.webdriver/blob/master/docs/images/new-test.png)\n\nCongratulations! You have just created your first NUnit test!\n\n\n\n### Issues\nParallel execution of methods within a class is not yet implemented. More information is provided here: [Run test methods within a fixture in parallel](https://github.com/nunit/nunit/issues/164)\n\n\n\n### Contributions\n\nIf you have any code examples you would like to contribute to this repository, please feel free to open a pull request.\n\n## Feedback\n\nContributors to this repo would be very grateful to receive feedback! If you would like to praise or comment on any test examples, or the repo as a whole, please do so in the issue tracker. I'd love to hear what you think, so please take a moment to let me know.\n\n\n## Contact\n\nIf you have any questions about this repo, or need some help to contribute, please do not hesitate to contact me.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayems%2Fcsharp.webdriver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayems%2Fcsharp.webdriver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayems%2Fcsharp.webdriver/lists"}