Message: session not created: cannot connect to chrome at 127.0.0.1:9222 #3755
-
Hey, Im getting this error selenium.common.exceptions.SessionNotCreatedException: Message: session not created: cannot connect to chrome at 127.0.0.1:9222 Although im running on ChromeDriver 136.0.7103.92, I do not get this error on windows only on my linux server, talked with few people that are seeing the same error. Ive tried running on a new linux server and freshly installed everything and im getting the same error. `with SB(uc=True, test=True, locale="en", proxy=DEDICATED_PROXY, ad_block=True, headed=True) as sb:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
cannot connect to chrome
means that either Chrome isn't installed on your machine, or it's not located in the default location.Use
binary_location
to set the location, which expects a full path to the Chrome executable.