You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
- 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]>
Description
The documentation page
https://docs.crewai.com/tools/seleniumscrapingtool
does not mention that two required packages,selenium
andwebdriver-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 importedScreenshots/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
The text was updated successfully, but these errors were encountered: