XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Aktualisieren von webdriver.py

b7ccb950
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/webdriver.py +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')