Anshoo Arora

Results 176 comments of Anshoo Arora

ExtentX will not use this path, the API uploads the image to the server and a new path is built. The ExtentX path generally looks like: ``` uploads/59246932ecae471d984cb24c/59246935ecae471d984cb265/image-name.png ```

This is an enhancement for the upcoming version with `AnalysisStrategy` similar to Java.

This is because a new instance is created and the last instance is overwriting all the previous runs. Can this code come from a static class instead of a new...

It may but I wouldn't recommend this in a parallel fashion as 2 threads writing to the same file may cause conflicts. You can make this block synchronized and it...

It shouldn't be so.. are you calling the createNode statement twice?

I will try to do this soon.

Its possible. Using the example here: http://dean.edwards.name/my/base64-ie.html ``` java String s = "data:image/gif;base64,R0lGODlhDwAPAKECAAAAzMzM" + "/////wAAACwAAAAADwAPAAACIISPeQHsrZ5ModrLlN48CXF8m2iQ3Y" + "mmKqVlRtW4MLwWACH+H09wdGltaXplZCBieSBVbGVhZCBTbWFydFNhdmVyIQAAOw=="; test.log(LogStatus.INFO, "Embedded Image: " + test.addScreenCapture(s)); ```

@jmatthews79 is this feature not working at the event/log level?