-
Notifications
You must be signed in to change notification settings - Fork 21
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
ERROR :: net.serenitybdd.core.exceptions.SerenityManagedException: The following error occurred: No active session with ID #78
Comments
Can someone please assist me with this issue? |
If nothing in your code has changed, it's probably a chromedriver issue. Make sure your chromedriver version is compatible with the version of chrome running on the server. |
Your chromedriverVersion: 2.41.578700 is from 2018! |
On Grid, I'm using chromedriverVersion: 2.41.578700 and browser version 68.0.3440.84 that are compatible. I didn't change anything in code. |
Now I'm getting a different error. Process finished with exit code 1 |
Scripts are failing with the following error. Tried to execute the script locally on chrome and on grid as well. Please advise.
No active session with ID b324bd213592fbdc663589a2beae51da (WARNING: The server did not provide any stacktrace information)Command duration or timeout: 0 millisecondsBuild info: version: '3.7.1', revision: '8a0099a', time: '2017-11-06T21:01:39.354Z'System info: host: 'V105P10PRA0386', ip: '10.74.36.102', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_161'Driver info: org.openqa.selenium.remote.RemoteWebDriverCapabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.41.578700 (2f1ed5f9343c13..., userDataDir: /tmp/.org.chromium.Chromium...}, cssSelectorsEnabled: true, databaseEnabled: false, goog:chromeOptions: {debuggerAddress: localhost:38959}, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: LINUX, platformName: LINUX, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 68.0.3440.84, webStorageEnabled: true, webdriver.remote.sessionid: b324bd213592fbdc663589a2bea...}Session ID: b324bd213592fbdc663589a2beae51daFor documentation on this error, please visit: http://seleniumhq.org/exceptionso_such_element.htmlBuild info: version: '3.7.1', revision: '8a0099a', time: '2017-11-06T21:01:39.354Z'System info: host: 'V105P10PRA0386', ip: '10.74.36.102', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_161'Driver info: driver.version: unknown
ERROR :: net.serenitybdd.core.exceptions.SerenityManagedException: The following error occurred: No active session with ID
Everything was working fine since last week.
Dependency versions that I'm using in my project
<java.version>1.8</java.version>
<surefire.version>2.20.1</surefire.version>
<failsafe.version>2.20.1</failsafe.version>
<compiler.version>3.7.0</compiler.version>
<enforcer.version>3.0.0-M1</enforcer.version>
<sonar.version>3.3.0.603</sonar.version>
The text was updated successfully, but these errors were encountered: