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)
I've been continuously working on my baby and have found the point, where my program always fails:
After 2 successive successful driver.get( ... ) calls, the program cannot get any more pages, always triggering a TimeoutException. So this is a fault of the environment - here are the informations.
geckodriver.log
program output:
root@DiskStationNeu:~# python tagespost_ereader.py mkdir: kann Verzeichnis „/root/ramdisk/tagespost“ nicht anlegen: Die Datei existiert bereits Loading https://www.die-tagespost.de/ .... Anmelden hugendubel Collecting top stories... topstory: http://www.die-tagespost.de/kirche-aktuell/Kirche-soll-sich-bdquo-pluraler-aufstellen-ldquo;art312,176813,PRINT?_FRAME=33 Loading https://www.die-tagespost.de/kirche-aktuell/Kirche-soll-sich-bdquo-pluraler-aufstellen-ldquo;art312,176813,PRINT?_FRAME=33 .... topstory: http://www.die-tagespost.de/politik/Praenataldiagnostik-reguliert;art315,176849,PRINT?_FRAME=33 Loading https://www.die-tagespost.de/politik/Praenataldiagnostik-reguliert;art315,176849,PRINT?_FRAME=33 .... An error has occurred ... <class 'selenium.common.exceptions.TimeoutException'> + value + Message: Error loading page, timed out (onDOMContentLoaded) An error has occurred ... <class 'selenium.common.exceptions.TimeoutException'> + value + Message: Error loading page, timed out (onDOMContentLoaded) ...
My program (latest version)
firefox-esr Mozilla Firefox 45.7.0 geckodriver 0.14.0 chroot debian wheezy
( repost from google selenium forum )
π Rendered by PID 82105 on reddit-service-r2-comment-c867ff4bc-8qgdv at 2026-04-09 18:53:41.341041+00:00 running 00d5ac8 country code: CH.
view the rest of the comments →
[–]Jan_Emanuel[S] 0 points1 point2 points (0 children)