Can't set up profile with latest version of RSelenium for firefox

安稳与你 提交于 2020-01-07 04:36:34

问题


this code ran for last version I used in July:

fprof <- getFirefoxProfile("c:/Users/cp/AppData/Roaming/Mozilla/Firefox/Profiles/j7a5lq0r.selenium", useBase = T)
rS <- rsDriver(browser = "firefox", port = 4567L, extraCapabilities = fprof)

but now the output is:

[1] "Connecting to remote server"
$`moz:profile

[1] "C:\\Users\\cp\\AppData\\Local\\Temp\\rust_mozprofile.7n9y6eVCqnpt"

so it creates some temporary profile not loading the set one. Anyone knows what's the issue? This profile is valid and is ok while start FF manually.

来源:https://stackoverflow.com/questions/46101552/cant-set-up-profile-with-latest-version-of-rselenium-for-firefox

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!