(UC Mode + Windows): The driver
might stay open after the test completes in the SB()
format
#3271
Labels
driver
might stay open after the test completes in the SB()
format
#3271
(UC Mode + Windows): The
driver
might stay open after the test completes in theSB()
formatI already figured out the cause: I was using
/
instead ofos.sep
for something.On Windows, the standard path separator is
\\
. (os.sep
knows the difference.)The text was updated successfully, but these errors were encountered: