I’m testing a webpage that enforces agreeing to the site's Terms and Conditions before proceeding on. This page uses AngularJS to implement a form where the user must scroll to the bottom before the “I agree” button gets enabled. The only way to access the bottom of the T&C text (enabling the button) is via scrollbar.
See attached file for details