Untitled
Anonymous
plain_text
10/23/2024 8:01 AM
556 B
11
Indexable
@Name("Кнопка выбора тактики «{{ text }}»")
@FindBy(".//sales-tactic-component[contains(., '{{ text }}')]//input")
VertisElement tacticRadioButton(@Param("text") String text);
@Name("Блок фильтров")
@FindBy(".//filters-container")
FiltersBlock filtersBlock();
@Name("Заглушка")
@FindBy(".//empty-template")
VertisElement emptyTemplate();Editor is loading...
Leave a Comment