seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.
https://seleniumbase.io
MIT License
4.46k stars 910 forks source link

sb.uc_gui_handle_cf() gets stuck on Windows in 4.28.2 #2889

Closed mdmintz closed 6 days ago

mdmintz commented 6 days ago

sb.uc_gui_handle_cf() gets stuck on Windows in 4.28.2

A lock issue that for some reason didn't occur on macOS or Linux...

Apparently https://pypi.org/project/fasteners/ on Windows doesn't prevent an outer process lock from skipping the same lock when called from an inner process. At least it's a weekend. 😄

mdmintz commented 6 days ago

This was resolved in 4.28.3 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.28.3