Sample – Supply Chain Management

Overview This is a sample of supply chain solution with Clicknium web automation. Here is the details: Here are the details: based on a PO number, the solution finds and captures data from another “Purchase Order Tracking” web app and looks up the state of the agent from an Excel file to finally fill the data to […]

Sample – Finance Quarter Close

Overview 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 to find the matching transaction […]

Sample – Data Migration Automation Solution

Overview 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 new HR system. Practical Walkthrough […]

Sample – Customer Onboarding Automation Solution

Overview 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 you can automatically process customer […]

Sample – Scrape all images on website

Overview 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 advanced usage in capturing list […]