how to add image to the html log in robot framework? I want to add some picture into the html log in Robot Framework. Could any one have some ideas about it?
Keyword Log
from the BuiltIn library has html
argument which can possibly do what you need. See doc: http://robotframework.org/robotframework/latest/libraries/BuiltIn.html#Log
Keyword is as follows.
Log <img src="example.png"> html=true
Assuming the example.png file is in the same folder as the logs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With