robocorp / rpaframework

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python
https://www.rpaframework.org/
Apache License 2.0
1.08k stars 210 forks source link

Add keywords to get operating system #185

Open orlof opened 3 years ago

orlof commented 3 years ago

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

cmin764 commented 2 years ago

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).

tonnitommi commented 1 year ago

Also add:

architecture() processor()

Maybe return a dict with all the items.