-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeenhancementMaking things betterMaking things better
Description
Add a full range of scroll methods for CDP Mode
Once this task is completed, we should expect to see all these methods:
sb.cdp.scroll_into_view(selector) # Scroll to the element
sb.cdp.scroll_to_y(y) # Scroll to the y-position
sb.cdp.scroll_to_top() # Scroll to the top
sb.cdp.scroll_to_bottom() # Scroll to the bottom
sb.cdp.scroll_up(amount=25) # Relative scroll by amount
sb.cdp.scroll_down(amount=25) # Relative scroll by amountMetadata
Metadata
Assignees
Labels
UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeenhancementMaking things betterMaking things better