Hey!
First, really amazing product, thanks!
The issue: I am currently using the open source version from GitHub - A9T9/RPA: UI.Vision: Open-Source RPA Software (formerly Kantu) - Modern Robotic Process Automation with Selenium IDE++ to add a few custom features for our testing. However, I would like to also use the XModules support. However, when I try to use them together, the source version doesn’t seem to load the xmodules or use it. I modified the com.a9t9.kantu.xy.chrome.json file before running the installation in order to add the extension url for the built-from-source version into the allowed-origins list. Is there a corresponding set of extension urls within xmodules which would limit their access? I wasn’t even sure how to call the xmodules “xclick” command as it’s not in the source code and fails the check against availableCommands in editor.js, so I was curious whether there was something the kantu-xy-host executable was doing to modify the extension or how that was loaded? Also I had installed only the kantu-xy-host and skipped the other two for now - is it necessary they all are installed in order to function? Or is there a different source tree for the version which works with xmodules as the open source version doesn’t even have the tab?
Thanks for your help!