Git Product home page Git Product logo

rpa_action_recorder's Introduction

RPA_Action_Recoder

This project is a part of the RWTH-Aachen PADS group's RPA research. This project is for collecting the user-computer's interactions, such as mouse clicks, keyboard keydown, window lanuch and close.

This project is done by C#. This code is calling the win32 for collecting these events. example_result.json is an example for the collected data.

	{
		"Position": "883|454",
		"Event Type": "Mouse",
		"Timestamp": "2018-09-26 15:13:44.700",
		"Event Info": "WM_LBUTTONDOWN",
		"Job id": "b35f0a38-6f2e-4c6c-b528-4887ed778099",
		"Resource": "Human"
	},
	{
		"Job id": "b35f0a38-6f2e-4c6c-b528-4887ed778099",
		"Resource": "Human",
		"Event Info": "LeftCtrl",
		"Timestamp": "2018-09-26 15:13:46.536",
		"Event Type": "Keyboard"
	},
	{
		"Event Type": "Keyboard",
		"Timestamp": "2018-09-26 15:13:46.719",
		"Event Info": "C",
		"Job id": "b35f0a38-6f2e-4c6c-b528-4887ed778099",
		"Resource": "Human"
	},
	{
		"Job id": "b35f0a38-6f2e-4c6c-b528-4887ed778099",
		"Resource": "Human",
		"Event Info": "https://svn.win.tue.nl/trac/prom/wiki/GettingStarted ",
		"Timestamp": "2018-09-26 15:13:46.719",
		"Event Type": "Clipboard"
	}

This is a screenshot of this software.

alt text

Firstly, press the button New Job, it will generate a new job id.

Secondly, press the button Start, it will record the events.

Thirdly, press the button Stop, it will stop recording.

In the last, press the button Into Log File, it will dump the events into a log file.

rpa_action_recorder's People

Contributors

frankbgao avatar

Watchers

James Cloos avatar  avatar

Forkers

forklifters

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.