mschfh

Results 14 issues of mschfh

**Problem Description** Firecrawl lacks support for connecting to remote playwright instances via CDP. **Proposed Feature** Implement support for remote Playwright connections over CDP (Chrome DevTools Protocol) to external browser instances....

enhancement

**Describe the Bug** The `timeout` parameter is not passed to playwright-service. **To Reproduce** Steps to reproduce the issue: 1. Configure the docker-compose setup with the python-based microservice: ``` services: playwright-service:...

bug

**Describe the Issue** The `fetch` scraper does not support proxy settings. **Expected Behavior** The `fetch` scraper should use the same proxy settings as the `playwright-service`: ``` PROXY_SERVER= PROXY_USERNAME= PROXY_PASSWORD= ```...

self-host