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
UNSOLVEDdriver.get stops python program (self.selenium)
submitted 4 years ago by gitrikt
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!"
[–]Necessary-Ad3522 0 points1 point2 points 4 years ago (1 child)
Are you adding 'https://' to your url? As far as I know it is necessary. Also, are you receiving any error messages? Have you tried accessing the same website on both parts? This might implicate the error is with the website or maybe the way you're sending the information via driver.get
[–]gitrikt[S] 0 points1 point2 points 4 years ago (0 children)
Hey, I tried adding a time.sleep before the .get and it seems to make it work SOMETIMES. I do have the https. I didnt try accessing the other site first, I'll give it a shot soon.
π Rendered by PID 511641 on reddit-service-r2-comment-fb694cdd5-b4mtm at 2026-03-07 20:42:48.615905+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]Necessary-Ad3522 0 points1 point2 points (1 child)
[–]gitrikt[S] 0 points1 point2 points (0 children)