我已经在Selenium 1(又名Selenium RC)中使用java编写了以下代码来进行页面滚动: selenium.getEval("scrollBy(0, 250)"); Selenium 2(WebDriver)中的等效代码是什么?