Untitled
unknown
plain_text
a year ago
416 B
4
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