Is there a way to delete or reset the log section while config is running?

MaviReiz
@MaviReiz
6
Reputation
25
Posts
107
Profile views
1
Followers
1
Following
Posts made by MaviReiz
-
Openbullet log page
-
RE: Openbullet limits
@L4roy said in Openbullet limits:
Just try it
I wouldn't ask here if I didn't try, Please comment if you have information instead of knowing
-
RE: Help with waiting/delays.
IF "<value1>" DoesNotContain "<value2>"
JUMP #back
ENDIFposition the back block at the top or wherever you want
-
RE: Selenium Dropdown Menu
ELEMENTACTION Id "month"
SelectOptionByValue "01" -
Regex help
I want to catch all img tags, and can be style inside
<img src="xxx.png" style="width: 522px;" class="fr-fic fr-dib">
-
How to use multi variable in loliscript ?
Example :
IF "<v1> <v2> <v3> " DoesNotContain "Aktif"
JUMP #paketbilgi
ENDIFHow to make this style ?