How can we Connect Java with Robot Framework

I have some libraries which are only supported in java and want to use them with python robot framework

Hi Milind,

I don’t have personal experience here but hopefully I can point you in the right direction.

There is documentation for Creating test libraries, also there’s the Remote library interface, not sure which is best in your case.

There are some libraries I know of such as SeleniumLibrary and SikuliLibrary that operate in cpython version of robot framework (as opposed to the jpyton version that’s no longer supported), both Selenium and SikuliX are Java applications so peeking into the code of those libraries might also help.

Hopefully this is helpful,

Dave.