Sample – Supply Chain Management
July 22, 2022 · 3 min read Justin This is a sample of supply chain solution with Clicknium web automation. Here is the details: based on PO number, find and capture data from another Purchase Order Tracking web app and look up the state of the agent from one excel to finally fill the data to PO management web portal. The […]
Sample – Finance Quarter Close
July 25, 2022 · 3 min read Justin For many enterprises, at the end of each fiscal quarter, the finance team spends much time making all of the financial obligations fulfilled. This is a sample of financial quarter close solution with clicknium automation. It can review transactions automatically. Here is the details: go through transactions in local financial system […]
Sample – Data Migration
July 25, 2022 · 4 min read Justin Many enterprises need data migration solution. For example, if IT system is upgraded,there is need to migrate data from legacy system to upgraded system. This is a sample for employee data migration solution with Clicknium desktop&web automation. Here is the details: migrate employee data from a legacy thick client application into […]
Sample – Customer Onboarding
July 25, 2022 · 3 min read Justin This is a sample of customer onboarding solution with clicknium web automation. For one enterprise, customer onboarding has a significant impact on a customer willingness of using your product. You may define the customer onboarding process in your company internally,for example, new customer information adds into CRM(customer relationship management) system. If […]
Sample – Scrape all images on website
July 25, 2022 · 2 min read Danny This is a simple sample to scrape all images from a website by Python. While find_element of Clicknium is for locating a unique UI control, find_elements can be used to locate multiple UI controls with one locator. This example shows a basic usage scenario for this concept, and another blog shows […]
Automate filling web form with excel data
July 25, 2022 · 3 min read Dicey In the web automation, it is a common scenario that we need to fill data on the web page. Here I would like to use two different ways (Selenium and Clicknium) to automate filling data in web form. The steps overview are as below: Here is the data in […]
Automate upload file dialog in web automation
July 25, 2022 · 4 min read Robin Sometimes there could be a dialog that needs to be handled when doing web automation, like file upload dialog, print dialog, or save as dialog. The problem is that the libraries that we use to do web automation normally do not support automating these dialogs. I will introduce two […]
Clicknium vs Pywinauto
July 26, 2022 · 2 min read Will There are much clerical works in desktop client side which are repeatitive tasks, like filling forms, sending messages to multiple groups, manipulating ERP system etc. These operations cost much of employees’ time, and automating these client side software to reduce human time in these operations is a good alternative. […]
Clicknium vs AutoIt
July 26, 2022 · 4 min read Dicey There are several frequently used tools on the market for Windows GUI automation, such as AutoIt, AutoHotKey, Squish, and among others. Let me introduce a powerful new tool Clicknium that is great for GUI automation for all types of applications, including Windows GUI, Web, SAP, JAVA as well as […]
Clicknium vs RPA
July 26, 2022 · 12 min read Robin RPA is in full boom these days, more and more individuals and organizations start adopting RPA in different areas to replace repeatitive tasks by leveraging different automation technologies. Based on this, we are comparing Clicknium to RPA, especially from development perspective, to understand what could be a better option […]