在Windows中使用Internet Explorer连接到服务器时出现RSelenium错误

时间:2016-11-17 13:50:03

标签: r rselenium

我尝试在Windows中使用RSelenium作为浏览器,因为它似乎与其他浏览器存在一些差异,并且需要对新版本进行一些修复。 我按照之前的SO答案指示:

library(RSelenium)
startServer()
remDr <- remoteDriver(browser="internet explorer")
remDr$open()

remDr$open()
[1] "Connecting to remote server"

Selenium message:Unable to create new remote session. desired capabilities = Capabilities [{nativeEvents=true, browserName=internet explorer, javascriptEnabled=true, version=, platform=ANY}], required capabilities = Capabilities [{}]
 Build info: version: '3.0.1', revision: '1969d75', time: '2016-10-18 09:48:19 -0700'
 System info: host: 'CL5065F329EBF2', ip: '130.115.158.36', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_91'
 Driver info: driver.version: InternetExplorerDriver

 Error:      Summary: SessionNotCreatedException
 Detail: A new session could not be created.
 class: org.openqa.selenium.SessionNotCreatedException
 Further Details: run errorDetails method

同样,当启动服务器或检查服务器时,我收到有关不推荐使用该功能的错误。

例如:

startServer()

Warning message:
startServer is deprecated.
Users in future can find the function in   file.path(find.package("RSelenium"), "example/serverUtils").
The sourcing/starting of a Selenium Server is a users responsiblity. 
Options include manually starting a server see vignette("RSelenium-basics", package = "RSelenium")
 and running a docker container see vignette("RSelenium-docker", package = "RSelenium")

0 个答案:

没有答案
相关问题