Created as part of my RPA Speed Observation project.
The goal of this challenge is to create a workflow that will input data from a spreadsheet into the form fields on the screen.
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 fastest speed I achieved was 2043ms.
RPAChallenge
View Demo
·
Report Bug
Clone the repository to a directory of your choice, build and run the solution.
Using git in VS:
- Clone the repo
git clone https://github.com/cgrpa/RPAChallenge---CSharp.git
- Change the msedge.exe path if not default
Default is C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
- Run the project
- Bob's your uncle, fanny's your aunt
Otherwise:
- Copy the code from Program.cs
- Install required dependencies (see below)
I recommend installing all dependencies through NuGet package manager.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Che Gamble - - chegamblerpa@gmail.com
Project Link: https://github.com/cgrpa/RPAChallenge---CSharp