https://github.com/uipath/codedautomations-samples
Samples for UiPath Coded Automations
https://github.com/uipath/codedautomations-samples
Last synced: 15 days ago
JSON representation
Samples for UiPath Coded Automations
- Host: GitHub
- URL: https://github.com/uipath/codedautomations-samples
- Owner: UiPath
- License: mit
- Created: 2023-04-27T07:34:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T13:18:07.000Z (5 months ago)
- Last Synced: 2025-04-08T02:45:23.376Z (about 1 month ago)
- Language: C#
- Size: 870 KB
- Stars: 13
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coded Automations Samples
- `Form.CrossBrowser.Tests` - cross-browser tests using UiPath's UIAutomation package in coded automations
- `PythonSeleniumTestsInteroperability` - showcases interoperability with Selenium tests written in Python. [more info](https://github.com/UiPath/codedautomations-samples/tree/main/PythonSeleniumTestsInteroperability)
- `Interoperability` - demonstrates how to perform workflow invocations between coded automations and UiPath low-code workflows
- `RandomQueueGenerator` - uses the Orchestrator API to create a new queue and fills it with queue items using random data
- `GenerateTestData` - an example on how to use testing activities to generate synthetic test data
- `SAP_WinGUI_Coded_Automation_Project` - SAP WinGUI automation example using coded automation
- `CodedExcelDemo` - an example on how to use Excel coded automations