MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / __scroll_into_view

Method __scroll_into_view

seleniumbase/core/sb_cdp.py:673–676  ·  view source on GitHub ↗
(self, element)

Source from the content-addressed store, hash-verified

671 )
672
673 def __scroll_into_view(self, element):
674 self.loop.run_until_complete(element.scroll_into_view_async())
675 self.__add_light_pause()
676 return None
677
678 def __select_option(self, element):
679 return (

Callers 1

__add_sync_methodsMethod · 0.95

Calls 2

__add_light_pauseMethod · 0.95

Tested by

no test coverage detected