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
5.34k stars 980 forks source link

Add `hover_and_js_click(hover_selector, click_selector)` #2080

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

Add hover_and_js_click(hover_selector, click_selector)

There's already a regular hover_and_click() method, but what if you need to hover over an element and click another element that selenium thinks is hidden? That's where hover_and_js_click() may be useful.

mdmintz commented 1 year ago

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