* Scrolls scrollbar to the position defined by a ScrollAdjuster implementation.
* @param adj defines scrolling direction, and so on.
* @throws TimeoutExpiredException
*/
public void scrollTo(final ScrollAdjuster adj) {
produceTimeRestricted(new Action() {
public Object launch(Object obj) {
driver.scroll(ScrollbarOperator.this, adj);
return(null);
}
public String getDescription() {