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.
Не получается вывести картингу в лог!
Moved
Поддержка
-
@TwiX31
Так будет работать:log_html('<img src="data:image/png;base64,' + [[SCREENSHOT_BASE64]] + '">')При желании можно задавать ширину и высоту:
log_html('<img width="250" height="300" src="data:image/png;base64,' + [[SCREENSHOT_BASE64]] + '">') -
@SecDeveloper Получилось! Спасибо большое!
