I think in the method "getHtmlElementsByAttribute", this line shall be changed: if(next.getTagName.equals(elementName)) to if(next.getTagName.equalsIgnoreCase(elementName))
Logged In: YES user_id=257129
Change was a little different than this but it's done.
Log in to post a comment.
Logged In: YES
user_id=257129
Change was a little different than this but it's done.