Skip to content

Releases: jjpaulo2/fastrpa

1.0.1

04 Aug 17:41
2f69125
Compare
Choose a tag to compare

Adding license to project

By a great mistake, the first version of the library was published without any license. I need to ensure it. The best for this case is the BSD-2, license already used by another great open-source tools without a copyright trademark.

BSD 2-Clause License

Copyright (c) 2024, João Paulo Carvalho

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

1.0.0

03 Aug 03:40
c1d0838
Compare
Choose a tag to compare

🎉 FastRPA v1.0.0 is available now!

Installation

pip install fastrpa

Principes

  • 👶🏽 Easy to use: complex interactions are abstracted to intuitive methods.
  • 💡 Clean imports: remove the necessity of import many packages and objects. Every automation features are accessible by methods of one main object.
  • 🔖 Typed: type hints grant the code readability, and turn possible to navigate through the methods with any Intellisense tool.
  • 👍🏽 Selenium safe: the core was developed following the Selenium best-practices. You can focus on business rules.

Features

  • ⌨️ Send keyboard events;
  • ⏲️ Wait for page events easily;
  • 🍪 Manage cookies;
  • 🖼️ Take screenshots and make with you want with then;
  • 📑 Manage and navigate through the browser tabs;
  • ⚙️ Run javascript on the browser console;
  • 🖥️ Easy to use HTML elements abstractions;
  • 🗺️ Xpath generator.

To know all the details, read the documentation here.

v0.1.0

01 Aug 13:47
4771fa5
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Also installable from PyPI.

pip install fastrpa==0.1.0