Try using "Template" action and construct your text with hyerlinks than paste it to page.
Other option is to create simple LOCAL html page somewhere on your hard disk with
desired text and links, than open that local html page in another tab in BAS and than copy
from that tab to the tab where you are working.
Вытащить отдельно текст без дочерного элемент
-
@Fox said in Вытащить отдельно текст без дочерного элемент:
@GamiD Скинуть проект || ссылку на страницу || код страницы.
-
@seedgg said in Вытащить отдельно текст без дочерного элемент:
//td[@class="location"]/text())
Да, вчера меня удивило, что конструкцию //td[@class="location"]/text() сразу применить для страницы нельзя.
Очевидно "получить текст" в басе и text() в XPATH - это разные вещи.