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

[🐛 Bug]: org.openqa.selenium.NoSuchSessionException: Session ID is null. Using WebDriver after calling quit()? #15554

Open
jbalooka opened this issue Apr 2, 2025 · 1 comment
Labels
I-defect Something is not working as intended J-issue-template Applied to issues not following the template, or missing information.

Comments

@jbalooka
Copy link

jbalooka commented Apr 2, 2025

What happened?

org.openqa.selenium.NoSuchSessionException: Session ID is null. Using WebDriver after calling quit()?

How can we reproduce the issue?

It is a Long Running Test Case, Steps succeed, no WebDriverQuit happens, but in some Random Cases, and Random Steps, the SessionID Gets Erradicated from the WebDriver.

We are using the new W3C Compliant BIDI / Network API as well, and standard Selenium APIs

Relevant log output

org.openqa.selenium.NoSuchSessionException: Session ID is null. Using WebDriver after calling quit()?
Build info: version: '4.29.0', revision: '5fc1ec94cb'
System info: os.name: 'Windows 10', os.arch: 'x86', os.version: '10.0', java.version: '11.0.15'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Command: [null, findElement {value=.//div[(@class='aw-command' or @class='aw-list-command') and .//*[@command-id='Awp0ModelObjListDisplayToggles' and (@role='button' or @type='button')]], using=xpath}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 134.0.6998.178, chrome: {chromedriverVersion: 134.0.6998.165 (fd886e2cb29..., userDataDir: C:\Windows\SystemTemp\scope...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:50274}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: windows, proxy: Proxy(), se:cdp: ws://localhost:50274/devtoo..., se:cdpVersion: 134.0.6998.178, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webSocketUrl: ws://localhost:34090/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
	**at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:176) ~[smo-plm-full.jar:?]
	at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216) ~[smo-plm-full.jar:?]
	at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174) ~[smo-plm-full.jar:?]
	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545) ~[smo-plm-full.jar:?]
	at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165) ~[smo-plm-full.jar:?]
	at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59) ~[smo-plm-full.jar:?]
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:368) ~[smo-plm-full.jar:?]
	at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:362) ~[smo-plm-full.jar:?]
        at ...... MY CODE Trying to call findElement on the WebDriver**

Operating System

Windows 11

Selenium version

Java 4.29.0

What are the browser(s) and version(s) where you see this issue?

Chrome 134, Edge

What are the browser driver(s) and version(s) where you see this issue?

134.0.6998.165, Edge

Are you using Selenium Grid?

No

@jbalooka jbalooka added the I-defect Something is not working as intended label Apr 2, 2025
@diemol diemol added the J-issue-template Applied to issues not following the template, or missing information. label Apr 2, 2025
Copy link

github-actions bot commented Apr 2, 2025

Hi, @jbalooka.
Please follow the issue template; we need more information to reproduce the issue.

Either a complete code snippet and URL/HTML (if more than one file is needed, provide a GitHub repo and instructions to run the code), the specific versions used, or a more detailed description to help us understand the issue.

Note: If you cannot share your code and URL/HTML, any complete code snippet and URL/HTML that reproduces the issue is good enough.

Reply to this issue when all information is provided. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-defect Something is not working as intended J-issue-template Applied to issues not following the template, or missing information.
Projects
None yet
Development

No branches or pull requests

2 participants