{"id":19347047,"url":"https://github.com/airtaxi/seleniumconfigurator","last_synced_at":"2026-05-16T02:41:01.547Z","repository":{"id":65598657,"uuid":"536555296","full_name":"airtaxi/SeleniumConfigurator","owner":"airtaxi","description":"A library that automatically downloads and caches the Selenium driver for C#","archived":false,"fork":false,"pushed_at":"2023-11-10T03:21:55.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T15:22:51.106Z","etag":null,"topics":["csharp","driver","selenium","selenium-csharp"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/airtaxi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-14T11:54:36.000Z","updated_at":"2023-01-10T00:41:19.000Z","dependencies_parsed_at":"2024-11-10T04:13:49.161Z","dependency_job_id":"03a5b443-800f-4df0-b5f4-61c788ee614d","html_url":"https://github.com/airtaxi/SeleniumConfigurator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airtaxi%2FSeleniumConfigurator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airtaxi%2FSeleniumConfigurator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airtaxi%2FSeleniumConfigurator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/airtaxi%2FSeleniumConfigurator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/airtaxi","download_url":"https://codeload.github.com/airtaxi/SeleniumConfigurator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240457945,"owners_count":19804489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","driver","selenium","selenium-csharp"],"created_at":"2024-11-10T04:13:46.057Z","updated_at":"2025-11-17T02:03:11.608Z","avatar_url":"https://github.com/airtaxi.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SeleniumConfigurator\n\n[![NuGet version (SeleniumConfigurator)](https://img.shields.io/nuget/v/SeleniumConfigurator.svg?style=flat-square)](https://www.nuget.org/packages/SeleniumConfigurator/)\n\n\nSelenium Configurator automatically downloads matching drivers for installed browsers.\\\nThe project supports Edge and Chrome.\\\nOther browsers will be supported later.\n\nUsage\n----\n\n\n##### Chrome\n```csharp\nstring driverPath = SeleniumConfigurator.Chrome.GetDriverPath();\nvar service = ChromeDriverService.CreateDefaultService(driverPath);\nvar driver = new ChromeDriver(service);\n```\n\n##### Edge\n```csharp\nstring driverPath = SeleniumConfigurator.Edge.GetDriverPath();\nvar service = EdgeDriverService.CreateDefaultService(driverPath);\nvar driver = new EdgeDriver(service);\n```\n\nDeveloper\n----\n`이호원 (Howon Lee) a.k.a hoyo321 or kck4156, airtaxi`\n\nLicense\n----\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairtaxi%2Fseleniumconfigurator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairtaxi%2Fseleniumconfigurator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairtaxi%2Fseleniumconfigurator/lists"}