You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem rise when com.gistlabs.mechanize.document.query.QueryPart.doesMatch(..) check isMultipleValueAttribute, but the object to analise is from instance of Element instead of Node.
Solve the problem in com.gistlabs.mechanize.document.html.query.HtmlQueryStrategy line 55 if( (object instanceof Node || object instanceof Element) && ...)
Cheers
The text was updated successfully, but these errors were encountered:
The problem rise when com.gistlabs.mechanize.document.query.QueryPart.doesMatch(..) check isMultipleValueAttribute, but the object to analise is from instance of Element instead of Node.
Solve the problem in com.gistlabs.mechanize.document.html.query.HtmlQueryStrategy line 55 if( (object instanceof Node || object instanceof Element) && ...)
Cheers
The text was updated successfully, but these errors were encountered: