You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/README.md

58 lines
2.2 KiB

5 years ago
# OpenRPA
5 years ago
First open source RPA platform for business is released!
5 years ago
5 years ago
# How to run
5 years ago
Studio
Double click to Studio\StudioRun_32.cmd or Studio\StudioRun_64.cmd
5 years ago
# Robot how to debug
5 years ago
Robot\PythonDebug_64.cmd
import Robot
Robot.ActivityRun(
{
ModuleName: <"GUI"|..., str>,
ActivityName: <Function or procedure name in module, str>,
ArgumentList: [<Argument 1, any type>, ...] - optional,
ArgumentDict: {<Argument 1 name, str>:<Argument 1 value, any type>, ...} - optional
}
)
5 years ago
# Robot example script:
5 years ago
Robot\Examples\GetFolderList\Python_32_Script_Run.cmd
5 years ago
# Python 32 bit
5 years ago
Resources\WPy32-3720\python-3.7.2\python.exe
5 years ago
# Python 64 bit
5 years ago
Resources\WPy64-3720\python-3.7.2.amd64\python.exe
5 years ago
# Module GUI activity List:
5 years ago
############################
5 years ago
Новая версия
5 years ago
############################
5 years ago
Получить список элементов, который удовлетворяет условиям через расширенный движок поиска
[
{
"index":<Позиция элемента в родительском объекте>,
"depth_start" - глубина, с которой начинается поиск (по умолчанию 1)
"depth_end" - глубина, до которой ведется поиск (по умолчанию 1)
"class_name" - наименование класса, который требуется искать
"title" - наименование заголовка
"rich_text" - наименование rich_text
}
]
5 years ago
# Open RPA Wiki
- [Home](https://gitlab.com/UnicodeLabs/OpenRPA/wikis/home)
- [04. Desktop app access (win32 & ui automation)](https://gitlab.com/UnicodeLabs/OpenRPA/wikis/04.-Desktop-app-access-(win32-&-ui-automation))
5 years ago
5 years ago
#Dependencies
* Python 3 x32 [psutil, pywinauto, wmi, PIL, keyboard, pyautogui, win32api (pywin32), selenium, openCV, tesseract, requests, lxml, PyMuPDF]
* Python 3 x64 [psutil, pywinauto, wmi, PIL, keyboard, pyautogui, win32api (pywin32), selenium, openCV, tesseract, requests, lxml, PyMuPDF]
5 years ago
* pywinauto (Windows GUI automation)
5 years ago
* Semantic UI CSS framework
* JsRender by https://www.jsviews.com (switch to Handlebars)
* Handlebars
5 years ago
Created by Unicode Labs (Ivan Maslov)