docs: add required packages to SeleniumScrapingTool documentation

- Add selenium and webdriver-manager to installation instructions
- Fixes #2153

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-02-17 14:03:55 +00:00
parent 1b488b6da7
commit b1860cbb12

View File

@@ -19,10 +19,10 @@ Its design caters to a wide range of scraping needs, offering flexibility to wor
## Installation
To get started with the SeleniumScrapingTool, install the crewai_tools package using pip:
To get started with the SeleniumScrapingTool, install the required packages using pip:
```shell
pip install 'crewai[tools]'
pip install 'crewai[tools]' selenium webdriver-manager
```
## Usage Examples