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.
Ivan Maslov
2f40c81a72
- Agent: Add Agent defs as Alias in ProcessorDict
- Agent Add 2 defs:
- - def OSFileBytesCreate(inFilePathStr, inFileBytes,inGSettings = None): # Send CMD to OS. Result return to log + Orchestrator by the A2O connection
- - def OSCMD(inCMDStr, inRunAsyncBool=True, inGSettings = None): # Send CMD to OS. Result return to log + Orchestrator by the A2O connection
- Orc: Add Agent Defs
- - def AgentActivityItemAdd(inGSettings, inHostNameStr, inUserStr, inActivityItemDict): # Add activity in AgentDict
- - def AgentOSCMD(inGSettings, inHostNameStr, inUserStr, inCMDStr): # Send to agent activity item to OSCMD
- - def AgentOSFileBytesCreate(inGSettings, inHostNameStr, inUserStr, inFilePathStr, inFileBytes): # Send to agent activity item to OSCMD
- Orc WEB: Create mGlobal.pyOpenRPA.ActivityListExecute({}) to test some activities from the front
|
4 years ago |
.. |
BugCases/2019 06 09 CheckBitnessFromX64InX32
|
#Refactor part 2
|
5 years ago |
Examples
|
#Refactor part 2
|
5 years ago |
Sandbox
|
- Create /pyOpenRPA/ActivityListExecute
|
4 years ago |
pyOpenRPA
|
- Agent: Add Agent defs as Alias in ProcessorDict
|
4 years ago |
CreateUploadInstall_x64_x32.cmd
|
#Upgrade python/s
|
5 years ago |
MANIFEST.in
|
# Minor fixes 1.1.1 (setup py)
|
5 years ago |
PIPUpgrade.cmd
|
#Refactor part 2
|
5 years ago |
PyPiUpload.cmd
|
#Refactor part 2
|
5 years ago |
SetupCreateDist.cmd
|
#Upgrade python/s
|
5 years ago |
Version.py
|
#Refactor part 2
|
5 years ago |
__init__.py
|
# Prefinal Orchestrator update (RobotRDPActive in Orchestrator)
|
5 years ago |
setup.py
|
# Upgrade pywinauto to 0.6.8 (Fixed some big bug with int convert to long fails) + Some Docs fixes in Pypi
|
4 years ago |
test_idle.py
|
# Prefinal RobotRDPActive OpenRPA test
|
5 years ago |