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/Robot/Examples/ScriptTestGUI.py

15 lines
450 B

import sys
sys.path.append('../')
import GUI
import keyboard
import time
lI=0
lResult=GUI.UIOSelectorsSecs_WaitDisappear_List(
[
[{"title":"PuTTY Configuration","class_name":"PuTTYConfigBox","backend":"uia"},{"ctrl_index":20},{"ctrl_index":2}],
[{"title":"OpenRPA","class_name":"CabinetWClass","backend":"uia"},{"ctrl_index":2},{"ctrl_index":0},{"ctrl_index":2},{"ctrl_index":0},{"ctrl_index":7},{"ctrl_index":2}]
],
60,
True
)
print(lResult)