Accessing BuiltIn keywords in remote library

I want to use the BuiltIn keyword Evaluate from a Remote Library, but with the latest release I get RobotNotRunningError: Cannot access execution context.

I understand what the problem is, but I do not know a really good solution. How do I create an execution context in a compatible fashion?
I also do understand that the variable syntax “$variableName” will not work in the remote process, but apart from that, it should be feasible.

Thankful for any ideas on the topic

1 Like