Is there a way to scroll through a modal window that uses Bootstrap's modal class? I typically use JavascriptExecutor with the window.scroll/scrollBy method, but encountered an issue when trying to do so with a modal containing lengthy content. The scroll action ends up affecting the underlying webpage rather than the focused modal. How can I properly scroll through long content within a modal popup?
For example, you can see a modal popup with scrolling long content here: