I'm trying to use node-html-parser (6.1.5) in a nodejs project.
It didn't work when querying for a class, so I tried the sample in the README, just entering the commands in VScode debug console, and while querying an element works, querying an id doesn't:
Hi,
I'm trying to use node-html-parser (6.1.5) in a nodejs project.
It didn't work when querying for a class, so I tried the sample in the README, just entering the commands in VScode debug console, and while querying an element works, querying an id doesn't:
What's wrong?
Best regards, Vic