diff --git a/Sources/pyOpenRPA/Resources/Web/orpa/studio.xhtml b/Sources/pyOpenRPA/Resources/Web/orpa/std.xhtml similarity index 99% rename from Sources/pyOpenRPA/Resources/Web/orpa/studio.xhtml rename to Sources/pyOpenRPA/Resources/Web/orpa/std.xhtml index 73f54490..65139254 100644 --- a/Sources/pyOpenRPA/Resources/Web/orpa/studio.xhtml +++ b/Sources/pyOpenRPA/Resources/Web/orpa/std.xhtml @@ -373,9 +373,9 @@
\
'+lTitle+'
\
process_id:'+lResponseJSON.Result[i].process_id+'; handle:'+lSubItemHandleId+'; class_name: '+lResponseJSON.Result[i].class_name+'; RECT:L'+lResponseJSON.Result[i].rectangle.left+' T'+lResponseJSON.Result[i].rectangle.top+' R'+lResponseJSON.Result[i].rectangle.right+' B'+lResponseJSON.Result[i].rectangle.bottom+'
\ - Highlight\ - Expand\ - Mouse search\ + Подсветить UIO\ + Развернуть\ + Поиск мыши\
\ ' //Добавить информацию об элементе в словарь JS @@ -933,7 +933,7 @@

- +
Результат
diff --git a/Sources/pyOpenRPA/Studio/Studio.py b/Sources/pyOpenRPA/Studio/Studio.py index 7a2426d5..3bb522ec 100755 --- a/Sources/pyOpenRPA/Studio/Studio.py +++ b/Sources/pyOpenRPA/Studio/Studio.py @@ -32,7 +32,7 @@ RobotConnector.UIDesktop.Utils.ProcessBitness.SettingsInit(gSettingsDict["Proces from pyOpenRPA.Utils.Render import Render from pyOpenRPA.Tools import CrossOS # https://schedule.readthedocs.io/en/stable/examples.html -lFileStr = CrossOS.PathJoinList(CrossOS.PathSplitList(__file__)[:-2] + ["Resources","Web","orpa","studio.xhtml"]) +lFileStr = CrossOS.PathJoinList(CrossOS.PathSplitList(__file__)[:-2] + ["Resources","Web","orpa","std.xhtml"]) gRender = Render(inTemplatePathStr=lFileStr,inTemplateRefreshBool=True) from pyOpenRPA import __version__ diff --git a/Sources/pyOpenRPA/Studio/Web/Index.xhtml b/Sources/pyOpenRPA/Studio/Web/Index.xhtml deleted file mode 100755 index 4b4d92d1..00000000 --- a/Sources/pyOpenRPA/Studio/Web/Index.xhtml +++ /dev/null @@ -1,1064 +0,0 @@ - - - - - pyOpenRPA - studio - - - - - - - - -
-
-
- -     -

pyOpenRPA

-
by Ivan Maslov
-     -     -     -     -

Studio Web GUI

- -
-
- -
-
-
- -
- - Backend: win32 or uia -
-
- -
-
- -
-
-

Select element in the tree to see hierarchy list

-
-
- -
-
-
-
- -
-
-
-
-
- -
-
-
-
Edit GUI selector
- [{"depth_start": <int from 1>, "depth_end": <int from 1+>, "index"|"ctrl_index": <int from 0>, "title": <str>, "title_re": <str re pattern>, "rich_text": <str>, "rich_text_re": <str re pattern>, "class_name": <str>, "class_name_re": <str re pattern>, "friendly_class_name": <str>, "f"riendly_class_name_re": <str re pattern>, "control_type": <str>, "control_type_re": <str re pattern>, "is_enabled": <bool>, "is_visible": <bool>}] - - - -
Validate Result
-
-
-
-
Select action
- - -
Set arguments
-
- -
-

- - -
Result
-
-
-
-
-
-
-
-
-
-
Other activity
- Sleep 3s - Show dialog YesNo -
Module name
-
- -
-
Activity name
-
- -
-
Argument list
-
- -
-
Argument dict
-
- -
- - -
-
-
-
Code list
-
- - - -
- - -
-
- - - - - - - - diff --git a/Sources/pyOpenRPA/Studio/Web/favicon.ico b/Sources/pyOpenRPA/Studio/Web/favicon.ico deleted file mode 100755 index 867515cf..00000000 Binary files a/Sources/pyOpenRPA/Studio/Web/favicon.ico and /dev/null differ diff --git a/Studio/start.cmd b/Studio/start.cmd index c53e695a..630ed554 100644 --- a/Studio/start.cmd +++ b/Studio/start.cmd @@ -1,5 +1,5 @@ chcp 65001 cd /d "%~dp0\..\Sources" -copy /Y ..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe ..\Resources\WPy64-3720\python-3.7.2.amd64\orpa_std.exe -.\..\Resources\WPy64-3720\python-3.7.2.amd64\orpa_std.exe -m pyOpenRPA.Studio "..\Studio\config.py" +copy /Y ..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe ..\Resources\WPy64-3720\python-3.7.2.amd64\orpa-std.exe +.\..\Resources\WPy64-3720\python-3.7.2.amd64\orpa-std.exe -m pyOpenRPA.Studio "..\Studio\config.py" pause >nul \ No newline at end of file