- Notifications
You must be signed in to change notification settings - Fork12
Open
Description
Please fill the following template:
Operating System:
MacOS 10.13.6
Please describe Expected behaviour
I'm trying to use RSelenium to drive Google Chrome. For a long time I've hadchromever="latest"
in theRSelenium::rsDriver call; it passes the version towdman::selenium, and that opens the driver.
Please describe Actual behaviour
Today the latest Chrome driver is74.0.3729.6, which doesn't work with my Chrome73.0.3683.75, so thersDriver call fails. Here's what I see:
> RSelenium::rsDriver(verbose = TRUE, + port = 4567L, + chromever="latest",+ geckover = NULL, + phantomver = NULL)checking Selenium Server versions:BEGIN: PREDOWNLOADBEGIN: DOWNLOADBEGIN: POSTDOWNLOADchecking chromedriver versions:BEGIN: PREDOWNLOADBEGIN: DOWNLOADBEGIN: POSTDOWNLOAD[1] "Connecting to remote server"Selenium message:session not created: This version of ChromeDriver only supports Chrome version 74 (Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Mac OS X 10.13.6 x86_64) (WARNING: The server did not provide any stacktrace information)Command duration or timeout: 1.16 secondsBuild info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'System info: host: 'djmair3.local', ip: 'fe80:0:0:0:86b:ea4d:a09e:1599%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.13.6', java.version: '1.8.0_71'Driver info: driver.version: unknownCould not open chrome browser.Client error message: Summary: SessionNotCreatedException Detail: A new session could not be created. Further Details: run errorDetails methodCheck server log for further details.$client[1] "No sessionInfo. Client browser is mostly likely not opened."$serverProcess Handlecommand : /private/var/folders/d6/s97fjjxd3_9353x_lwb692100000gn/T/RtmpDGdXRU/file606c956632.sh system id : 1563state : runningIs there some way to say "the latest compatible version" instead of the "latest"?
Steps to reproduce the behaviour
I think the only thing necessary is to try to open the latest chromedriver on a system that doesn't have Chrome 74.x.
Metadata
Metadata
Assignees
Labels
No labels