此代码针对我在7月份使用的最新版本运行:
fprof <- getFirefoxProfile("c:/Users/cp/AppData/Roaming/Mozilla/Firefox/Profiles/j7a5lq0r.selenium", useBase = T)
rS <- rsDriver(browser = "firefox", port = 4567L, extraCapabilities = fprof)
但现在输出是:
[1] "Connecting to remote server"
$`moz:profile
[1] "C:\\Users\\cp\\AppData\\Local\\Temp\\rust_mozprofile.7n9y6eVCqnpt"
因此它会创建一些临时配置文件而不加载设置的配置文件。谁知道问题是什么?此配置文件有效,并且在手动启动FF时可以。