Logging An HREF Without Escaped "less Than" In Java
We are using selenium test triggered on a jenkins. As the attachment plugin for junit is for some reasons not working, I'd like to add html-references to screenshots of the test in
Solution 1:
This is commonly occurring problem, try to wrap the string with pre element.
<pre>
//your string
</pre>
Post a Comment for "Logging An HREF Without Escaped "less Than" In Java"