Example #1
0
        public BillingOrderPage FillZipCode(string code)
        {
            CustomTestContext.WriteLine($"Fill code - '{code}'");
            ZipCodeInput.SendKeys(code);

            return(this);
        }
Example #2
0
 private void ClearTextBoxes()
 {
     TypeContactComboBox.ResetText();
     NameInput.Clear();
     StreetNameInput.Clear();
     ZipCodeInput.Clear();
     PostalAreaInput.Clear();
     PhoneNumberInput.Clear();
     EmailInput.Clear();
 }
Example #3
0
 public void ZipLookup(String zip)
 {
     ZipCodeInput.SendKeys(zip);
     ZipCodeEnterButton.Click();
 }