Open petermeissner opened 7 years ago
Thanks @petermeissner for reporting this. I see the same across os's. As an aside you can use chrome headless with win 10 now see https://github.com/ropensci/RSelenium/issues/138 . I would imagine an updated binary that addresses the issue will be published.
The Problem
When combining Rselenium with phantomjs I get an error -- since very recently / this code worked a week back.
Analysis / Background Information
This seems to be caused by an error in the current Selenium server version 3.6.0 -- see also here: https://github.com/SeleniumHQ/selenium/issues/4781
Following the issue above I also tried to set platform to "ANY" via
platform = "ANY"
andextraCapability = list("Platform", "ANY")
parameter but this seems to change nothing / does not seem to work.Workaround / Solution
Explicitly ask RSelenium to use another version:
Operating System
Selenium Server version (selenium-server-standalone-3.0.1.jar etc.)
Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.)