I am facing a challenge on my webpage where only one specific div is scrollable, not the entire page. Is it possible to use Selenium to scroll that particular div? Alternatively, I am open to using JavaScript as well if that would allow me to execute the necessary script.
java.lang.NoSuchMethodError: org.apache.commons.logging.LogFactory
In the scenario described in this post, the second part of the question contains code that is scrollable. My goal is to scroll only that specific code section without scrolling the entire page.
Thank you