Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrew2077/selenenchanted
https://github.com/andrew2077/selenenchanted
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrew2077/selenenchanted
- Owner: Andrew2077
- Created: 2024-08-07T17:23:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T07:18:32.000Z (3 months ago)
- Last Synced: 2024-09-29T02:05:56.345Z (about 2 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SelenEnchanted - A Selenium Based Framework
SelenEnchanted is selenium based tool created to make automation development easier by providing the following features and more to come.
- **Multiple Setup Support**: One of SelenEnchanted Features is the ability to Use Built-in tools like `DriverManager` and `Selenium-Wire` easier for better Proxy Managment.
- **Multiple User-agent Support**: SelenEnchanted allows you to change the user-agent of the browser easily.
- **Built-in Functionality**: SelenEnchanted has built-in functionality to make automation development easier.
- **Human-like Typing**: SelenEnchanted has built-in functionality to type like a human.
- **Human-like Clicking**: SelenEnchanted has built-in functionality to click like a human.
- **Human-like Scrolling**: SelenEnchanted has built-in functionality to scroll like a human.
- **Human-like Wait**: SelenEnchanted has built-in functionality to wait like a human.
- **Human-like Hover**: SelenEnchanted has built-in functionality to hover like a human.
- **Touch-Actions**: SelenEnchanted has built-in functionality to perform touch actions.
- **Better Awaitility**: SelenEnchanted has built-in functionality to wait for an element to be present.
- **Built-Logger**: SelenEnchanted has built-in functionality to log the actions performed by the user.
- **Builtin-profiling**: SelenEnchanted has built-in functionality to profile the actions performed by the user. [In Development]## Target Audience
The Aim of the project is to make automation development [Webscraping] easier and faster by providing built-in functionality to make the automation development easier.## Installation
- Make sure you have python installed on your system and pip is added to the path `3.9` is a solid option.- Install the package using the following command.
```bash
pip install selen-enchanted
```