Forum Discussion
googleid_118035
10 years agoContributor
Hi All,
I just found the solution from following link
http://smartbear.com/forums/f74/t89334/how-can-i-post-screenshot-and-text-to-the-same/
Solution is given by Tanya and its solve my issue.
Log.Message("MessageText","", pmNormal, null, Sys.Desktop.Picture());
So above solution can use with following method,
Log.Message()
Does its possible to use above solution with following log methods?
Log.Checkpoint()
Log.Error()
Log.Warning()
Or is there any differnce way to do its?
......................
Thanks
Dev
I just found the solution from following link
http://smartbear.com/forums/f74/t89334/how-can-i-post-screenshot-and-text-to-the-same/
Solution is given by Tanya and its solve my issue.
Log.Message("MessageText","", pmNormal, null, Sys.Desktop.Picture());
So above solution can use with following method,
Log.Message()
Does its possible to use above solution with following log methods?
Log.Checkpoint()
Log.Error()
Log.Warning()
Or is there any differnce way to do its?
......................
Thanks
Dev