Fix wording

This commit is contained in:
DogmaDragon 2025-05-22 19:09:30 +03:00 committed by GitHub
parent 75d540eca2
commit 9bc75318d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,7 +111,7 @@ Some scrapers require a Chrome instance to function correctly. If left empty, st
`Chrome CDP path` can be set to a path to the chrome executable, or an http(s) address to remote chrome instance (for example: `http://localhost:9222/json/version`). `Chrome CDP path` can be set to a path to the chrome executable, or an http(s) address to remote chrome instance (for example: `http://localhost:9222/json/version`).
> **Important**: As of Chrome 136 or higher you need to specify `--user-data-dir` alongisde `--remote-debugging-port`. Read more on their [official post](https://developer.chrome.com/blog/remote-debugging-port). > **Important**: As of Chrome 136 you need to specify `--user-data-dir` alongside `--remote-debugging-port`. Read more on their [official post](https://developer.chrome.com/blog/remote-debugging-port).
## Authentication ## Authentication