Skip to content

Commit 5b838b4

Browse files
authored
Update _index.en.md
1 parent 466cd88 commit 5b838b4

File tree

1 file changed

+4
-2
lines changed
  • website_and_docs/content/documentation/webdriver/troubleshooting/errors

1 file changed

+4
-2
lines changed

Diff for: website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,10 @@ Sometimes the session you're trying to access is different than what's currently
138138

139139
### Likely Cause
140140

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()`)
142143

143144
### Possible Solutions
144145

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

Comments
 (0)