using chrome CDP #4991
-
Using docker. Having installed browserless/chromium, i get the following error, having set 'driver / useCDP: true' in the yml file of the scraper. failed to modify wsURL: invalid character '<' looking for beginning of value What am i missing? Many thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
feederbox826
Jun 18, 2024
Replies: 1 comment 1 reply
-
browserless-chromium is not CDP or a CDP equivalent. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
feederbox826
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
browserless-chromium is not CDP or a CDP equivalent.
You need to use https://hub.docker.com/r/chromedp/headless-shell/ instead.