@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.