You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: