spekulatius / PHPScraper

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

Idea: Allow to select presets of common browser in recent versions #153

Open spekulatius opened 1 year ago

spekulatius commented 1 year ago

Allow to select presets of common browsers (chrome-like, Firefox, Safari) presets with agent and maybe other headers using simple function calls:

$web->firefox();
$web->chrome();
$web->safari();

These should be chainable as well.