Has anyone handle two vertical scrollbars, I want to inner scrollbar will down, but the code I used only outer scroll is working. below is the code and screenshot.
//to perform Scroll on application using Selenium
JavascriptExecutor js = (JavascriptExecutor) driver;
js.executeScript("window.scrollBy(0, 300)", "");