Contributors Forks Stargazers Issues MIT License LinkedIn


RPAChallenge in C# utilizing FlaUI for UIA3

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

About The Project

image

(back to top)

Getting Started

Clone the repository to a directory of your choice, build and run the solution.

Installation

Using git in VS:

  1. Clone the repo
    git clone https://github.com/cgrpa/RPAChallenge---CSharp.git
  2. Change the msedge.exe path if not default
    Default is C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
  3. Run the project
  4. Bob's your uncle, fanny's your aunt

Otherwise:

  1. Copy the code from Program.cs
  2. Install required dependencies (see below)

Dependencies

I recommend installing all dependencies through NuGet package manager.

(back to top)

Usage

Comparison Video

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Che Gamble - LinkedIn - chegamblerpa@gmail.com

Project Link: https://github.com/cgrpa/RPAChallenge---CSharp

(back to top)

Acknowledgments

(back to top)