spekulatius / PHPScraper

A universal web-util for PHP.

Home Page:https://phpscraper.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

spekulatius opened this issue · comments

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.