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
(UC Mode + Windows): The driver might stay open after the test completes in the SB() format
I already figured out the cause: I was using / instead of os.sep for something.
On Windows, the standard path separator is \\. (os.sep knows the difference.)