Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome updated to 116 and driver works for 114. #281

Closed
dietrichson opened this issue Aug 21, 2023 · 3 comments
Closed

Chrome updated to 116 and driver works for 114. #281

dietrichson opened this issue Aug 21, 2023 · 3 comments

Comments

@dietrichson
Copy link

Does anyone know a workaround for this?

Operating System

Mac OS X 12.6.7 x86_64

Selenium Server version (selenium-server-standalone-3.0.1.jar etc.)

Standalone-4.0.0-alpha2-jar

binman_chromedriver/mac64/114.0.5735.90/chromedriver'

Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.)

Chrome 116.0.5845.96

Other driver version (chromedriver 2.27, geckodriver v0.11.1, iedriver x64_3.0.0, PhantomJS 2.1.1 etc.)

Expected behaviour

Open browser

Actual behaviour

Stop with the error message pasted below.

Steps to reproduce the behaviour

library(RSelenium)
library(wdman)
selenium(retcommand = TRUE)
#selenium()

cDrv <- chrome()
remDr <- remoteDriver(
  remoteServerAddr = "localhost",
  port = 4567L,
  browserName = "chrome"
)
remDr$open()

Selenium message:session not created: This version of ChromeDriver only supports Chrome version 114
Current browser version is 116.0.5845.96 with binary path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
(Driver info: chromedriver=114.0.5735.90 (386bc09e8f4f2e025eddae123f36f6263096ae49-refs/branch-heads/5735@{#1052}),platform=Mac OS X 12.6.7 x86_64)

Error: Summary: SessionNotCreatedException
Detail: A new session could not be created.
Further Details: run errorDetails method
In addition: Warning messages:
1: In class(object) <- "environment" :
Setting class(x) to "environment" sets attribute to NULL; result will no longer be an S4 object
2: In class(object) <- "environment" :
Setting class(x) to "environment" sets attribute to NULL; result will no longer be an S4 object

@oobd
Copy link

oobd commented Aug 24, 2023

@dietrichson i made a comment with workaround in the wdman repo and i believe there was a workaround for mac as well

wdman issue

@maelle
Copy link
Member

maelle commented Aug 25, 2023

@jonathanvoelkle are you able to help?

@dietrichson
Copy link
Author

@oobd the workaround works. Closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants