Closed mdmintz closed 1 year ago
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.
hover_and_click()
hover_and_js_click()
This was resolved in 4.18.2 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.18.2
4.18.2
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 wherehover_and_js_click()
may be useful.