Hello,
I am using following code to generate the link for png file.
NewFileNamePath = "<a href=\"#\" <span>" + NewFileNamePath + "</span> </a>";
System.out.println(NewFileNamePath);
Reporter.log(NewFileNamePath);
Console Output: <a href="#" <span>C:\eclipse\WorkspaceVSS\p2p\ScreenShots\Requisition_0001___Aug_21_2012__04_28_15PM_172.22.0.130.png</span> </a>
It is not generating link in the Reporter-Output, can some one help me in generating the link.
Regards,
Bharath.