spekulatius / PHPScraper

A universal web-util for PHP.
https://phpscraper.de
GNU General Public License v3.0
533 stars 75 forks source link

clickLink with onclick #63

Closed scysys closed 2 years ago

scysys commented 2 years ago

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>

spekulatius commented 2 years ago

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