예제 #1
0
        public void DragLeft()
        {
            var dragPage = new DraggablePage(this.driver);

            driver.Navigate().GoToUrl(dragPage.URL);
            Actions builder = new Actions(driver);

            dragPage.ChangePosition(100, 0);
            dragPage.AssertNewPositionLeft(100);
        }