spekulatius / PHPScraper

A universal web-util for PHP.

Home Page:https://phpscraper.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clickLink with onclick

scysys opened this issue · comments

commented

Navigating through web pages works wonderful.

But i dont see a way for those ones

<a href="#" onclick="Postback('xxxx','2');return false;">2</a>

Hey @scysys,

PHPScraper doesn't support JavaScript. It's working only on regular sites. If you want something with JS you'll need to look at Puppeteer.

Cheers,
Peter