C# Class BitrixAQA.Selenium.Object_Repository.TO_General

Общие объекты
Show file Open project: BitrixQA/BitrixAQA

Public Methods

Method Description
Button_HorizontalMenuItem ( string MenuItem ) : WebItem

Пункт горизонтального меню

Button_LeftMenuItem ( string MenuItem ) : WebItem

Пункт левого меню

Region_MainColumn_Image ( string Source ) : WebItem

Область картинки в главной колонки

Region_SearchHelp_Row ( string RowName ) : WebItem

Выпадающая подсказка поиска

Region_SearchedAmount ( int Amounth ) : WebItem

Область количества найденных файлов

Region_SearchedRow ( string Href, string Text ) : WebItem

Область найденной строки

Region_SearchedTeg ( string Text ) : WebItem

Область найденного тега

Method Details

Button_HorizontalMenuItem() public static method

Пункт горизонтального меню
public static Button_HorizontalMenuItem ( string MenuItem ) : WebItem
MenuItem string Название пункта
return BitrixAQA.Selenium.Framework.WebItem

Button_LeftMenuItem() public static method

Пункт левого меню
public static Button_LeftMenuItem ( string MenuItem ) : WebItem
MenuItem string Название пункта
return BitrixAQA.Selenium.Framework.WebItem

Region_MainColumn_Image() public static method

Область картинки в главной колонки
public static Region_MainColumn_Image ( string Source ) : WebItem
Source string Сорс картинки
return BitrixAQA.Selenium.Framework.WebItem

Region_SearchHelp_Row() public static method

Выпадающая подсказка поиска
public static Region_SearchHelp_Row ( string RowName ) : WebItem
RowName string Имя трочки
return BitrixAQA.Selenium.Framework.WebItem

Region_SearchedAmount() public static method

Область количества найденных файлов
public static Region_SearchedAmount ( int Amounth ) : WebItem
Amounth int Ожидаеммое коство
return BitrixAQA.Selenium.Framework.WebItem

Region_SearchedRow() public static method

Область найденной строки
public static Region_SearchedRow ( string Href, string Text ) : WebItem
Href string Ссылка в заголовке найденной строки
Text string Текст найденной строки
return BitrixAQA.Selenium.Framework.WebItem

Region_SearchedTeg() public static method

Область найденного тега
public static Region_SearchedTeg ( string Text ) : WebItem
Text string Текст тега
return BitrixAQA.Selenium.Framework.WebItem