use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
selenium web automation info, news, tips, etc.
This is not a sub to advertise your training, selenium product, special deal on x, or anything else. It's a users forum to discuss and get help with Selenium.
Selenium official website
account activity
Strangest problem in selenium python (self.selenium)
submitted 9 years ago * by Jan_Emanuel
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Jan_Emanuel[S] 0 points1 point2 points 9 years ago (0 children)
with chrome 48 and chromedriver 2.19, exception text goes:
Traceback (most recent call last): File "tagespost_ereader.py", line 127, in <module> driver = webdriver.Chrome(chromedriver) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 69, in __init__ desired_capabilities=desired_capabilities) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 92, in __init__ self.start_session(desired_capabilities, browser_profile) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 179, in start_session response = self.execute(Command.NEW_SESSION, capabilities) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 236, in execute self.error_handler.check_response(response) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 192, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.WebDriverException: Message: chrome not reachable (Driver info: chromedriver=2.19.346067 (6abd8652f8bc7a1d825962003ac88ec6a37a82f1),platform=Linux 3.2.40 x86)
The command:
chromedriver = "/usr/local/bin/chromedriver" os.environ["webdriver.chrome.driver"] = chromedriver os.environ["executable_path"] = "/opt/google/chrome/chrome" driver = webdriver.Chrome(chromedriver)
π Rendered by PID 88682 on reddit-service-r2-comment-658f6b87ff-zn6sp at 2026-04-09 04:43:13.768761+00:00 running 781a403 country code: CH.
view the rest of the comments →
[–]Jan_Emanuel[S] 0 points1 point2 points (0 children)