Untitled
unknown
plain_text
5 months ago
416 B
3
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