This component library is for developers to use Xircuits with Python's open source RPA packages.
Note: This is a work in progress at the moment. Some RPA functionalities might not be supported.
- Tebelorg RPA-Python>=1.48.0
Before you start, please refer to this guide to set up Xircuits.
To use this component library, simply copy the directory / clone or submodule this repository to your working Xircuits project directory.
- At your project root:
$ git clone https://github.com/yuenherny/xai-rpa.git
- Install the required dependencies for RPA to work:
pip install -r <PATH/TO/XAI-RPA>/requirements.txt
This section provides brief explanation and things to take note of in selected examples.
This example demonstrates left click and hover capability of the RPA bot.
- The element identifiers used in this example are:
- HTML
title
: Text button - HTML
href
: Image button
- HTML
- The hover action is on the GitHub icon at the bottom of the webpage.