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
hello, in my log i see "351426624] [13:53:53] Thread #2 : Waiting for element >CSS> >CSS> :nth-child(1) > div > iframe>FRAME> >CSS> #rc-anchor-container"
how to disable it? i dont want it showing in my log
if element is late to appear then i want it to wait for it but not write in log that its waiting for element
please help
@hate115 @A-Former-User said in Лайфхаки BAS:
Грубый хак, который убирает надпись ожидание элемента. Этот код надо выполнить через действие "выполнить код", где-то вначале скрипта, до браузерных действий.
"A crude hack that removes the element waiting inscription. This code must be executed via the "execute code" action, somewhere at the beginning of the script, before browser actions."
and then code and even xml file, what you dont understand?