- priority: 5 --> 2
PlugIns are DLL that you can add in the Plugins folder of
the KUMO installation folder and that directly add
functions on the KUMO script interface.
PlugIns can have features such as:
- Search an address in a page
- Extract phone numbers in a page
Advanced algorithms can be used to find objects in a list.
For example, if I click on a book in a list of books of
amazon, I would like a function to extract all similar
objects (it means all objects that are in the list).
Eventually, I would like the function to click on
Next> in order to find similar elements in other pages,
until there are no NEXT> link left.
Presently plugIns cannot be called in a web automate
(an autonomous .EXE web macro). This feature should
be added.