Пример #1
0
        public void FillOfferForm(string offerName, string offerDescription, string price)
        {
            TxtName.SendKeys(offerName);
            TxtDescription.SendKeys(offerDescription);
            TxtPrice.SendKeys(price);

            ButtonSubmit.Click();
        }