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
Copy file name to clipboardExpand all lines: website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -138,8 +138,10 @@ Sometimes the session you're trying to access is different than what's currently
138
138
139
139
### Likely Cause
140
140
141
-
This usually occurs when the session has been deleted (e.g. `driver.quit()`) or if the session has changed, like when the last tab/browser has closed (e.g. `driver.close()`)
141
+
This usually occurs when the session has been deleted (e.g. `driver.quit()`) or if the session has changed,
142
+
like when the last tab/browser has closed (e.g. `driver.close()`)
142
143
143
144
### Possible Solutions
144
145
145
-
Check your script for instances of `driver.close()` and `driver.quit()`, and any other possible causes of closed tabs/browsers. It could be that you are locating an element before you should/can.
146
+
Check your script for instances of `driver.close()` and `driver.quit()`, and any other possible causes
147
+
of closed tabs/browsers. It could be that you are locating an element before you should/can.
0 commit comments