mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-11 14:26:47 -05:00
[PR #2545] [CLOSED] add fastbots #13223
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2545
Author: @ubertidavide
Created: 1/5/2024
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
cfe68a9Update README.md📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Added fastbots library.
Fastbots is a simple library designed for rapid bot and scraper development using Selenium and the POM (Page Object Model) design.
It enhances productivity by allowing developers to focus solely on scraping, reducing boilerplate code, and eliminating the need for direct driver management-related code, thanks to browser-independent settings.
Even if site locators change, this library doesn't require modifications to the code; adjustments can be made solely in the configuration.
fastbots is also fully compatible with all selenium functions, refer to selenium official documentation for more details.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.