retrieveCssOrXpathSelectorFromTextOrNode
retrieveCssOrXpathSelectorFromTextOrNode copied to clipboard
retrieveNodeNameAndAttributes could be written without recursion using while or do-while structure
Ok, but recursion is not a bug nor an issue, what's wrong with recursion?
Its slow in terms of runtime performance. it has maximum limit of about 10000 calls. It allocates more memory compared to loop
Feel free to make a PR ;)