Skip to content

Commit

Permalink
Aktualisieren von webdriver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus authored Apr 5, 2024
1 parent e2c11d2 commit b7ccb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4f/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_browser(
WebDriver: An instance of WebDriver configured with the specified options.
"""
if not has_requirements:
raise MissingRequirementsError('Install "undetected_chromedriver" and "platformdirs" package')
raise MissingRequirementsError('Webdriver packages are not installed | pip install -U g4f[webdriver]')
browser = find_chrome_executable()
if browser is None:
raise MissingRequirementsError('Install "Google Chrome" browser')
Expand Down

0 comments on commit b7ccb95

Please sign in to comment.