My problem is to scroll the scroll bar horizontally which is inside window I used this code but it scroll the windows horizontal bar not that exactly scroll bar inside that window.
WebElement scroll = driver.findElement(By.xpath("//div[@id='gvLocationHorizontalRail']"));
JavascriptExecutor js = (JavascriptExecutor)driver;
js.executeScript("window.scrollBy(250,0)", "");