Skip to content

Add a full range of scroll methods for CDP Mode #3266

@mdmintz

Description

@mdmintz

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 amount

Metadata

Metadata

Assignees

Labels

UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeenhancementMaking things better

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions