Skip to content

(UC Mode + Windows): The driver might stay open after the test completes in the SB() format #3271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mdmintz opened this issue Nov 15, 2024 · 1 comment · Fixed by #3272
Closed
Assignees
Labels
bug Uh oh... Something needs to be fixed UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode

Comments

@mdmintz
Copy link
Member

mdmintz commented Nov 15, 2024

(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.)

@mdmintz mdmintz added bug Uh oh... Something needs to be fixed UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode labels Nov 15, 2024
@mdmintz mdmintz self-assigned this Nov 15, 2024
@mdmintz
Copy link
Member Author

mdmintz commented Nov 15, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Uh oh... Something needs to be fixed UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant