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.
Есть ли подробный лог в басе?
-
-
оно?
@Antonio said in Лайфхаки BAS:
function _sa(id) { log(id) ScriptWorker.SetCurrentAction(id) }После этого когда в лог начинают выводиться id всех выполняемых действий. Потом можно однозначно прочесть последовательность всего произошедшего. Помогало мне жесткие баги отлавливать.
Лучше включать только для дебага! (если действий много в скрипте). -
@basuser123 Спасибо!