mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-23 00:22:09 +03:00
Aktualisieren von webdriver.py
This commit is contained in:
parent
e2c11d233a
commit
b7ccb9500d
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user