The command to scroll this element into the viewport
Element.scroll_into_view()
py.get('#footer-link').scroll_into_view()
# 'py' does not have this command py.scroll_into_view()
None
(Element) so you can chain another command
Last updated 5 years ago