TabMaster is a Python-based automation tool that manages browser tabs, performs automatic scrolling, and leverages DevTools to extract logs. It's perfect for automating browsing tasks and analyzing browser console data.
- Open multiple tabs from a list of URLs.
- Automatically scroll through each page.
- Switch between tabs with configurable delays.
- Dynamic screen time adjustment for keeping tabs open.
- DevTools integration for console logging and debugging.
- Python 3.8 or higher
- Google Chrome installed
- ChromeDriver compatible with your Chrome version
-
Clone the repository:
git clone https://github.com/sachi143/TabMaster cd TabMaster