Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles
This method scrolls the current element into the visible area of the browser window. Parameters can be provided to set the position inside the visible area as well as whether scrolling should be instant or smooth.
Last updated on : 2023-03-20
Browser Versions
IE
Edge
Firefox
Chrome
Safari
Opera
Fully Supported
Partially
No Support
CSSOM View Module # dom-element-scrollintoview
element.scrollIntoView();
element.scrollIntoView(alignToTop);
// Boolean parameter element.scrollIntoView(scrollIntoViewOptions);
// Object parameter
scrollIntoView on IE is partially supported on 8-11, and not supported on 5.5-7 IE versions.
scrollIntoView on Edge is fully supported on 79-111 and partially supported on 12-18 Edge versions.
scrollIntoView on Firefox is fully supported on 36-113 and partially supported on 2-35 Firefox versions.
scrollIntoView on Chrome is fully supported on 61-114 and partially supported on 4-60 Chrome versions.
scrollIntoView on Safari is fully supported on 16.1-16.4, partially supported on 5.1-16, and not supported on 3.2-5 Safari versions.
scrollIntoView on Opera is fully supported on 48-95, partially supported on 11.6-47, and not supported on 9.5-10 Opera versions.
scrollIntoView on Safari on iOS is fully supported on 16.1-16.4 and partially supported on 5-16 Safari on iOS versions.
scrollIntoView on Android Browser is fully supported on 97-111 and partially supported on 2.3-4 Android Browser versions.
scrollIntoView on Opera Mobile is fully supported on 64-73 and partially supported on 10-12 Opera Mobile versions.
scrollIntoView on Chrome for Android is fully supported on all Chrome for Android versions.
scrollIntoView on Firefox for Android is fully supported on all Firefox for Android versions.
scrollIntoView on Samsung Internet is partially supported on all Samsung Internet versions.
Data sourced from
Overall Browser Compatibility Score
Note:scrollIntoView shows a browser compatibility score of 100. This is a collective score out of 100 to represent browser support of a web technology. The higher this score is, the greater is the browser compatibility. The browser compatibility score is not a 100% reflection for every browser and the web technology support. However, it does give you an estimate on how much you should rely on a particular web technology in terms of browser compatibility.
Test on 3000+ browsers for scrollIntoView & more
Test your website for scrollIntoView and other web technologies. Get 100 FREE automation test minutes!
Test NowKaneAI - Testing Assistant
World’s first AI-Powered E2E testing agent.
Did you find this page helpful?