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

Region_SearchedAmount() public static method

Область количества найденных файлов
public static Region_SearchedAmount ( int Amounth ) : WebItem
Amounth int Ожидаеммое коство
return BitrixAQA.Selenium.Framework.WebItem
        public static WebItem Region_SearchedAmount(int Amounth)
        {
            return new WebItem(By.XPath("//div[@class='search-page']//font[@class='text' and contains(text(), 'из " + Amounth.ToString() + "')]"), "Область количества найденных файлов");
        }