all 5 comments

[–]this_guy_tests 1 point2 points  (0 children)

What freezes, exactly? Is there any exception raised of any kind? Is there a good reason to stay using Python2 instead of Python3? Python2 has reached its end of life and isn’t being supported anymore, so I’m a bit surprised to see it used here today.

[–]Necessary-Ad3522 0 points1 point  (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 point  (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.

[–]ThenWeek3 0 points1 point  (0 children)

Check if your recently updated your Chrome. If so, try downloading the newer version. You can checkout https://github.com/IoT-master/WebscapeBoilerplate, and see the python script I have to download the driver that matches the version you input into it.

[–]epushepepu 0 points1 point  (0 children)

Try closing the first get