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

Button_OpenReport() public static method

Кнопка открыть отчёт
public static Button_OpenReport ( string ReportName ) : WebItem
ReportName string
return WebItem
        public static WebItem Button_OpenReport(string ReportName)
        {
            return new WebItem(By.XPath("//td[contains(@class, 'adm-list-table-cell')]//a[starts-with(text(),'" + ReportName + "')]//..//..//div[@class='adm-list-table-popup']"), "Кнопка открыть отчёт " + ReportName);
        }