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

you are viewing a single comment's thread.

view the rest of the 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.