Aqua.Selenium.Object_Repository.TO_Reports.Button_OpenReport C# (CSharp) Метод

Button_OpenReport() публичный статический Метод

Кнопка открыть отчёт
public static Button_OpenReport ( string ReportName ) : WebItem
ReportName string
Результат 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);
        }