current view coordinate click (#3001)

This commit is contained in:
LawyZheng
2025-07-21 17:31:54 +08:00
committed by GitHub
parent 85857e548d
commit 8c72538d1c
3 changed files with 21 additions and 1 deletions

View File

@@ -3246,7 +3246,7 @@ async def scroll_down_to_load_all_options(
else:
await dropdown_menu_element_handle.scroll_into_view_if_needed(timeout=timeout)
await scrollable_element.move_mouse_to(page=page)
await scrollable_element.move_mouse_to_safe(page=page)
scroll_pace = 0
previous_num = await incremental_scraped.get_incremental_elements_num()