# OpenRPA >> pyOpenRPA (lite re-branding due to big popularity of the other tools with name OpenRPA)

dev-linux
Ivan Maslov 4 years ago
parent b578600c09
commit c72056720c

@ -1,5 +1,5 @@
# OpenRPA
First open source RPA platform for business is released!
# pyOpenRPA
Powerfull OpenSource RPA tool for business (based on python 3). Best perfomance and absolutely free!
# How to run
Studio
@ -38,12 +38,12 @@ Resources\WPy64-3720\python-3.7.2.amd64\python.exe
Получить список элементов, который удовлетворяет условиям через расширенный движок поиска
[
{
"index":<Позиция элемента в родительском объекте>,
"depth_start" - глубина, с которой начинается поиск (по умолчанию 1)
"depth_end" - глубина, до которой ведется поиск (по умолчанию 1)
"class_name" - наименование класса, который требуется искать
"title" - наименование заголовка
"rich_text" - наименование rich_text
"index":<index in parent ui object>,
"depth_start" - search start depth (default is 1)
"depth_end" - search stop depth (по умолчанию 1)
"class_name" - class name attribute for search in ui objects
"title" - title attribute of the ui object
"rich_text" - attribute os the ui object rich_text
}
]
@ -70,4 +70,4 @@ In wiki you can find:
* JsRender by https://www.jsviews.com (switch to Handlebars)
* Handlebars
Created by Unicode Labs (Ivan Maslov)
Created by Ivan Maslov (Russia)
Loading…
Cancel
Save