BitrixAQA.Selenium.Object_Repository.TO_General.Region_SearchHelp_Row C# (CSharp) Method

Region_SearchHelp_Row() public static method

Выпадающая подсказка поиска
public static Region_SearchHelp_Row ( string RowName ) : WebItem
RowName string Имя трочки
return BitrixAQA.Selenium.Framework.WebItem
        public static WebItem Region_SearchHelp_Row(string RowName)
        {
            return new WebItem(By.XPath("//td[@class='adm-search-item' and @title='" + RowName + "']"), "Выпадающая подсказка поиска");
        }