public void ScrollPageByPixels(int numPixels) { ScrollingUtils.scrollUpOrDown(_driver, numPixels); }
public void ScrollToElementBy(SelectorPathType selector, string path) { By elementBy = WebElementUtils.GetElementAsBy(selector, path); ScrollingUtils.scrollToElement(_driver, elementBy); }