add fastbots
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.
Change the name of the pr. For example add 'package name'