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

hsac.fixtures.version > 5.3.10 > This version of ChromeDriver only supports Chrome version 110 #616

Open
johnvandermolen opened this issue Feb 29, 2024 · 1 comment

Comments

@johnvandermolen
Copy link

Hi did an update to hsac.fixtures.version > 5.3.10
<fitnesse.version>20240219</fitnesse.version> <hsac.fixtures.version>5.3.10</hsac.fixtures.version> <toolchain.fixtures.version>1.37-JDK11</toolchain.fixtures.version> <toolchain-plugin.version>2.0.18</toolchain-plugin.version>
I editted SuiteSetUp: |start managed driver for|chrome |with profile |$chromeProfile |

And now when I start a test I get an error:
EXCEPTION:ABORT_SLIM_TEST:nl.hsac.fitnesse.fixture.slim.StopTestException: Could not start a new session. Response code 500. Message: session not created: This version of ChromeDriver only supports Chrome version 110
Current browser version is 122.0.6261.69 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe

How can I solve this? Where does it get the older version of chromedriver?

I already did a clean and compile with maven.

@fhoeben
Copy link
Owner

fhoeben commented Feb 29, 2024

No clue really.
What does your setup look like. Are you using a project based on my sample project? After changing the pom, did you:

  • stop the wiki server (if it was running)
  • do a clean: mvn clean -Pdelete-hsac-fitnesse-fixtures
  • get the latest compiled binaries and start using: mvn clean compile dependency:copy-dependencies exec:exec

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

2 participants