Skip to content
Discussion options

You must be logged in to vote

Thanks for the detailed question, and thanks @salvador-castro for the solid answer — it's accurate. We actually built and ran this on a real Grid to confirm the snippet works, so here's a tested setup.

One correction first: the free binary is now Chromium 146 (not 145), and Pro is 148. That matters because ChromeDriver enforces a major-version match — your Grid node's driver major must equal the binary's major.

The cleanest path is to base your node on the official selenium/node-chrome tag whose Chromium major matches our binary. That image already ships a matching ChromeDriver and all the Chrome runtime deps — you just swap in our binary via the SE_BROWSER_BINARY_LOCATION env var (no han…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@juanfrilla
Comment options

@juanfrilla
Comment options

Answer selected by juanfrilla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants