OpenQA.Selenium.DragAndDropTest.ElementInDiv C# (CSharp) Méthode

ElementInDiv() private méthode

private ElementInDiv ( ) : void
Résultat void
        public void ElementInDiv()
        {
            driver.Url = dragAndDropPage;
            IWebElement img = driver.FindElement(By.Id("test3"));
            Point expectedLocation = drag(img, img.Location, 100, 100);
            Assert.AreEqual(expectedLocation, img.Location);
        }