forked from A9T9/RPA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNot_included.txt
20 lines (9 loc) · 1.38 KB
/
Not_included.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*** Not included ***
The Kantu open-source code published in this repository includes the complete, ready-to-run Kantu core extension.
The repository and the open-source license does not include:
(1) Source code for the C++ Webassembly module used by the Visual UI testing commands.
Kantu works just fine without this module. In addition, the compiled binary of the module is included in the repo, so the VisualAssert, VisualVerify and VisualSearch commands work out of the box. We use Webassembly for the fast, in-browser image search of these commands. Without the KantuSearch module, everything except those three commands continues to work.
Please note that not having the source code of this module is _not_ a security issue, as Webassembly code runs in the browser's sandbox and can _not_ do anything buggy or malicious by design. For more information, see https://webassembly.org/docs/security/ .
(2) Source code of the binary KantuX extensions modules. (ROADMAP ITEM - NOT YET AVAILABLE)
The Kantu extension modules are cross-platform desktop software and are installed separately. They communicate with Kantu (the core browser extension) via native messaging. They are not included with the Kantu extension that you find in the Chrome and Firefox stores. You can download them from this website: (FUTURE LINK HERE)
For more information, please see https://github.com/A9T9/Kantu/issues/42