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.
Ввести текст в поле через JS
-
document.querySelector(...).value = 'xxx'

-
@Irbe said in Ввести текст в поле через JS:
Как ввести текст в поле через JS или Node JS?
Может, существует определенный API.
Например, нужно ввести текст "Привет" в селектор >CSS> #text.Используйте действие "Ввод текста" с отключённой эмуляцией мыши
