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
5k stars 942 forks source link

Bring the active window to the front for UC Mode clicks on Windows #2999

Closed mdmintz closed 1 month ago

mdmintz commented 1 month ago

Bring the active window to the front for UC Mode clicks on Windows

(Note that this action was already being performed correctly on Linux and macOS.)

Especially in the case of multithreaded scripts running in parallel, it's important for the active browser window to be on top before running PyAutoGUI actions.

This especially applies to the uc_gui_click_captcha() and uc_gui_handle_captcha() methods.

mdmintz commented 1 month ago

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