Tanmay Sharma

Results 3 issues of Tanmay Sharma

Minor code changes to improve code quality and error handling: 1. Implemented Error Handling to check whether the div element actually exists and the img has certain attributes in it....

I've noticed a potential issue in the FileTarget.java file where a boxed Boolean is used directly in a boolean expression. This occurs in the toPath method, specifically at [this line](https://github.com/cqfn/jpeek/blob/master/src/main/java/org/jpeek/FileTarget.java#L63)....

bug