seleniumbase / SeleniumBase

📊 Blazing fast Python framework for web crawling, scraping, testing, and reporting. Supports pytest. Stealth abilities: UC Mode and CDP Mode.
https://seleniumbase.io
MIT License
5.43k stars 982 forks source link

Add CDP Mode methods for hovering and clicking #3262

Closed mdmintz closed 1 week ago

mdmintz commented 1 week ago

Add CDP Mode methods for hovering and clicking


These methods should be added into the API:

sb.cdp.gui_hover_x_y(x, y)
sb.cdp.gui_hover_element(selector)
sb.cdp.gui_hover_and_click(hover_selector, click_selector)
mdmintz commented 1 week ago

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