Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Documentation misses required packages to be imported for SeleniumScrapingTool #2153

Open
chbussler opened this issue Feb 17, 2025 · 0 comments · May be fixed by #2154
Open

[BUG] Documentation misses required packages to be imported for SeleniumScrapingTool #2153

chbussler opened this issue Feb 17, 2025 · 0 comments · May be fixed by #2154
Labels
bug Something isn't working

Comments

@chbussler
Copy link

Description

The documentation page https://docs.crewai.com/tools/seleniumscrapingtool does not mention that two required packages, selenium and webdriver-manager are to be imported.

When running example as described, the following action is shown:
You are missing the 'selenium' and 'webdriver-manager' packages. Would you like to install it? [y/N]

Steps to Reproduce

Run example as outlined on https://docs.crewai.com/tools/seleniumscrapingtool

Expected behavior

https://docs.crewai.com/tools/seleniumscrapingtool explicitly states required packages to be imported

Screenshots/Code snippets

When running example as described, the following action is shown:
You are missing the 'selenium' and 'webdriver-manager' packages. Would you like to install it? [y/N]

Operating System

Windows 11

Python Version

3.12

crewAI Version

crewai==0.102.0

crewAI Tools Version

crewai-tools==0.36.0

Virtual Environment

Venv

Evidence

When running example as described, the following action is shown:
You are missing the 'selenium' and 'webdriver-manager' packages. Would you like to install it? [y/N]

Possible Solution

Complete example so that required packages are imported

Additional context

n/a

@chbussler chbussler added the bug Something isn't working label Feb 17, 2025
@chbussler chbussler changed the title [BUG] Documentation misses packages to be imported for SeleniumScrapingTool [BUG] Documentation misses required packages to be imported for SeleniumScrapingTool Feb 17, 2025
devin-ai-integration bot added a commit that referenced this issue Feb 17, 2025
- Add selenium and webdriver-manager to installation instructions
- Fixes #2153

Co-Authored-By: Joe Moura <[email protected]>
devin-ai-integration bot added a commit that referenced this issue Feb 17, 2025
- Add selenium and webdriver-manager to installation instructions
- Add prerequisites and system requirements
- Add troubleshooting guidelines
- Add basic usage example with error handling
- Fixes #2153

Co-Authored-By: Joe Moura <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant