scrollTo abstract method
Scrolls to the web element specified by selector.
Implementation
Future<void> scrollTo(WebSelector selector, {WebSelector? iframeSelector});
Scrolls to the web element specified by selector.
Future<void> scrollTo(WebSelector selector, {WebSelector? iframeSelector});