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
Add a full range of scroll methods for CDP Mode
Once this task is completed, we should expect to see all these methods: