https://github.com/edegan-furb/rpa-challenge
Workflow to input spreadsheet data into form fields that change positions.
https://github.com/edegan-furb/rpa-challenge
csharp oledb selenium
Last synced: 3 months ago
JSON representation
Workflow to input spreadsheet data into form fields that change positions.
- Host: GitHub
- URL: https://github.com/edegan-furb/rpa-challenge
- Owner: edegan-furb
- Created: 2024-08-05T23:40:37.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-06T18:38:36.000Z (10 months ago)
- Last Synced: 2025-01-14T00:31:11.603Z (5 months ago)
- Topics: csharp, oledb, selenium
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPA Challenge
The goal of this challenge is to create a workflow that will input data from a spreadsheet into the form fields on the screen.
**Beware!** The fields will change position on the screen after every submission throughout 10 rounds. Thus, the workflow must correctly identify where each spreadsheet record must be typed every time.
The actual countdown of the challenge will begin once you click the Start button. Until then, you may submit the form as many times as you wish without receiving penalties.
## Built with
- [Visual Studio](https://visualstudio.microsoft.com/) - Integrated development environment (IDE) used for developing and debugging the application.
- [C#](https://learn.microsoft.com/en-us/dotnet/csharp/) - Primary programming language used for the application's logic and functionality.
- [Selenium](https://www.selenium.dev/) - Web automation tool used for testing and interacting with web elements.
- [OleDb](https://learn.microsoft.com/en-us/dotnet/api/system.data.oledb?view=net-8.0) - Class for connecting to and interacting with databases using OLE DB.