miyakogi / pyppeteer

Headless chrome/chromium automation library (unofficial port of puppeteer)
Other
3.56k stars 372 forks source link

Can I get innerHTML from the Element Handle Class? #288

Open AsheKR opened 4 years ago

AsheKR commented 4 years ago

I'd like to search with QuerySelector and get innerHTML. There are only methods in the document that get the entire HTML. Do you have any methods or plans to get innerHTML?

Mattwmaster58 commented 4 years ago

Hi @AsheKR, it looks like this project has been abandoned. You may want to consider the active fork pyppeteer2. Feel free to create an issue there if your problem persists with the updated libary.