BitrixAQA.Selenium.Object_Repository.TO_Sale_Admin.Region_OptionCountry C# (CSharp) Method

Region_OptionCountry() public static method

страна в выпадающием списке
public static Region_OptionCountry ( string Country ) : WebItem
Country string Валюта
return WebItem
        public static WebItem Region_OptionCountry(string Country)
        {
            return new WebItem(By.XPath("//select[@name='ORDER_PROP_6CITY_ORDER_PROP_6']//option[contains(text(),'" + Country + "')]"), "страна в выпадающием списке");
        }