我正在尝试使用 RSelenium,但在使用 binman 和查找 Chrome 驱动程序时遇到问题。
我正在关注的 RSelenium 教程告诉我运行此命令来查找可用的 Chrome 驱动程序:
binman::app_dir("chromedriver", check = TRUE)
但我不断收到此错误:
Error: ~/Library/Application Support/binman_chromedriver app directory not found.
此命令应该只返回 Chrome 驱动程序列表。
我使用的是 MacOS(v 12.6)并使用 R studio。我尝试重新安装 RSelenium 和 binman 都没有帮助。我还搜索了我的机器以查看 binman_chromedriver 目录是否安装在不同的文件路径下,但我什么也没找到。我遵循的教程暗示安装 RSelenium 应该足以使该命令运行,但也许我需要单独安装驱动程序?
我对 RSelenium 非常陌生,所以我不能 100% 了解幕后的情况,因此任何有关如何解决此问题的提示都会很棒。
使用这些命令下载 chromedriver。为我工作。
图书馆(tidyverse)
库(RSelenium)
库(netstat)
图书馆(wdman)
硒()
binman::list_versions(“chromedriver”)