Quick and easy project packaging with Clicknium
7 posts tagged with "Automation"
View All TagsJava application automation by Clicknium
Background
Java is an extremely popular programming language that is used to create many desktop GUI applications. It has become a typical demand to automate these Java GUI applications. Clicknium is perfectly suited to the task.
This blog takes SwingSet.jar as an example to introduce how to use Clicknium to automate Java application.
Scrape images from the website
This article describes how to extract numerous related images from a website. It is a basic necessity to download all images from a web page and store them to a local folder. It is also a necessary to preserve the titles of the images so that they may be managed or processed more easily in the future.
Clicknium vs RPA
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 in accomplishing automation tasks in different use scenarios.
Sample - Scrape all images on website
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 of elements.
Sample - Customer Onboarding
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 onboarding, the efficiency will be significantly improved. Here we demonstrate one customer onboarding automation solution.
- load the missing customer information from CSV file.
- open CRM system.
- iterate the records in CVS file to register customer information into CRM.
Sample - Supply Chain Management
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.