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

            ScrollingUtils.scrollToElement(_driver, elementBy);
        }