openrpa

Free Open Source Enterprise Grade RPA

MPL-2.0 License

Downloads
9
Stars
1.7K

Bot releases are visible (Hide)

openrpa - Add Alpha support for Client Sessions

Published by skadefro over 3 years ago

Add Alpha support for Client Sessions
Add minor fixes too windows selector
SHA256 checksum: 3AC9864ADCCE203D28F6F6489A9BED3DCF6D9F176113A8FB62EA58610A223B3A
Under settings you can enable Client Session ( you need to run the robot as administrator in order to enable this the first time )
Once enabled you can spin ip Client Sessions ( only one user can be connected to a client session at a time, so if done on a remote desktop server, be ware not everyone can use it at once )
With this feature a user can continue work on other items while the robot does it's thing, this require the applications you are automating to allow for multiple runs ( outlook, chrome and other apps might now support this, for true unattended robots, please use the HD Robot feature instead )
Once enabled, you can start a ClientSession by clicking the Child Session icon, and you can run workflows inside the child session using the Plain in child button
image
using PowerShell and Invoke-OpenRPA with -ChildSession is also implemented
image
image

openrpa - Add Alpha support for Client Sessions

Published by skadefro over 3 years ago

Add Alpha support for Client Sessions
SHA256 checksum: 3AC9864ADCCE203D28F6F6489A9BED3DCF6D9F176113A8FB62EA58610A223B3A
Under settings you can enable Client Session ( you need to run the robot as administrator in order to enable this the first time )
Once enabled you can spin ip Client Sessions ( only one user can be connected to a client session at a time, so if done on a remote desktop server, be ware not everyone can use it at once )
With this feature a user can continue work on other items while the robot does it's thing, this require the applications you are automating to allow for multiple runs ( outlook, chrome and other apps might now support this, for true unattended robots, please use the HD Robot feature instead )
Once enabled, you can start a ClientSession by clicking the Child Session icon, and you can run workflows inside the child session using the Plain in child button
image
using PowerShell and Invoke-OpenRPA with -ChildSession is also implemented
image
image

openrpa - Add option for custom screen size

Published by skadefro almost 4 years ago

Add option for custom screen size, when running hd robots without freerdp
SHA256 checksum: 41F85086B281DADD94A19CF6554B6F0A8E54A11A7069BDC9EEAAF09A938FBB32

openrpa - ps: Check for error response on Invoke-Openflow

Published by skadefro almost 4 years ago

ps: Check for error response on Invoke-Openflow
SHA256 checksum: AABCD22026BC98FA5AAFCCADFA87DE3FEB38C19E329F04C17DD56A5B458F51CE

openrpa - Rollback code for auto adding namespaces

Published by skadefro almost 4 years ago

Rollback code for auto adding namespaces
SHA256 checksum: E0AE53858D724210775B7B4CD6ED156B29B38EF75E3FB197E71E89BA68777C6C

openrpa - small updates

Published by skadefro almost 4 years ago

openrpa: auto add namespaces when adding or copy and pasting activities
openrpa: remove old, broken updater
SHA256 checksum: F497E5C270146731C6EE4AD5A1F44DAAFAFD04E57730E6069C4348D8202F1570

openrpa - Revert "Fix javascript error in focus function"

Published by skadefro almost 4 years ago

Revert "Fix javascript error in focus function"
SHA256 checksum: 46F92F0C35B6248BDA5502FEC56F97C0A74BC8CB42D1556889F9CBF3C075EFFE

openrpa - small update

Published by skadefro almost 4 years ago

Change frame messages to json, to avoid conflict with certain webpages
SHA256 checksum: 0D7BE0B03928E79A90FD0D72C26CF1D6098E5CECAB750DBC223038DBF594C7AF

openrpa - new features

Published by skadefro almost 4 years ago

openrpa: Add support for 2 second delay on recording start using F2
nm: Add support for SendText/SetText/SendKeys ( virtually types text in a element, sendkeys allows sending special keys )
SHA256 checksum: DA36117C90B37339CB86FEC87E5748604476B879E225370ED6EA4AD94C44B7FB

openrpa - minor fixes

Published by skadefro almost 4 years ago

openrpa: stop setting owner, to avoid lockup after using select button
nm: Add jquery and better parsing to execute script
nm: Make dedicated async get element to avoid confusion
SHA256 checksum: A04C79A1D9AFC57F096214E4F65AB6D82864957D806410BE0C800418A8F38802

openrpa - minor fixes

Published by skadefro almost 4 years ago

openrpa: Add support for custom project folder
openrpa/powershell: fix ui thread issue for invoke openrpa
SHA256 checksum: 411BE15B8159024D16C1719A9C2D58CD895FD35DA69B6700C2301C83F198415C

openrpa - Various fixes, see commit history

Published by skadefro almost 4 years ago

powershell: Add support for local robot execution from powershell even when offline
nm: Make Atrributes public
openrpa: Fix owner window on most ShowDialog
openrpa: Delete project folder recursively
powershell: Rename InvokeOpenRPA to InvokeRemoteOpenRPA to match OpenRPA, and begin adding InvokeOpenRPA
openrpa: Allow deleting projects with missing folder
openrpa: Fix when loaded as dll and not from executable
openrpa: Catch dependency install errors doing load
SHA256 checksum: 3B477112797F8753C7F4CB9EB591226690187D26F380166A77C0529BD8902E3C

openrpa - Fix "cannot select self" on nested windows elements

Published by skadefro almost 4 years ago

openrpa: Fix "cannot select self" on nested windows elements
SHA256 checksum: CB125C1F92418F24BDC9FBA3C0FFD77CB683116FDCE890E71842BA4070E9D6A5

openrpa - upgrades and fixes

Published by skadefro almost 4 years ago

script: Expose instance as variable
openrpa: Upgrade CefSharp.Wpf
openrpa: Fix JArray parse error
SHA256 checksum: A83C6F82D11977BFAC23573C8D98DE6CF85BCF890D019E6CC2ABA5FD809E5B9D

openrpa - Fix issue with recording_add_to_designer

Published by skadefro almost 4 years ago

openrpa: Fix issue with importing namespaces when recording_add_to_designer is false
SHA256 checksum: 80CA53129AECDFDEE802CC37A7266C66892B27BC565D2638841D4FC13CEDCB33

openrpa - Various small bug fixes

Published by skadefro almost 4 years ago

openrpa: Fix selector index error in Open Application
openrpa: Catch IO errors during save of instance
SHA256 checksum: AF81166A3FABB6A11E3858CFCF167F7E3DE1BBD982D10F6D7D7BFF069D9F341B

openrpa - Fix initialDirectory for SelectFile

Published by skadefro about 4 years ago

Fix initialDirectory for SelectFile
SHA256 checksum: C1F374092F5C597841A61CA48B098468FF099BFBA0298FDC60446473E5C53D47

openrpa - Quick fix of chrome update to UIElement type

Published by skadefro about 4 years ago

Quick fix of chrome update to UIElement type
SHA256 checksum: F44CD2E8C63540DEF1AED8FFC552489B20DB96D3257C98FB5CE5AAF452CE923B

openrpa - Fix caseing in nm select item by text

Published by skadefro about 4 years ago

Fix caseing in nm select item by text
SHA256 checksum: 6CF78523421FFD942F3E9B709616BA690511CBAC9A079FDD5AC02CDB1957EA39

openrpa - small fixes

Published by skadefro about 4 years ago

utilities: Fix order in ExpandArchiveDesigner
nm: Fix issue with timeout in nm
SHA256 checksum: 69485D35C7051A2596612B251103EF73C97EE25AECE45E1AFFC0AD7E890451A5

Package Rankings
Top 18.46% on Npmjs.org
Badges
Extracted from project README
GitHub issues GitHub forks GitHub license Maintenance Analytics First time installing and running OpenRPA Workflow types and doing your first recording Working with WorkItems Recording in SAP Getting table data in chrome Automate using Image Recognition and OCR Install and configuring High Density robots openiap BPA signpath