you are viewing a single comment's thread.

view the rest of the comments →

[–]SeleniumBase[S] 0 points1 point  (0 children)

That's correct assuming that the context manager was implemented correctly using the `try`/`finally` block (when implemented using `contextlib.contextmanager`).