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
I am going to guess that for whatever reason innerHTML returns undefined in cheerio. It looks like it requires adding another if condition that checks if property name is innerHTML and uses .html() method to return the HTML.
Working through the README, I'm having trouble getting
innerHTML
to return anything beyondundefined
.The text was updated successfully, but these errors were encountered: