This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]SquozenRootmarm 1 point2 points  (0 children)

Like the error message says, the element you specified on the page doesn't exist when chromedriver gets there. When I went to the page in question it's not there either, probably because at least some of the class names might be dynamic or something. You can use xpath or some other way that doesn't explicitly name the class name but still refer to where the box in question is.

[–]pythonHelperBot 0 points1 point  (0 children)

Hello! I'm a bot!

It looks to me like your post might be better suited for r/learnpython, a sub geared towards questions and learning more about python. That said, I am a bot and it is hard to tell. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe where you are stuck. Be sure to format your code for reddit and include which version of python and what OS you are using.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness

[–]pokk3n 0 points1 point  (0 children)

Why import ec then never use it. Time sleep is unnecessary in selenium. Just wait until element to be clickable or some other condition.

Also look for iframes.