{"id":26932265,"url":"https://github.com/bbaia/protractor-net","last_synced_at":"2025-04-09T09:03:47.702Z","repository":{"id":11291431,"uuid":"13703723","full_name":"bbaia/protractor-net","owner":"bbaia","description":"The .NET port of Protractor, an E2E test framework for Angular apps","archived":false,"fork":false,"pushed_at":"2021-12-12T18:47:06.000Z","size":655,"stargazers_count":115,"open_issues_count":20,"forks_count":71,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-04-02T08:18:47.787Z","etag":null,"topics":["angular","c-sharp","dotnet","e2e-tests","protractor"],"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/bbaia.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","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":"2013-10-19T15:52:50.000Z","updated_at":"2025-03-25T13:19:58.000Z","dependencies_parsed_at":"2022-09-14T12:42:06.035Z","dependency_job_id":null,"html_url":"https://github.com/bbaia/protractor-net","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbaia%2Fprotractor-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbaia%2Fprotractor-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbaia%2Fprotractor-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbaia%2Fprotractor-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbaia","download_url":"https://codeload.github.com/bbaia/protractor-net/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248008628,"owners_count":21032556,"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":["angular","c-sharp","dotnet","e2e-tests","protractor"],"created_at":"2025-04-02T08:18:53.049Z","updated_at":"2025-04-09T09:03:47.676Z","avatar_url":"https://github.com/bbaia.png","language":"C#","readme":"Protractor for .NET [![CI](https://github.com/bbaia/protractor-net/actions/workflows/ci.yml/badge.svg)](https://github.com/bbaia/protractor-net/actions/workflows/ci.yml)\n===================\n\nThe .NET port of [Protractor](https://github.com/angular/protractor), an end to end test framework for Angular applications.\n\nProtractor for .NET is built on top of [Selenium WebDriver](http://www.seleniumhq.org/projects/webdriver/) C# binding.\n\n[Changelog](https://github.com/bbaia/protractor-net/blob/master/HISTORY.md)\n\n## Get it from NuGet!\n\n    PM\u003e Install-Package Protractor\n\nSupports Microsoft .NET 5, .NET Framework 4.5 and .NET Standard 2.0.\n\n## Write tests!\n\n```csharp\n[Test]\npublic void ShouldGreetUsingBinding()\n{\n    // Instantiate a classic Selenium WebDriver\n    var driver = new ChromeDriver();\n    // Configure timeouts (important since Protractor uses asynchronous client side scripts)\n    driver.Manage().Timeouts().AsynchronousJavaScript = TimeSpan.FromSeconds(5);\n\n    using (var ngDriver = new NgWebDriver(driver))\n    {\n        ngDriver.Url = \"http://www.angularjs.org\";\n        ngDriver.FindElement(NgBy.Model(\"yourName\")).SendKeys(\"Julie\");\n        Assert.AreEqual(\"Hello Julie!\", ngDriver.FindElement(NgBy.Binding(\"yourName\")).Text);\n    }\n}\n```\n\n## Getting Help\n\nPlease ask usage and debugging questions on [StackOverflow](http://stackoverflow.com/questions/tagged/protractor-net) (use the [\"protractor-net\"](http://stackoverflow.com/questions/ask?tags=protractor-net) tag)\n\n## When to NOT use?\n\nWhen you can use the original [Protractor](http://www.protractortest.org/) framework :)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbaia%2Fprotractor-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbaia%2Fprotractor-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbaia%2Fprotractor-net/lists"}