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