rpaframework icon indicating copy to clipboard operation
rpaframework copied to clipboard

Add keywords to get operating system

Open orlof opened this issue 4 years ago • 2 comments

e.g. platform.system() and platform.release() to RPA.Desktop.OperatingSystem

orlof avatar May 27 '21 14:05 orlof

As a side note, we have now Get Os Version, but that's Windows only and returns the major version (like 10 or 11 for example).

cmin764 avatar Mar 01 '22 17:03 cmin764

Also add:

architecture() processor()

Maybe return a dict with all the items.

tonnitommi avatar Apr 13 '23 10:04 tonnitommi