Skip to content

1.0.0

Compare
Choose a tag to compare
@jjpaulo2 jjpaulo2 released this 03 Aug 03:40
· 3 commits to main since this release
c1d0838

🎉 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.