Question

How can i log messages onto console in Robot framework, when I use the log keyword, it gets logged onto the report file. Please advice.

Was it helpful?

Solution

The BuiltIn library has a keyword named Log to console which does exactly that.

| | Log to console | hello, world.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top