Closed GoogleCodeExporter closed 9 years ago
I'm not sure if I totally understand due to translation problems. If I
understand
your example above, you're setting the pybot outputdir to some absolute path.
That's
fine. You still have to specify the image file path relative to the outputdir
that
pybot was given. The code that does the image insertion into the pybot log is
as
follows:
#
# Embed the screenshot in the Robot Framework log file
#
self._html('<td></td></tr><tr><td colspan="3"><a href="%s">'
'<img src="%s" width="700px"></a></td></tr>' % \
(FilePath, FilePath))
If you can suggest a way to do this that does not require relative pathing, then
please post it here and I'll reconsider.
Original comment by c.martin...@gmail.com
on 5 Mar 2010 at 2:43
Original comment by c.martin...@gmail.com
on 23 Apr 2010 at 7:59
Original issue reported on code.google.com by
jrvi...@gmail.com
on 22 Jan 2010 at 11:02