I'm using pa11y to accessibility test my pages. But I see a discrepancy between CI results and when we run axe chrome extension (errors missed in CI). My initial belief is that below the fold content isn't rendering (since we lazy-load a lot of stuff).
I checked the actions , but there doesn't seem to be a way to scroll to the bottom of the page.
Is there a way or method I can use to force scroll to the bottom of the page?