Exemplo n.º 1
0
        private void SelectImageForProduct()
        {
            ExecuteScriptsHelper.Unhide(SelectImage, webDriver);
            string path = TestContext.CurrentContext.TestDirectory;

            SelectImage.SendKeys(path + "/Resourses/pigeon.jpg");
        }