openrpa

Free Open Source Enterprise Grade RPA

MPL-2.0 License

Downloads
9
Stars
1.7K

Bot releases are visible (Hide)

openrpa - Fix Map Variables issue for invoke openrpa

Published by skadefro over 3 years ago

Fix Map Variables issue for invoke openrpa
Add support for killing robot workflow remotely
Improve image recording, to allow custom move mouse time
Add auto import namespaces on drop of certain activities
Better import handling and a few minor improvements
Use change stream for updates, if supported
fix ui issue with recorder properties
Fix issue with search_descendants on windows selector
For better experience when using chrome/ff/edge in child sessions, nm.Openurl now has an userDataFolderMode option to control what profile folder to use.

automatic (default) = open url will use the default profile in a normal session and use the profile defined in profilepath. If profilepath is empty, it will create one in %appdata%\openrpa\childsession\browser
customfolder = open url will always use the folder defined in profilepath. If profilepath is empty, it will create a profile in %appdata%\openrpa\browser for main sessions and %appdata%\openrpa\childsession\browser for child sessins
DefaultFolder = open url will always use the default profile. This will make the browser throw an error if it is open in both the main and child session.
SHA256 checksum: C177D6FA20BE5E639F894FCFF29F10C97445210804F64999E0626DB2053245D9

openrpa - Add support for killing robot workflow remotely

Published by skadefro over 3 years ago

Add support for killing robot workflow remotely
Improve image recording, to allow custom move mouse time
Add auto import namespaces on drop of certain activities
Better import handling and a few minor improvements
Use change stream for updates, if supported
fix ui issue with recorder properties
Fix issue with search_descendants on windows selector
For better experience when using chrome/ff/edge in child sessions, nm.Openurl now has an userDataFolderMode option to control what profile folder to use.

automatic (default) = open url will use the default profile in a normal session and use the profile defined in profilepath. If profilepath is empty, it will create one in %appdata%\openrpa\childsession\browser
customfolder = open url will always use the folder defined in profilepath. If profilepath is empty, it will create a profile in %appdata%\openrpa\browser for main sessions and %appdata%\openrpa\childsession\browser for child sessins
DefaultFolder = open url will always use the default profile. This will make the browser throw an error if it is open in both the main and child session.
SHA256 checksum: 7D650078AD1E1A2CD34563AFE8D785EB12E48024F6EF63EBF1386B1005D74BB9

openrpa - improve image recording, auto import namespaces on drop

Published by skadefro over 3 years ago

Improve image recording, to allow custom move mouse time
Add auto import namespaces on drop of certain activities
Better import handling and a few minor improvements
Use change stream for updates, if supported
fix ui issue with recorder properties
Fix issue with search_descendants on windows selector
For better experience when using chrome/ff/edge in child sessions, nm.Openurl now has an userDataFolderMode option to control what profile folder to use.

automatic (default) = open url will use the default profile in a normal session and use the profile defined in profilepath. If profilepath is empty, it will create one in %appdata%\openrpa\childsession\browser
customfolder = open url will always use the folder defined in profilepath. If profilepath is empty, it will create a profile in %appdata%\openrpa\browser for main sessions and %appdata%\openrpa\childsession\browser for child sessins
DefaultFolder = open url will always use the default profile. This will make the browser throw an error if it is open in both the main and child session.
SHA256 checksum: 7C95D206D3BA25BE17E874987281FB8E44C6E7FC1D03BC2599C5240091969C1C

openrpa - Better import handling and a few minor improvements

Published by skadefro over 3 years ago

Better import handling and a few minor improvements
Use change stream for updates, if supported
fix ui issue with recorder properties
Fix issue with search_descendants on windows selector
For better experience when using chrome/ff/edge in child sessions, nm.Openurl now has an userDataFolderMode option to control what profile folder to use.

automatic (default) = open url will use the default profile in a normal session and use the profile defined in profilepath. If profilepath is empty, it will create one in %appdata%\openrpa\childsession\browser
customfolder = open url will always use the folder defined in profilepath. If profilepath is empty, it will create a profile in %appdata%\openrpa\browser for main sessions and %appdata%\openrpa\childsession\browser for child sessins
DefaultFolder = open url will always use the default profile. This will make the browser throw an error if it is open in both the main and child session.
SHA256 checksum: 45261E890CD78FA0AC3A36A22F221E675A9857169513E4BBA45F6E3CF85AFF3B

openrpa - Various improvements

Published by skadefro over 3 years ago

Use change stream for updates, if supported
fix ui issue with recorder properties
Fix issue with search_descendants on windows selector
For better experience when using chrome/ff/edge in child sessions, nm.Openurl now has an userDataFolderMode option to control what profile folder to use.

automatic (default) = open url will use the default profile in a normal session and use the profile defined in profilepath. If profilepath is empty, it will create one in %appdata%\openrpa\childsession\browser
customfolder = open url will always use the folder defined in profilepath. If profilepath is empty, it will create a profile in %appdata%\openrpa\browser for main sessions and %appdata%\openrpa\childsession\browser for child sessins
DefaultFolder = open url will always use the default profile. This will make the browser throw an error if it is open in both the main and child session.
SHA256 checksum: 954EE4DF0E032050A56B2CBFACDD5757F529C155D8BCA211688D1F2CD7180965

openrpa - fix ui issue with recorder properties

Published by skadefro over 3 years ago

fix ui issue with recorder properties
Fix issue with search_descendants on windows selector
For better experience when using chrome/ff/edge in child sessions, nm.Openurl now has an userDataFolderMode option to control what profile folder to use.

automatic (default) = open url will use the default profile in a normal session and use the profile defined in profilepath. If profilepath is empty, it will create one in %appdata%\openrpa\childsession\browser
customfolder = open url will always use the folder defined in profilepath. If profilepath is empty, it will create a profile in %appdata%\openrpa\browser for main sessions and %appdata%\openrpa\childsession\browser for child sessins
DefaultFolder = open url will always use the default profile. This will make the browser throw an error if it is open in both the main and child session.
SHA256 checksum: 5FCC90179558DA845092A854FFAF75F46D5D73EBAC80A3880180FF55795E4475

openrpa - remove debug info

Published by skadefro over 3 years ago

remove debug info
2 semi-breaking change.
Invoke OpenRPA now saves relative filenames and not ID's. This is to make migrating workflows between different openflow instances easier. All your old workflows will still work, but in the designer it will no longer show the selected workflow in the dropdown list.

For people using openflow premium, the robot no longer sends prometheus statistics, but otel activity spans instead, that means you need to be on openflow 1.2.x with open telemetry to get those statistics.

OpenRPA: Auto retry saving state on error
SAP: Improve sap recording without get-element
Script: Detect duplicate variables
Windows: auto retry on win automation COM errors
OpenRPA: Fix save state issue, fix otel time span issue
OpenRPA: Fix issue with looping activities and otel
OpenRPA: Add open telemetry to openrpa, version 1
office: Add ReplyMailItem
Utilities: Fix issue with DeleteAllRows
OpenRPA: Allow variables for Invoke OpenRPA
OpenRPA: add Expiration for invoke nodes
OpenRPA: Better handling of timeout messages
SHA256 checksum: 3A9C394178217D553D2D29371D515B7DFFBE13908D3659C7B24C073BC84071A2

openrpa - Bump next version

Published by skadefro over 3 years ago

2 semi-breaking change.
Invoke OpenRPA now saves relative filenames and not ID's. This is to make migrating workflows between different openflow instances easier. All your old workflows will still work, but in the designer it will no longer show the selected workflow in the dropdown list.

For people using openflow premium, the robot no longer sends prometheus statistics, but otel activity spans instead, that means you need to be on openflow 1.2.x with open telemetry to get those statistics.

OpenRPA: Auto retry saving state on error
SAP: Improve sap recording without get-element
Script: Detect duplicate variables
Windows: auto retry on win automation COM errors
OpenRPA: Fix save state issue, fix otel time span issue
OpenRPA: Fix issue with looping activities and otel
OpenRPA: Add open telemetry to openrpa, version 1
office: Add ReplyMailItem
Utilities: Fix issue with DeleteAllRows
OpenRPA: Allow variables for Invoke OpenRPA
OpenRPA: add Expiration for invoke nodes
OpenRPA: Better handling of timeout messages
SHA256 checksum: 260BD0B0EB39E9908D7BA63034091E8E333CC719117F52DD755191907FBE272A

openrpa - Fix save state issue, fix otel time span issue

Published by skadefro over 3 years ago

Fix save state issue, fix otel time span issue
SHA256 checksum: A8016D94BD6E792570469454CE39257ECB80898BD794D811FB86B1EC79651C28

openrpa - Fix issue with looping activities and otel

Published by skadefro over 3 years ago

Fix issue with looping activities and otel
SHA256 checksum: BC67903F2132CE5105174A680B94FC0F585AB06B47BE696419A27459D9B9256A

openrpa - Add open telemetry to openrpa / Add ReplyMailItem

Published by skadefro over 3 years ago

Add open telemetry to openrpa, version 1
Add ReplyMailItem
SHA256 checksum: 91D2DD83E4A9CAC09AABCA433934A87869B97A79F9F372FFF87F940399B4BABB

openrpa - A fix and a few improvements

Published by skadefro over 3 years ago

Utilities: Fix issue with DeleteAllRows
OpenRPA: Allow variables for Invoke OpenRPA
OpenRPA: add Expiration for invoke nodes
OpenRPA: Better handling of timeout messages
SHA256 checksum: 1CE7A396AA9E33C3E018A1EA6C1603A815A53EAE720481E4C133D3B3FCAF3734

openrpa - Re add FrameworkId to recorded selector

Published by skadefro over 3 years ago

Re add FrameworkId to recorded selector
SHA256 checksum: 2053E77734D551F27CBCB7D947F950571D050989908E5A9A278209B7E31F9AB3

openrpa - allow search_descendants / Fix highlight icon

Published by skadefro over 3 years ago

Windows: allow search_descendants any where in selector / Fix icon on highlight button
SHA256 checksum: BE75F7E04CF8E14555D0B3EDDE94C9BDD8E364B63110D9ABA7FA10261575A1A6

openrpa - fixes for edge/ff

Published by skadefro over 3 years ago

nm: Launch edge using microsoft-edge: uri instead, fix connection test for edge/ff
SHA256 checksum: 7B2517B49545A50FCA7768B68F3A94700A0228C1E4B76B6AC99A4AD152B658AC

openrpa - UI improvement for windows selector

Published by skadefro over 3 years ago

windows: Fix ui selector for nesting get elements
SHA256 checksum: 9198AD26B9EC60632A701465AD1261F923B1F8959DE437B0B1D74A4D9C032488

openrpa - Minor improvements

Published by skadefro over 3 years ago

windows: add toggle for search_descendants
openrpa: Fix config issue
windows: skip FrameworkId in windows selector
SHA256 checksum: 0555D966737F1B8F200CCA5479F85178F4E1FABD2827A565C59BFF962E013FF2

openrpa - re-fix parsing Rect

Published by skadefro over 3 years ago

re-fix parsing Rect
SHA256 checksum: 0B33F88F59860B3E8414F72C4085B8263563D6B52700ABB22C26763544385148

openrpa - minor fixes

Published by skadefro over 3 years ago

Fix parsing Rect in non us regional settings
Fix restore window in agent mode

openrpa - Minor fixes

Published by skadefro over 3 years ago

Make cache thread safe
Fix ToolTip exception
Catch invoke errors
Minor fixes

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