Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: browserless API endpoint for playwright
- the recent browserless update apparently changed the API endpoint from "ws://localhost:3000" to "ws://localhost:3000/chrome/playwright", which can be accessed via playwright's "Browsertype.connect()"-method - the "connect_over_cdp()"-method seems no longer necessary for future reference: - the docs at https://docs.browserless.io/#connect-using-puppeteer-or-playwright appear to be outdated and don't reflect these recent changes - use "http://localhost:3000/docs" to look up the most-current documentation for the browserless playwright integration instead
- Loading branch information