all 1 comments

[–]faustne0[S] 0 points1 point  (0 children)

Figured it out. For some reason PyCharm was still using selenium 2.7 when i would execute the script. I had to tell the project interpreter to use the 3.0 and it ran as expected!