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
{{ message }}
This repository was archived by the owner on Oct 23, 2018. It is now read-only.
HtmlWebNodeVisitor could be smarter about its visitation - the search algorithm specifically doesn't add children to the stack if the current node is at the maximum depth. However, the visitor doesn't have any insight into the depth of the node it's visiting.
Could pass the depth to the visitor as a parameter or augment the Node object with a depth field...