返回提交历史
Modified
g4f/webdriver.py
+1
-1
XFEstudio/gpt4free
Aktualisieren von webdriver.py
b7ccb950
代码差异
1 个文件
+1
-1
@@ -65,7 +65,7 @@ def get_browser(
65
65
WebDriver: An instance of WebDriver configured with the specified options.
66
66
"""
67
67
if not has_requirements:
68
raise MissingRequirementsError('Install "undetected_chromedriver" and "platformdirs" package')
68
raise MissingRequirementsError('Webdriver packages are not installed | pip install -U g4f[webdriver]')
69
69
browser = find_chrome_executable()
70
70
if browser is None:
71
71
raise MissingRequirementsError('Install "Google Chrome" browser')