Aqua.Selenium.Object_Repository.TO_Reports.Region_ReportDataRow C# (CSharp) Method

Region_ReportDataRow() public static method

Строка в отчете
public static Region_ReportDataRow ( int Index ) : WebItem
Index int
return WebItem
        public static WebItem Region_ReportDataRow(int Index)
        {
            return new WebItem(By.XPath("//div[@class='reports-grouping-table-wrap']//tr[@class='adm-list-table-header reports-grouping-data-row'][" + Index + "]"), "Строка в отчете");
        }