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/Wiki/04.1.-Tool-Studio.-How-to-u...

2.9 KiB

Content

How to run

  • For OS x32
    • Run (double click): OpenRPA\Studio\StudioRun_32.cmd (for OS x32)
  • For OS x64
    • Run (double click): OpenRPA\Studio\StudioRun_64.cmd (for OS x64)
  • Wait text "running server" in console. Default browser will be open automatically
    • Attention! The studio tool does not support the Internet explorer (any version) for GUI rendering (lol) image

UI Description

The studio tool GUI contains of:

    1. UI tree viewer
    1. Selected UI object hierarchy list
    1. Selected UI object property list
    1. UIO selector editor
    1. UIO action panel
    1. Another Python activity panel
    1. Action/activity list

Look it on the GUI screenshots are listed below

GUI Screenshot 1

image

GUI Screenshot 2

image

How to extract UI tree

In order to extract the UI tree do the following: in UI tree viewer choose the object you are interested and click the button "Expand".

Action: Click the button "Expand"

image

Result

image

How to search UI object by mouse hover

In order to search UI object do the following: in UI tree viewer choose the parent object, where you are want to search UI object, and click the button "Mouse search". The mouse search mode will start. Turn mouse on the UI object you are interested and wait when the studio will highlight the UI object. After the hightlight hold the "Ctrl" key and wait 3 seconds. The interested UI object will be shown in UI tree viewer.

image

Action: Turn mouse on the UI object you are interested and hold the "Ctrl" key for 3 seconds

image

Result: The interested UI object will be shown in UI tree viewer

image

How to extract UI object properties

In order to extract UI object properties do the following: in Selected UI object hierarchy list choose the UI object you are interested and click it. The UI object property list will be shown in Selected UI object property list

Action: Choose the UI object you are interested and click it

image

Result: The UI object property list will be shown in Selected UI object property list

image