Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hey, If I load the Accounts to login on sites via BAS the password get written in the email form, how I can fix that?
Solution for people who may have a similar problem:
" $('#Logs .log-line').slice(13).remove(); "
By default it says slice(500), adjust this number according to your needs. 13 was enough for me.
image.png
@Fox said in How to color logs?:
log_html("<span style='color:yellow'>Test log</span>")
hello can you help me? what if I want to make the text in the center position log_html("<span style='color:yellow'>Test log</span>")
Module > HTTP client Action > Xpath Get Text
or you can firstly save content of http client response with "Content" action and than use standard "Xpath" module.
Please read "more info" for both modules and actions you will use - its self-explaining.
First way is proper way if you already use http client anyway.
@xxasaxx said in log setting help me:
@tet-vivi said in log setting help me: function log(text) { var now = new Date(); Logger.WriteHtml("<span style='color:#000000'>" thread_number() + " : " + "Bilgi" + text + "</span>", "Bilgi" + thread_number() + " : " + text + " " + now.getHours() + ": " + now.getMinutes() + ": " + now.getSeconds() ); } SyntaxError: Parse error during execution of action 2
@tet-vivi said in log setting help me:
function log(text) { var now = new Date(); Logger.WriteHtml("<span style='color:#000000'>" thread_number() + " : " + "Bilgi" + text + "</span>", "Bilgi" + thread_number() + " : " + text + " " + now.getHours() + ": " + now.getMinutes() + ": " + now.getSeconds() ); }
SyntaxError: Parse error during execution of action 2
https://community.bablosoft.com/topic/3521/лайфхаки-bas/36