https://github.com/atata-framework/atata-kendoui
A set of Atata components for Kendo UI
https://github.com/atata-framework/atata-kendoui
atata csharp kendoui selenium selenium-webdriver test-automation testing webdriver
Last synced: 6 months ago
JSON representation
A set of Atata components for Kendo UI
- Host: GitHub
- URL: https://github.com/atata-framework/atata-kendoui
- Owner: atata-framework
- License: apache-2.0
- Created: 2016-09-19T09:54:47.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T08:39:02.000Z (6 months ago)
- Last Synced: 2025-04-19T09:05:36.229Z (6 months ago)
- Topics: atata, csharp, kendoui, selenium, selenium-webdriver, test-automation, testing, webdriver
- Language: C#
- Homepage:
- Size: 453 KB
- Stars: 18
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Atata.KendoUI
[](https://www.nuget.org/packages/Atata.KendoUI/)
[](https://github.com/atata-framework/atata-kendoui/releases)
[](https://dev.azure.com/atata-framework/atata-kendoui/_build/latest?definitionId=16&branchName=main)
[](https://join.slack.com/t/atata-framework/shared_invite/zt-5j3lyln7-WD1ZtMDzXBhPm0yXLDBzbA)
[](https://atata.io)
[](https://twitter.com/AtataFramework)C#/.NET package containing a set of [Atata](https://github.com/atata-framework/atata) components for automated web testing integration with [Kendo UI HTML Framework](http://www.telerik.com/kendo-ui).
Works with Kendo UI components for jQuery, Angular, React, Vue, ASP.NET MVC and ASP.NET Core.
*The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.**
**[What's new in v3.0.0](https://github.com/atata-framework/atata-kendoui/releases/tag/v3.0.0)**
## Components
Namespace is `Atata.KendoUI`.
- `KendoWindow`
- `KendoGrid`
- `KendoTreeView`
- `KendoDropDownList`
- `KendoComboBox`
- `KendoAutoComplete`
- `ReactKendoAutoComplete` for React
- `KendoMultiSelect`
- `KendoNumericTextBox`
- `KendoTimePicker`
- `KendoDatePicker`
- `NgKendoDatePicker` for Angular
- `KendoDateInput`
- `NgKendoDateInput` for Angular
- `KendoDateTimePicker`
- `KendoLink`
- `KendoSwitch`
- `KendoCheckBox`
- `KendoRadioButton`
- `KendoEditor`
- `KendoPopup`## Feedback
Any feedback, issues and feature requests are welcome.
If you faced an issue please report it to [Atata.KendoUI Issues](https://github.com/atata-framework/atata-kendoui/issues),
[ask a question on Stack Overflow](https://stackoverflow.com/questions/ask?tags=atata) using [atata](https://stackoverflow.com/questions/tagged/atata) tag
or use another [Atata Contact](https://atata.io/contact/) way.## License
Atata is an open source software, licensed under the Apache License 2.0.
See [LICENSE](LICENSE) for details.