This project automates extraction of web table data using Selenium in Python.
- Extract row and column count
- Fetch specific row data
- Retrieve entire table content
- Python
- Selenium WebDriver
pip install -r requirements.txt
python webtable.py- Convert into API using FastAPI
- Integrate with Langflow for AI processing