Sikuli: The Best Free RPA Tool In the Industry
What is RPA? It stands for robotics process automation and most companies are expanding their fintech identity by having employees automate their processes using these…
What is RPA? It stands for robotics process automation and most companies are expanding their fintech identity by having employees automate their processes using these…
Ever wondered what the most useful tools in an accounting/finance professional were for automation and visualization? As an accountant, I can attest that these will…
A newer version of Sikuli has been released with exciting updates. Most of these updates are bug fixes and also a smoother run experience. Here…
Taking Images/Screenshots using Sikuli Sikuli works by using image recognition modules for screen automation. Writing scripts requires screenshots to be taken and placed into the…
App.open() Since Sikuli is a python interpreter, python modules can be used to open programs and files. Sikuli does come with a command that opens…
Sikuli Modules While Sikuli by itself is capable of great automation, using modules can make it ten times more resourceful. Modules are python packages can…
Interact with Users Using Sikuli DropDown Menu One of the best UI to use when input is needed is the dropdown menu. I have some…
What is OpenCV? OpenCV is an open source python module that is based around visual tracking. OpenCV has the ability to locate and process visual…
Target Offset Sikuli has a great feature that allows you to manipulate an image once inserted in the code. As you know, Sikuli works by…
In this article, we will discuss the advantages and disadvantages of UI (user interface) automation. For this discussion, user interface automation means writing a script…