Getting Started
This extension package for the crwlr/crawler library enables the utilization of a headless browser for advanced functionalities beyond loading pages and getting the HTML after rendering it.
Requirements
Requires PHP version 8.1 or above.
Installation
Install the latest version with:
composer require crwlr/crawler-ext-browser
Usage
Before using any of the steps included in this package, ensure that you have Chrome browser installed on your system. Refer to the crawler package documentation for instructions on setting a custom path for the Chrome executable or configuring other options.
Find all the steps contained in this package in the menu (below Included Steps).
If you're unfamiliar with the crawler package itself, please review its documentation before proceeding.