https://github.com/crwlrsoft/crawler-ext-browser
Extension for the crwlr/crawler package containing steps utilizing a headless browser.
https://github.com/crwlrsoft/crawler-ext-browser
Last synced: 5 months ago
JSON representation
Extension for the crwlr/crawler package containing steps utilizing a headless browser.
- Host: GitHub
- URL: https://github.com/crwlrsoft/crawler-ext-browser
- Owner: crwlrsoft
- License: mit
- Created: 2024-02-05T11:05:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T10:42:51.000Z (8 months ago)
- Last Synced: 2025-04-01T05:11:10.916Z (6 months ago)
- Language: PHP
- Size: 387 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Headless Browser Extension Package for the crwlr/crawler package
The crwlr/crawler package itself already allows loading pages using a headless browser ([see documentation](https://www.crwlr.software/packages/crawler/v1.5/the-crawler/loaders#using-a-headless-browser)). However, it doesn't handle more complex browser actions such as clicking elements on loaded pages or taking screenshots. This extension is here to fulfill those needs.
## Documentation
Documentation will follow soon.
## Contributing
If you consider contributing something to this package, read the [contribution guide (CONTRIBUTING.md)](CONTRIBUTING.md).