spekulatius / PHPScraper

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

Click links using CSS selectors #90

Closed k-msalehi closed 2 years ago

k-msalehi commented 2 years ago

Is there a way to click on links using CSS selectors instead of name or URL?

spekulatius commented 2 years ago

Hey @msalehi-d,

at this point PHPScraper only supports the name and URL.

Cheers, Peter