The RanorexLibrary offers an integration of the Ranorex API into the Robot Test Automation Framework. This means, you can write Robot tests like you are used to, and use Ranorex functionality to automate GUIs independent of the underlying technology.
You can find a full documentation about the RanorexLibrary and how to use it in the Wiki.
Please note: You will still need valid Ranorex licenses to run the tests.
You need to install IronPython, ensure that the ipy32.exe is in your %PATH%, install PIP and required packages (run the following as user who can modify IronPython's directory):
ipy32 -m ensurepip
ipy32 -m pip install -r requirements.txtrun
makedocs.batThe last one does no need to be elevated. Keywords documentation will be placed in docs/index.html folder.