Running Robot Framework keywords from Python Function

Hi Sarala,

The last chapter of the Robot Framework User Guide is Internal API, start buy having a read of the API documentation to get an idea of what you can do with it.

In you sample, I suspect the problem is you haven’t imported something else first that robot.libraries.BuiltIn needs? Entry points doesn’t list robot.libraries as an entry point, but i’m only guessing here.

Dave.